| Name |
Type |
Description |
Notes |
| key |
string |
The metric key |
[default to undefined] |
| isGroup |
boolean |
Whether this is a metric group (true) or a metric (false). Defaults to false |
[optional] [default to undefined] |
| primary |
boolean |
Deprecated, use <code>primarySingleMetricKey</code> and <code>primaryFunnelKey</code>. Whether this is a primary metric (true) or a secondary metric (false) |
[optional] [default to undefined] |
import { MetricInput } from 'launchdarkly-api-typescript';
const instance: MetricInput = {
key,
isGroup,
primary,
};
[Back to Model list] [Back to API list] [Back to README]