Name | Type | Description | Notes |
---|---|---|---|
Allocated | Pointer to V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated | [optional] | |
Id | Pointer to int32 | [optional] | |
Start | Pointer to int64 | [optional] | |
TRES | Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTresRequestedMaxInner | [optional] |
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
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
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetAllocated() V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated
GetAllocated returns the Allocated field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetAllocated(v V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInnerAllocated)
SetAllocated sets Allocated field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasAllocated() bool
HasAllocated returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetId(v int32)
SetId sets Id field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetStart() int64
GetStart returns the Start field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetStart(v int64)
SetStart sets Start field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasStart() bool
HasStart returns a boolean if a field has been set.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) GetTRES() V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTresRequestedMaxInner
GetTRES returns the TRES field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) SetTRES(v V0041OpenapiSlurmdbdJobsRespJobsInnerStepsInnerTresRequestedMaxInner)
SetTRES sets TRES field to given value.
func (o *V0041OpenapiSlurmdbdConfigRespUsersInnerWckeysInnerAccountingInner) HasTRES() bool
HasTRES returns a boolean if a field has been set.