Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.28 KB

V0039JobTres.md

File metadata and controls

82 lines (45 loc) · 2.28 KB

V0039JobTres

Properties

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

Methods

NewV0039JobTres

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

NewV0039JobTresWithDefaults

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

GetAllocated

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

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

GetAllocatedOk

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.

SetAllocated

func (o *V0039JobTres) SetAllocated(v []V0039Tres)

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0039JobTres) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

GetRequested

func (o *V0039JobTres) GetRequested() []V0039Tres

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

GetRequestedOk

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.

SetRequested

func (o *V0039JobTres) SetRequested(v []V0039Tres)

SetRequested sets Requested field to given value.

HasRequested

func (o *V0039JobTres) HasRequested() bool

HasRequested returns a boolean if a field has been set.

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