Name | Type | Description | Notes |
---|---|---|---|
Max | Pointer to []V0040Tres | [optional] | |
Min | Pointer to []V0040Tres | [optional] | |
Average | Pointer to []V0040Tres | [optional] | |
Total | Pointer to []V0040Tres | [optional] |
func NewV0040StepTresConsumed() *V0040StepTresConsumed
NewV0040StepTresConsumed instantiates a new V0040StepTresConsumed 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 NewV0040StepTresConsumedWithDefaults() *V0040StepTresConsumed
NewV0040StepTresConsumedWithDefaults instantiates a new V0040StepTresConsumed 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 *V0040StepTresConsumed) GetMax() []V0040Tres
GetMax returns the Max field if non-nil, zero value otherwise.
func (o *V0040StepTresConsumed) GetMaxOk() (*[]V0040Tres, bool)
GetMaxOk returns a tuple with the Max field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTresConsumed) SetMax(v []V0040Tres)
SetMax sets Max field to given value.
func (o *V0040StepTresConsumed) HasMax() bool
HasMax returns a boolean if a field has been set.
func (o *V0040StepTresConsumed) GetMin() []V0040Tres
GetMin returns the Min field if non-nil, zero value otherwise.
func (o *V0040StepTresConsumed) GetMinOk() (*[]V0040Tres, bool)
GetMinOk returns a tuple with the Min field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StepTresConsumed) SetMin(v []V0040Tres)
SetMin sets Min field to given value.
func (o *V0040StepTresConsumed) HasMin() bool
HasMin returns a boolean if a field has been set.
func (o *V0040StepTresConsumed) GetAverage() []V0040Tres
GetAverage returns the Average field if non-nil, zero value otherwise.
func (o *V0040StepTresConsumed) GetAverageOk() (*[]V0040Tres, 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 *V0040StepTresConsumed) SetAverage(v []V0040Tres)
SetAverage sets Average field to given value.
func (o *V0040StepTresConsumed) HasAverage() bool
HasAverage returns a boolean if a field has been set.
func (o *V0040StepTresConsumed) GetTotal() []V0040Tres
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *V0040StepTresConsumed) GetTotalOk() (*[]V0040Tres, 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 *V0040StepTresConsumed) SetTotal(v []V0040Tres)
SetTotal sets Total field to given value.
func (o *V0040StepTresConsumed) HasTotal() bool
HasTotal returns a boolean if a field has been set.