| 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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MetricCollectionRep.new(
items: null,
_links: {"self":{"href":"/api/v2/metrics/my-project?limit=20","type":"application/json"}},
total_count: null
)