Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 859 Bytes

InsightGroupCollection.md

File metadata and controls

26 lines (20 loc) · 859 Bytes

LaunchDarklyApi::InsightGroupCollection

Properties

Name Type Description Notes
total_count Integer The total number of insight groups
items Array<InsightGroup> A list of insight groups
_links Hash<String, Link> The location and content type of related resources [optional]
metadata InsightGroupCollectionMetadata [optional]
score_metadata InsightGroupCollectionScoreMetadata [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightGroupCollection.new(
  total_count: 15,
  items: null,
  _links: null,
  metadata: null,
  score_metadata: null
)