Name | Type | Description | Notes |
---|---|---|---|
From | Pointer to time.Time | [optional] | |
To | Pointer to time.Time | [optional] | |
Granularity | Pointer to MetricsMetadataPropertiesGranularity | [optional] | |
Aggregation | Pointer to string | Defined by the query | [optional] |
Summary | Pointer to Summary | [optional] |
func NewTrafficMetricsMetaData() *TrafficMetricsMetaData
NewTrafficMetricsMetaData instantiates a new TrafficMetricsMetaData 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 NewTrafficMetricsMetaDataWithDefaults() *TrafficMetricsMetaData
NewTrafficMetricsMetaDataWithDefaults instantiates a new TrafficMetricsMetaData 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 *TrafficMetricsMetaData) GetFrom() time.Time
GetFrom returns the From field if non-nil, zero value otherwise.
func (o *TrafficMetricsMetaData) GetFromOk() (*time.Time, bool)
GetFromOk returns a tuple with the From field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficMetricsMetaData) SetFrom(v time.Time)
SetFrom sets From field to given value.
func (o *TrafficMetricsMetaData) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (o *TrafficMetricsMetaData) GetTo() time.Time
GetTo returns the To field if non-nil, zero value otherwise.
func (o *TrafficMetricsMetaData) GetToOk() (*time.Time, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficMetricsMetaData) SetTo(v time.Time)
SetTo sets To field to given value.
func (o *TrafficMetricsMetaData) HasTo() bool
HasTo returns a boolean if a field has been set.
func (o *TrafficMetricsMetaData) GetGranularity() MetricsMetadataPropertiesGranularity
GetGranularity returns the Granularity field if non-nil, zero value otherwise.
func (o *TrafficMetricsMetaData) GetGranularityOk() (*MetricsMetadataPropertiesGranularity, bool)
GetGranularityOk returns a tuple with the Granularity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficMetricsMetaData) SetGranularity(v MetricsMetadataPropertiesGranularity)
SetGranularity sets Granularity field to given value.
func (o *TrafficMetricsMetaData) HasGranularity() bool
HasGranularity returns a boolean if a field has been set.
func (o *TrafficMetricsMetaData) GetAggregation() string
GetAggregation returns the Aggregation field if non-nil, zero value otherwise.
func (o *TrafficMetricsMetaData) GetAggregationOk() (*string, bool)
GetAggregationOk returns a tuple with the Aggregation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficMetricsMetaData) SetAggregation(v string)
SetAggregation sets Aggregation field to given value.
func (o *TrafficMetricsMetaData) HasAggregation() bool
HasAggregation returns a boolean if a field has been set.
func (o *TrafficMetricsMetaData) GetSummary() Summary
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *TrafficMetricsMetaData) GetSummaryOk() (*Summary, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TrafficMetricsMetaData) SetSummary(v Summary)
SetSummary sets Summary field to given value.
func (o *TrafficMetricsMetaData) HasSummary() bool
HasSummary returns a boolean if a field has been set.