Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.33 KB

V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner.md

File metadata and controls

134 lines (73 loc) · 5.33 KB

V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner

Properties

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

Methods

NewV0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner

func NewV0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner() *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner

NewV0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner instantiates a new V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner 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

NewV0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerWithDefaults

func NewV0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerWithDefaults() *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner

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

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

GetAllocatedOk

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

SetAllocated sets Allocated field to given value.

HasAllocated

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasAllocated() bool

HasAllocated returns a boolean if a field has been set.

GetId

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetId() int32

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

GetIdOk

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) 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 *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasId() bool

HasId returns a boolean if a field has been set.

GetStart

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetStart() int64

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

GetStartOk

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) 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 *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetStart(v int64)

SetStart sets Start field to given value.

HasStart

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasStart() bool

HasStart returns a boolean if a field has been set.

GetTRES

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetTRES() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTresRequestedMaxInner

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

GetTRESOk

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetTRESOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTresRequestedMaxInner, 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 *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetTRES(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTresRequestedMaxInner)

SetTRES sets TRES field to given value.

HasTRES

func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasTRES() bool

HasTRES returns a boolean if a field has been set.

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