Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 718 Bytes

File metadata and controls

22 lines (15 loc) · 718 Bytes

MetricInMetricGroupInput

Properties

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]

Example

import { MetricInMetricGroupInput } from 'launchdarkly-api-typescript';

const instance: MetricInMetricGroupInput = {
    key,
    nameInGroup,
};

[Back to Model list] [Back to API list] [Back to README]