| 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] |
import { MetricEventDefaultRep } from 'launchdarkly-api-typescript';
const instance: MetricEventDefaultRep = {
disabled,
value,
};