Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 585 Bytes

MetricEventDefaultRep.md

File metadata and controls

20 lines (14 loc) · 585 Bytes

LaunchDarklyApi::MetricEventDefaultRep

Properties

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. Only available when <code>disabled</code> is false. Defaults to 0 [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricEventDefaultRep.new(
  disabled: null,
  value: null
)