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