| Name | Type | Description | Notes |
|---|---|---|---|
| Total | int32 | ||
| MonthTotal | int32 | ||
| MonthSeries | map[string]float32 | ||
| MonthAverage | float32 |
func NewV1MetricMonthStats(total int32, monthTotal int32, monthSeries map[string]float32, monthAverage float32, ) *V1MetricMonthStats
NewV1MetricMonthStats instantiates a new V1MetricMonthStats 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 NewV1MetricMonthStatsWithDefaults() *V1MetricMonthStats
NewV1MetricMonthStatsWithDefaults instantiates a new V1MetricMonthStats 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 *V1MetricMonthStats) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *V1MetricMonthStats) GetTotalOk() (*int32, 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 *V1MetricMonthStats) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *V1MetricMonthStats) GetMonthTotal() int32
GetMonthTotal returns the MonthTotal field if non-nil, zero value otherwise.
func (o *V1MetricMonthStats) GetMonthTotalOk() (*int32, bool)
GetMonthTotalOk returns a tuple with the MonthTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1MetricMonthStats) SetMonthTotal(v int32)
SetMonthTotal sets MonthTotal field to given value.
func (o *V1MetricMonthStats) GetMonthSeries() map[string]float32
GetMonthSeries returns the MonthSeries field if non-nil, zero value otherwise.
func (o *V1MetricMonthStats) GetMonthSeriesOk() (*map[string]float32, bool)
GetMonthSeriesOk returns a tuple with the MonthSeries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1MetricMonthStats) SetMonthSeries(v map[string]float32)
SetMonthSeries sets MonthSeries field to given value.
func (o *V1MetricMonthStats) GetMonthAverage() float32
GetMonthAverage returns the MonthAverage field if non-nil, zero value otherwise.
func (o *V1MetricMonthStats) GetMonthAverageOk() (*float32, bool)
GetMonthAverageOk returns a tuple with the MonthAverage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1MetricMonthStats) SetMonthAverage(v float32)
SetMonthAverage sets MonthAverage field to given value.