| Name | Type | Description | Notes |
|---|---|---|---|
| Series | Pointer to []GetMetricsResponseMetricSeries | The requested CDN metrics | [optional] |
func NewCdnGetMetricsResponse() *CdnGetMetricsResponse
NewCdnGetMetricsResponse instantiates a new CdnGetMetricsResponse 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 NewCdnGetMetricsResponseWithDefaults() *CdnGetMetricsResponse
NewCdnGetMetricsResponseWithDefaults instantiates a new CdnGetMetricsResponse 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 *CdnGetMetricsResponse) GetSeries() []GetMetricsResponseMetricSeries
GetSeries returns the Series field if non-nil, zero value otherwise.
func (o *CdnGetMetricsResponse) GetSeriesOk() (*[]GetMetricsResponseMetricSeries, 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 *CdnGetMetricsResponse) SetSeries(v []GetMetricsResponseMetricSeries)
SetSeries sets Series field to given value.
func (o *CdnGetMetricsResponse) HasSeries() bool
HasSeries returns a boolean if a field has been set.