Name | Type | Description | Notes |
---|---|---|---|
Series | []SeriesData | List of time series of the alert chart data. | |
Metadata | AlertChartMetadata |
func NewAlertChartDataResult(series []SeriesData, metadata AlertChartMetadata, ) *AlertChartDataResult
NewAlertChartDataResult instantiates a new AlertChartDataResult 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 NewAlertChartDataResultWithDefaults() *AlertChartDataResult
NewAlertChartDataResultWithDefaults instantiates a new AlertChartDataResult 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 *AlertChartDataResult) GetSeries() []SeriesData
GetSeries returns the Series field if non-nil, zero value otherwise.
func (o *AlertChartDataResult) GetSeriesOk() (*[]SeriesData, 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 *AlertChartDataResult) SetSeries(v []SeriesData)
SetSeries sets Series field to given value.
func (o *AlertChartDataResult) GetMetadata() AlertChartMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *AlertChartDataResult) GetMetadataOk() (*AlertChartMetadata, 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 *AlertChartDataResult) SetMetadata(v AlertChartMetadata)
SetMetadata sets Metadata field to given value.