| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The metric key | [default to undefined] |
| nameInGroup | string | Name of the metric when used within the associated metric group. Can be different from the original name of the metric | [default to undefined] |
import { MetricInMetricGroupInput } from 'launchdarkly-api-typescript';
const instance: MetricInMetricGroupInput = {
key,
nameInGroup,
};