Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.28 KB

V0040JobTres.md

File metadata and controls

82 lines (45 loc) · 2.28 KB

V0040JobTres

Properties

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

Methods

NewV0040JobTres

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

NewV0040JobTresWithDefaults

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

GetAllocated

func (o *V0040JobTres) GetAllocated() []V0040Tres

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

GetAllocatedOk

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.

SetAllocated

func (o *V0040JobTres) SetAllocated(v []V0040Tres)

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0040JobTres) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

GetRequested

func (o *V0040JobTres) GetRequested() []V0040Tres

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

GetRequestedOk

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.

SetRequested

func (o *V0040JobTres) SetRequested(v []V0040Tres)

SetRequested sets Requested field to given value.

HasRequested

func (o *V0040JobTres) HasRequested() bool

HasRequested returns a boolean if a field has been set.

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