Name | Type | Description | Notes |
---|---|---|---|
items | Array<MetricListingRep> | [optional] | |
_links | Hash<String, Link> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MetricCollectionRep.new(
items: null,
_links: {"self":{"href":"/api/v2/metrics/my-project?limit=20","type":"application/json"}}
)