Skip to content

Files

Latest commit

625539b · Mar 12, 2024

History

History
20 lines (14 loc) · 369 Bytes

InsightsChartBounds.md

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
)