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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightsChartSeriesDataPoint.new(
x: 1617225600000,
y: 100,
values: null
)