| Name | Type | Description | Notes |
|---|---|---|---|
| disabled | Boolean | Whether to disable defaulting missing unit events when calculating results. Defaults to false | [optional] |
| value | Float | The default value applied to missing unit events. Set to 0 when <code>disabled</code> is false. No other values are currently supported. | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::AiConfigsMetricEventDefaultRep.new(
disabled: null,
value: 0
)