Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

V0040StepTres.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

V0040StepTres

Properties

Name Type Description Notes
Requested Pointer to V0040StepTresRequested [optional]
Consumed Pointer to V0040StepTresConsumed [optional]
Allocated Pointer to []V0040Tres [optional]

Methods

NewV0040StepTres

func NewV0040StepTres() *V0040StepTres

NewV0040StepTres instantiates a new V0040StepTres 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

NewV0040StepTresWithDefaults

func NewV0040StepTresWithDefaults() *V0040StepTres

NewV0040StepTresWithDefaults instantiates a new V0040StepTres 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

GetRequested

func (o *V0040StepTres) GetRequested() V0040StepTresRequested

GetRequested returns the Requested field if non-nil, zero value otherwise.

GetRequestedOk

func (o *V0040StepTres) GetRequestedOk() (*V0040StepTresRequested, bool)

GetRequestedOk returns a tuple with the Requested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequested

func (o *V0040StepTres) SetRequested(v V0040StepTresRequested)

SetRequested sets Requested field to given value.

HasRequested

func (o *V0040StepTres) HasRequested() bool

HasRequested returns a boolean if a field has been set.

GetConsumed

func (o *V0040StepTres) GetConsumed() V0040StepTresConsumed

GetConsumed returns the Consumed field if non-nil, zero value otherwise.

GetConsumedOk

func (o *V0040StepTres) GetConsumedOk() (*V0040StepTresConsumed, bool)

GetConsumedOk returns a tuple with the Consumed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConsumed

func (o *V0040StepTres) SetConsumed(v V0040StepTresConsumed)

SetConsumed sets Consumed field to given value.

HasConsumed

func (o *V0040StepTres) HasConsumed() bool

HasConsumed returns a boolean if a field has been set.

GetAllocated

func (o *V0040StepTres) GetAllocated() []V0040Tres

GetAllocated returns the Allocated field if non-nil, zero value otherwise.

GetAllocatedOk

func (o *V0040StepTres) GetAllocatedOk() (*[]V0040Tres, bool)

GetAllocatedOk returns a tuple with the Allocated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAllocated

func (o *V0040StepTres) SetAllocated(v []V0040Tres)

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0040StepTres) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

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