Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.62 KB

V0039StepTresRequested.md

File metadata and controls

134 lines (73 loc) · 3.62 KB

V0039StepTresRequested

Properties

Name Type Description Notes
Max Pointer to []V0039Tres [optional]
Min Pointer to []V0039Tres [optional]
Average Pointer to []V0039Tres [optional]
Total Pointer to []V0039Tres [optional]

Methods

NewV0039StepTresRequested

func NewV0039StepTresRequested() *V0039StepTresRequested

NewV0039StepTresRequested instantiates a new V0039StepTresRequested 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

NewV0039StepTresRequestedWithDefaults

func NewV0039StepTresRequestedWithDefaults() *V0039StepTresRequested

NewV0039StepTresRequestedWithDefaults instantiates a new V0039StepTresRequested 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

GetMax

func (o *V0039StepTresRequested) GetMax() []V0039Tres

GetMax returns the Max field if non-nil, zero value otherwise.

GetMaxOk

func (o *V0039StepTresRequested) GetMaxOk() (*[]V0039Tres, 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.

SetMax

func (o *V0039StepTresRequested) SetMax(v []V0039Tres)

SetMax sets Max field to given value.

HasMax

func (o *V0039StepTresRequested) HasMax() bool

HasMax returns a boolean if a field has been set.

GetMin

func (o *V0039StepTresRequested) GetMin() []V0039Tres

GetMin returns the Min field if non-nil, zero value otherwise.

GetMinOk

func (o *V0039StepTresRequested) GetMinOk() (*[]V0039Tres, 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.

SetMin

func (o *V0039StepTresRequested) SetMin(v []V0039Tres)

SetMin sets Min field to given value.

HasMin

func (o *V0039StepTresRequested) HasMin() bool

HasMin returns a boolean if a field has been set.

GetAverage

func (o *V0039StepTresRequested) GetAverage() []V0039Tres

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

GetAverageOk

func (o *V0039StepTresRequested) GetAverageOk() (*[]V0039Tres, 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 *V0039StepTresRequested) SetAverage(v []V0039Tres)

SetAverage sets Average field to given value.

HasAverage

func (o *V0039StepTresRequested) HasAverage() bool

HasAverage returns a boolean if a field has been set.

GetTotal

func (o *V0039StepTresRequested) GetTotal() []V0039Tres

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

GetTotalOk

func (o *V0039StepTresRequested) GetTotalOk() (*[]V0039Tres, 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 *V0039StepTresRequested) SetTotal(v []V0039Tres)

SetTotal sets Total field to given value.

HasTotal

func (o *V0039StepTresRequested) HasTotal() bool

HasTotal returns a boolean if a field has been set.

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