Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.69 KB

V0040Accounting.md

File metadata and controls

134 lines (73 loc) · 3.69 KB

V0040Accounting

Properties

Name Type Description Notes
Allocated Pointer to V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated [optional]
Id Pointer to int32 [optional]
Start Pointer to int64 [optional]
TRES Pointer to V0040Tres [optional]

Methods

NewV0040Accounting

func NewV0040Accounting() *V0040Accounting

NewV0040Accounting instantiates a new V0040Accounting 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

NewV0040AccountingWithDefaults

func NewV0040AccountingWithDefaults() *V0040Accounting

NewV0040AccountingWithDefaults instantiates a new V0040Accounting 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 *V0040Accounting) GetAllocated() V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated

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

GetAllocatedOk

func (o *V0040Accounting) GetAllocatedOk() (*V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated, 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 *V0040Accounting) SetAllocated(v V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated)

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0040Accounting) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

GetId

func (o *V0040Accounting) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *V0040Accounting) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *V0040Accounting) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *V0040Accounting) HasId() bool

HasId returns a boolean if a field has been set.

GetStart

func (o *V0040Accounting) GetStart() int64

GetStart returns the Start field if non-nil, zero value otherwise.

GetStartOk

func (o *V0040Accounting) GetStartOk() (*int64, bool)

GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStart

func (o *V0040Accounting) SetStart(v int64)

SetStart sets Start field to given value.

HasStart

func (o *V0040Accounting) HasStart() bool

HasStart returns a boolean if a field has been set.

GetTRES

func (o *V0040Accounting) GetTRES() V0040Tres

GetTRES returns the TRES field if non-nil, zero value otherwise.

GetTRESOk

func (o *V0040Accounting) GetTRESOk() (*V0040Tres, bool)

GetTRESOk returns a tuple with the TRES field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTRES

func (o *V0040Accounting) SetTRES(v V0040Tres)

SetTRES sets TRES field to given value.

HasTRES

func (o *V0040Accounting) HasTRES() bool

HasTRES returns a boolean if a field has been set.

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