Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 425 Bytes

InsightsMetricIndicatorRange.md

File metadata and controls

20 lines (14 loc) · 425 Bytes

LaunchDarklyApi::InsightsMetricIndicatorRange

Properties

Name Type Description Notes
min Integer The minimum value for the indicator range
max Integer The maximum value for the indicator range

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightsMetricIndicatorRange.new(
  min: 0,
  max: 100
)