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: {"parent":{"href":"/api/v2/projects/my-project","type":"application/json"},"self":{"href":"/api/v2/projects/my-project/metric-groups","type":"application/json"}}, total_count: null )