Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 839 Bytes

File metadata and controls

22 lines (15 loc) · 839 Bytes

MetricEventDefaultRep

Properties

Name Type Description Notes
disabled boolean Whether to disable defaulting missing unit events when calculating results. Defaults to false [optional] [default to undefined]
value number The default value applied to missing unit events. Set to 0 when <code>disabled</code> is false. No other values are currently supported. [optional] [default to undefined]

Example

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

const instance: MetricEventDefaultRep = {
    disabled,
    value,
};

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