Name | Type | Description | Notes |
---|---|---|---|
Count | Pointer to V0040Uint32NoVal | [optional] | |
Accruing | Pointer to V0040Uint32NoVal | [optional] | |
Submitted | Pointer to V0040Uint32NoVal | [optional] | |
WallClock | Pointer to V0040Uint32NoVal | [optional] |
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
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
func (o *V0040AssocMaxJobsPer) GetCount() V0040Uint32NoVal
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *V0040AssocMaxJobsPer) SetCount(v V0040Uint32NoVal)
SetCount sets Count field to given value.
func (o *V0040AssocMaxJobsPer) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *V0040AssocMaxJobsPer) GetAccruing() V0040Uint32NoVal
GetAccruing returns the Accruing field if non-nil, zero value otherwise.
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.
func (o *V0040AssocMaxJobsPer) SetAccruing(v V0040Uint32NoVal)
SetAccruing sets Accruing field to given value.
func (o *V0040AssocMaxJobsPer) HasAccruing() bool
HasAccruing returns a boolean if a field has been set.
func (o *V0040AssocMaxJobsPer) GetSubmitted() V0040Uint32NoVal
GetSubmitted returns the Submitted field if non-nil, zero value otherwise.
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.
func (o *V0040AssocMaxJobsPer) SetSubmitted(v V0040Uint32NoVal)
SetSubmitted sets Submitted field to given value.
func (o *V0040AssocMaxJobsPer) HasSubmitted() bool
HasSubmitted returns a boolean if a field has been set.
func (o *V0040AssocMaxJobsPer) GetWallClock() V0040Uint32NoVal
GetWallClock returns the WallClock field if non-nil, zero value otherwise.
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.
func (o *V0040AssocMaxJobsPer) SetWallClock(v V0040Uint32NoVal)
SetWallClock sets WallClock field to given value.
func (o *V0040AssocMaxJobsPer) HasWallClock() bool
HasWallClock returns a boolean if a field has been set.