| Name | Type | Description | Notes |
|---|---|---|---|
| summary | Hash<String, Object> | ||
| name | String | Name of the chart | [optional] |
| metrics | Hash<String, InsightsChartMetric> | [optional] | |
| x_axis | InsightsChartSeriesMetadataAxis | ||
| y_axis | InsightsChartSeriesMetadataAxis |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightsChartMetadata.new(
summary: null,
name: deploymentFrequency,
metrics: null,
x_axis: null,
y_axis: null
)