| Name | Type | Description | Notes |
|---|---|---|---|
| Metadata | InsightsChartMetadata | ||
| Series | []InsightsChartSeries | Series data for the chart |
func NewInsightsChart(metadata InsightsChartMetadata, series []InsightsChartSeries, ) *InsightsChart
NewInsightsChart instantiates a new InsightsChart object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInsightsChartWithDefaults() *InsightsChart
NewInsightsChartWithDefaults instantiates a new InsightsChart object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *InsightsChart) GetMetadata() InsightsChartMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *InsightsChart) GetMetadataOk() (*InsightsChartMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightsChart) SetMetadata(v InsightsChartMetadata)
SetMetadata sets Metadata field to given value.
func (o *InsightsChart) GetSeries() []InsightsChartSeries
GetSeries returns the Series field if non-nil, zero value otherwise.
func (o *InsightsChart) GetSeriesOk() (*[]InsightsChartSeries, bool)
GetSeriesOk returns a tuple with the Series field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InsightsChart) SetSeries(v []InsightsChartSeries)
SetSeries sets Series field to given value.