Name | Type | Description | Notes |
---|---|---|---|
Allocated | Pointer to []V0040Tres | [optional] | |
Requested | Pointer to []V0040Tres | [optional] |
func NewV0040JobTres() *V0040JobTres
NewV0040JobTres instantiates a new V0040JobTres 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 NewV0040JobTresWithDefaults() *V0040JobTres
NewV0040JobTresWithDefaults instantiates a new V0040JobTres 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 *V0040JobTres) GetAllocated() []V0040Tres
GetAllocated returns the Allocated field if non-nil, zero value otherwise.
func (o *V0040JobTres) 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 *V0040JobTres) SetAllocated(v []V0040Tres)
SetAllocated sets Allocated field to given value.
func (o *V0040JobTres) HasAllocated() bool
HasAllocated returns a boolean if a field has been set.
func (o *V0040JobTres) GetRequested() []V0040Tres
GetRequested returns the Requested field if non-nil, zero value otherwise.
func (o *V0040JobTres) GetRequestedOk() (*[]V0040Tres, 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 *V0040JobTres) SetRequested(v []V0040Tres)
SetRequested sets Requested field to given value.
func (o *V0040JobTres) HasRequested() bool
HasRequested returns a boolean if a field has been set.