| Name | Type | Description | Notes |
|---|---|---|---|
| metadata | InsightsChartMetadata | ||
| series | Array<InsightsChartSeries> | Series data for the chart |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightsChart.new(
metadata: null,
series: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| metadata | InsightsChartMetadata | ||
| series | Array<InsightsChartSeries> | Series data for the chart |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightsChart.new(
metadata: null,
series: null
)