Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

File metadata and controls

56 lines (31 loc) · 1.81 KB

CdnGetMetricsResponse

Properties

Name Type Description Notes
Series Pointer to []GetMetricsResponseMetricSeries The requested CDN metrics [optional]

Methods

NewCdnGetMetricsResponse

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

NewCdnGetMetricsResponseWithDefaults

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

GetSeries

func (o *CdnGetMetricsResponse) GetSeries() []GetMetricsResponseMetricSeries

GetSeries returns the Series field if non-nil, zero value otherwise.

GetSeriesOk

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.

SetSeries

func (o *CdnGetMetricsResponse) SetSeries(v []GetMetricsResponseMetricSeries)

SetSeries sets Series field to given value.

HasSeries

func (o *CdnGetMetricsResponse) HasSeries() bool

HasSeries returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]