Name | Type | Description | Notes |
---|---|---|---|
Average | CommonBandwidthMetricsValue | ||
Highest | CommonBandwidthMetricsValue | ||
Lowest | CommonBandwidthMetricsValue | ||
Total | CommonBandwidthMetricsValue |
func NewCommonBandwidthMetrics(average CommonBandwidthMetricsValue, highest CommonBandwidthMetricsValue, lowest CommonBandwidthMetricsValue, total CommonBandwidthMetricsValue, ) *CommonBandwidthMetrics
NewCommonBandwidthMetrics instantiates a new CommonBandwidthMetrics 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 NewCommonBandwidthMetricsWithDefaults() *CommonBandwidthMetrics
NewCommonBandwidthMetricsWithDefaults instantiates a new CommonBandwidthMetrics 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 *CommonBandwidthMetrics) GetAverage() CommonBandwidthMetricsValue
GetAverage returns the Average field if non-nil, zero value otherwise.
func (o *CommonBandwidthMetrics) GetAverageOk() (*CommonBandwidthMetricsValue, bool)
GetAverageOk returns a tuple with the Average field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonBandwidthMetrics) SetAverage(v CommonBandwidthMetricsValue)
SetAverage sets Average field to given value.
func (o *CommonBandwidthMetrics) GetHighest() CommonBandwidthMetricsValue
GetHighest returns the Highest field if non-nil, zero value otherwise.
func (o *CommonBandwidthMetrics) GetHighestOk() (*CommonBandwidthMetricsValue, bool)
GetHighestOk returns a tuple with the Highest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonBandwidthMetrics) SetHighest(v CommonBandwidthMetricsValue)
SetHighest sets Highest field to given value.
func (o *CommonBandwidthMetrics) GetLowest() CommonBandwidthMetricsValue
GetLowest returns the Lowest field if non-nil, zero value otherwise.
func (o *CommonBandwidthMetrics) GetLowestOk() (*CommonBandwidthMetricsValue, bool)
GetLowestOk returns a tuple with the Lowest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonBandwidthMetrics) SetLowest(v CommonBandwidthMetricsValue)
SetLowest sets Lowest field to given value.
func (o *CommonBandwidthMetrics) GetTotal() CommonBandwidthMetricsValue
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *CommonBandwidthMetrics) GetTotalOk() (*CommonBandwidthMetricsValue, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CommonBandwidthMetrics) SetTotal(v CommonBandwidthMetricsValue)
SetTotal sets Total field to given value.