Name | Type | Description | Notes |
---|---|---|---|
Requested | Pointer to V0039StepTresRequested | [optional] | |
Consumed | Pointer to V0039StepTresConsumed | [optional] | |
Allocated | Pointer to []V0039Tres | [optional] |
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
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
func (o *V0039StepTres) GetRequested() V0039StepTresRequested
GetRequested returns the Requested field if non-nil, zero value otherwise.
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.
func (o *V0039StepTres) SetRequested(v V0039StepTresRequested)
SetRequested sets Requested field to given value.
func (o *V0039StepTres) HasRequested() bool
HasRequested returns a boolean if a field has been set.
func (o *V0039StepTres) GetConsumed() V0039StepTresConsumed
GetConsumed returns the Consumed field if non-nil, zero value otherwise.
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.
func (o *V0039StepTres) SetConsumed(v V0039StepTresConsumed)
SetConsumed sets Consumed field to given value.
func (o *V0039StepTres) HasConsumed() bool
HasConsumed returns a boolean if a field has been set.
func (o *V0039StepTres) GetAllocated() []V0039Tres
GetAllocated returns the Allocated field if non-nil, zero value otherwise.
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.
func (o *V0039StepTres) SetAllocated(v []V0039Tres)
SetAllocated sets Allocated field to given value.
func (o *V0039StepTres) HasAllocated() bool
HasAllocated returns a boolean if a field has been set.