Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

File metadata and controls

20 lines (14 loc) · 369 Bytes

LaunchDarklyApi::InsightsChartBounds

Properties

Name Type Description Notes
name String Name of the bound
value Integer Value of the bound

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightsChartBounds.new(
  name: equal,
  value: 100
)