Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 831 Bytes

File metadata and controls

22 lines (16 loc) · 831 Bytes

LaunchDarklyApi::MetricGroupCollectionRep

Properties

Name Type Description Notes
items Array<MetricGroupRep> An array of metric groups
_links Hash<String, Link> The location and content type of related resources [optional]
total_count Integer [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricGroupCollectionRep.new(
  items: null,
  _links: {&quot;parent&quot;:{&quot;href&quot;:&quot;/api/v2/projects/my-project&quot;,&quot;type&quot;:&quot;application/json&quot;},&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/projects/my-project/metric-groups&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  total_count: null
)