Skip to content

Files

Latest commit

5159e36 · Aug 2, 2024

History

History
134 lines (73 loc) · 5.47 KB

V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer.md

File metadata and controls

134 lines (73 loc) · 5.47 KB

V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer

Properties

Name Type Description Notes
Count Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId [optional]
Accruing Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId [optional]
Submitted Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId [optional]
WallClock Pointer to V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId [optional]

Methods

NewV0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer

func NewV0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer() *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer

NewV0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer instantiates a new V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer 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

NewV0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPerWithDefaults

func NewV0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPerWithDefaults() *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer

NewV0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPerWithDefaults instantiates a new V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer 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

GetCount

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetCount() V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetCountOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId, bool)

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

SetCount

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) SetCount(v V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId)

SetCount sets Count field to given value.

HasCount

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) HasCount() bool

HasCount returns a boolean if a field has been set.

GetAccruing

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetAccruing() V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId

GetAccruing returns the Accruing field if non-nil, zero value otherwise.

GetAccruingOk

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetAccruingOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId, bool)

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

SetAccruing

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) SetAccruing(v V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId)

SetAccruing sets Accruing field to given value.

HasAccruing

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) HasAccruing() bool

HasAccruing returns a boolean if a field has been set.

GetSubmitted

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetSubmitted() V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId

GetSubmitted returns the Submitted field if non-nil, zero value otherwise.

GetSubmittedOk

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetSubmittedOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId, bool)

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

SetSubmitted

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) SetSubmitted(v V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId)

SetSubmitted sets Submitted field to given value.

HasSubmitted

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) HasSubmitted() bool

HasSubmitted returns a boolean if a field has been set.

GetWallClock

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetWallClock() V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId

GetWallClock returns the WallClock field if non-nil, zero value otherwise.

GetWallClockOk

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) GetWallClockOk() (*V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId, bool)

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

SetWallClock

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) SetWallClock(v V0041OpenapiSlurmdbdJobsRespJobsInnerArrayTaskId)

SetWallClock sets WallClock field to given value.

HasWallClock

func (o *V0041OpenapiSlurmdbdConfigRespAssociationsInnerMaxJobsPer) HasWallClock() bool

HasWallClock returns a boolean if a field has been set.

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