Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 487 Bytes

InsightsChartSeriesDataPoint.md

File metadata and controls

22 lines (16 loc) · 487 Bytes

LaunchDarklyApi::InsightsChartSeriesDataPoint

Properties

Name Type Description Notes
x Integer X-axis value
y Integer Y-axis value
values Hash<String, Object> Additional values for the data point [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightsChartSeriesDataPoint.new(
  x: 1617225600000,
  y: 100,
  values: null
)