Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.63 KB

File metadata and controls

114 lines (61 loc) · 3.63 KB

CommonDownloadsMetrics

Properties

Name Type Description Notes
Average CommonDownloadsMetricsValue
Highest CommonDownloadsMetricsValue
Lowest CommonDownloadsMetricsValue
Total CommonDownloadsMetricsValue

Methods

NewCommonDownloadsMetrics

func NewCommonDownloadsMetrics(average CommonDownloadsMetricsValue, highest CommonDownloadsMetricsValue, lowest CommonDownloadsMetricsValue, total CommonDownloadsMetricsValue, ) *CommonDownloadsMetrics

NewCommonDownloadsMetrics instantiates a new CommonDownloadsMetrics 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

NewCommonDownloadsMetricsWithDefaults

func NewCommonDownloadsMetricsWithDefaults() *CommonDownloadsMetrics

NewCommonDownloadsMetricsWithDefaults instantiates a new CommonDownloadsMetrics 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

GetAverage

func (o *CommonDownloadsMetrics) GetAverage() CommonDownloadsMetricsValue

GetAverage returns the Average field if non-nil, zero value otherwise.

GetAverageOk

func (o *CommonDownloadsMetrics) GetAverageOk() (*CommonDownloadsMetricsValue, 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.

SetAverage

func (o *CommonDownloadsMetrics) SetAverage(v CommonDownloadsMetricsValue)

SetAverage sets Average field to given value.

GetHighest

func (o *CommonDownloadsMetrics) GetHighest() CommonDownloadsMetricsValue

GetHighest returns the Highest field if non-nil, zero value otherwise.

GetHighestOk

func (o *CommonDownloadsMetrics) GetHighestOk() (*CommonDownloadsMetricsValue, 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.

SetHighest

func (o *CommonDownloadsMetrics) SetHighest(v CommonDownloadsMetricsValue)

SetHighest sets Highest field to given value.

GetLowest

func (o *CommonDownloadsMetrics) GetLowest() CommonDownloadsMetricsValue

GetLowest returns the Lowest field if non-nil, zero value otherwise.

GetLowestOk

func (o *CommonDownloadsMetrics) GetLowestOk() (*CommonDownloadsMetricsValue, 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.

SetLowest

func (o *CommonDownloadsMetrics) SetLowest(v CommonDownloadsMetricsValue)

SetLowest sets Lowest field to given value.

GetTotal

func (o *CommonDownloadsMetrics) GetTotal() CommonDownloadsMetricsValue

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *CommonDownloadsMetrics) GetTotalOk() (*CommonDownloadsMetricsValue, 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.

SetTotal

func (o *CommonDownloadsMetrics) SetTotal(v CommonDownloadsMetricsValue)

SetTotal sets Total field to given value.

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