Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 552 Bytes

InsightsChartSeriesMetadata.md

File metadata and controls

22 lines (16 loc) · 552 Bytes

LaunchDarklyApi::InsightsChartSeriesMetadata

Properties

Name Type Description Notes
name String Name of the series
count Integer Aggregate count of the series values [optional]
bounds Array<InsightsChartBounds> Bounds for the series data [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightsChartSeriesMetadata.new(
  name: null,
  count: null,
  bounds: null
)