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