Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
108 lines (59 loc) · 3.07 KB

V0039StepTres.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

V0039StepTres

Properties

Name Type Description Notes
Requested Pointer to V0039StepTresRequested [optional]
Consumed Pointer to V0039StepTresConsumed [optional]
Allocated Pointer to []V0039Tres [optional]

Methods

NewV0039StepTres

func NewV0039StepTres() *V0039StepTres

NewV0039StepTres instantiates a new V0039StepTres 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

NewV0039StepTresWithDefaults

func NewV0039StepTresWithDefaults() *V0039StepTres

NewV0039StepTresWithDefaults instantiates a new V0039StepTres 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 *V0039StepTres) GetRequested() V0039StepTresRequested

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

GetRequestedOk

func (o *V0039StepTres) GetRequestedOk() (*V0039StepTresRequested, 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 *V0039StepTres) SetRequested(v V0039StepTresRequested)

SetRequested sets Requested field to given value.

HasRequested

func (o *V0039StepTres) HasRequested() bool

HasRequested returns a boolean if a field has been set.

GetConsumed

func (o *V0039StepTres) GetConsumed() V0039StepTresConsumed

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

GetConsumedOk

func (o *V0039StepTres) GetConsumedOk() (*V0039StepTresConsumed, 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 *V0039StepTres) SetConsumed(v V0039StepTresConsumed)

SetConsumed sets Consumed field to given value.

HasConsumed

func (o *V0039StepTres) HasConsumed() bool

HasConsumed returns a boolean if a field has been set.

GetAllocated

func (o *V0039StepTres) GetAllocated() []V0039Tres

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

GetAllocatedOk

func (o *V0039StepTres) GetAllocatedOk() (*[]V0039Tres, 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 *V0039StepTres) SetAllocated(v []V0039Tres)

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0039StepTres) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

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