Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 704 Bytes

MetricCollectionRep.md

File metadata and controls

22 lines (16 loc) · 704 Bytes

LaunchDarklyApi::MetricCollectionRep

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricCollectionRep.new(
  items: null,
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/metrics/my-project?limit&#x3D;20&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  total_count: null
)