Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 320 Bytes

MetricInput.md

File metadata and controls

20 lines (14 loc) · 320 Bytes

LaunchDarklyApi::MetricInput

Properties

Name Type Description Notes
key String
primary Boolean

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricInput.new(
  key: null,
  primary: null
)