LaunchDarklyApi::DependentMetricGroupRepWithMetrics Properties Name Type Description Notes key String A unique key to reference the metric group name String A human-friendly name for the metric group kind String The type of the metric group _links Hash<String, Link> The location and content type of related resources metrics Array<MetricInGroupRep> The metrics in the metric group [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::DependentMetricGroupRepWithMetrics.new( key: metric-group-key-123abc, name: My metric group, kind: funnel, _links: {"parent":{"href":"/api/v2/projects/my-project","type":"application/json"},"self":{"href":"/api/v2/projects/my-project/metric-groups/my-metric-group","type":"application/json"}}, metrics: null )