Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.87 KB

V0040AssocMaxJobsPer.md

File metadata and controls

134 lines (73 loc) · 3.87 KB

V0040AssocMaxJobsPer

Properties

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

Methods

NewV0040AssocMaxJobsPer

func NewV0040AssocMaxJobsPer() *V0040AssocMaxJobsPer

NewV0040AssocMaxJobsPer instantiates a new V0040AssocMaxJobsPer 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

NewV0040AssocMaxJobsPerWithDefaults

func NewV0040AssocMaxJobsPerWithDefaults() *V0040AssocMaxJobsPer

NewV0040AssocMaxJobsPerWithDefaults instantiates a new V0040AssocMaxJobsPer 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 *V0040AssocMaxJobsPer) GetCount() V0040Uint32NoVal

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

GetCountOk

func (o *V0040AssocMaxJobsPer) GetCountOk() (*V0040Uint32NoVal, 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 *V0040AssocMaxJobsPer) SetCount(v V0040Uint32NoVal)

SetCount sets Count field to given value.

HasCount

func (o *V0040AssocMaxJobsPer) HasCount() bool

HasCount returns a boolean if a field has been set.

GetAccruing

func (o *V0040AssocMaxJobsPer) GetAccruing() V0040Uint32NoVal

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

GetAccruingOk

func (o *V0040AssocMaxJobsPer) GetAccruingOk() (*V0040Uint32NoVal, 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 *V0040AssocMaxJobsPer) SetAccruing(v V0040Uint32NoVal)

SetAccruing sets Accruing field to given value.

HasAccruing

func (o *V0040AssocMaxJobsPer) HasAccruing() bool

HasAccruing returns a boolean if a field has been set.

GetSubmitted

func (o *V0040AssocMaxJobsPer) GetSubmitted() V0040Uint32NoVal

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

GetSubmittedOk

func (o *V0040AssocMaxJobsPer) GetSubmittedOk() (*V0040Uint32NoVal, 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 *V0040AssocMaxJobsPer) SetSubmitted(v V0040Uint32NoVal)

SetSubmitted sets Submitted field to given value.

HasSubmitted

func (o *V0040AssocMaxJobsPer) HasSubmitted() bool

HasSubmitted returns a boolean if a field has been set.

GetWallClock

func (o *V0040AssocMaxJobsPer) GetWallClock() V0040Uint32NoVal

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

GetWallClockOk

func (o *V0040AssocMaxJobsPer) GetWallClockOk() (*V0040Uint32NoVal, 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 *V0040AssocMaxJobsPer) SetWallClock(v V0040Uint32NoVal)

SetWallClock sets WallClock field to given value.

HasWallClock

func (o *V0040AssocMaxJobsPer) HasWallClock() bool

HasWallClock returns a boolean if a field has been set.

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