Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.63 KB

V0039QosLimitsMaxJobsActiveJobsPer.md

File metadata and controls

82 lines (45 loc) · 2.63 KB

V0039QosLimitsMaxJobsActiveJobsPer

Properties

Name Type Description Notes
Account Pointer to V0039Uint32NoVal [optional]
User Pointer to V0039Uint32NoVal [optional]

Methods

NewV0039QosLimitsMaxJobsActiveJobsPer

func NewV0039QosLimitsMaxJobsActiveJobsPer() *V0039QosLimitsMaxJobsActiveJobsPer

NewV0039QosLimitsMaxJobsActiveJobsPer instantiates a new V0039QosLimitsMaxJobsActiveJobsPer 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

NewV0039QosLimitsMaxJobsActiveJobsPerWithDefaults

func NewV0039QosLimitsMaxJobsActiveJobsPerWithDefaults() *V0039QosLimitsMaxJobsActiveJobsPer

NewV0039QosLimitsMaxJobsActiveJobsPerWithDefaults instantiates a new V0039QosLimitsMaxJobsActiveJobsPer 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

GetAccount

func (o *V0039QosLimitsMaxJobsActiveJobsPer) GetAccount() V0039Uint32NoVal

GetAccount returns the Account field if non-nil, zero value otherwise.

GetAccountOk

func (o *V0039QosLimitsMaxJobsActiveJobsPer) GetAccountOk() (*V0039Uint32NoVal, bool)

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

SetAccount

func (o *V0039QosLimitsMaxJobsActiveJobsPer) SetAccount(v V0039Uint32NoVal)

SetAccount sets Account field to given value.

HasAccount

func (o *V0039QosLimitsMaxJobsActiveJobsPer) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetUser

func (o *V0039QosLimitsMaxJobsActiveJobsPer) GetUser() V0039Uint32NoVal

GetUser returns the User field if non-nil, zero value otherwise.

GetUserOk

func (o *V0039QosLimitsMaxJobsActiveJobsPer) GetUserOk() (*V0039Uint32NoVal, bool)

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

SetUser

func (o *V0039QosLimitsMaxJobsActiveJobsPer) SetUser(v V0039Uint32NoVal)

SetUser sets User field to given value.

HasUser

func (o *V0039QosLimitsMaxJobsActiveJobsPer) HasUser() bool

HasUser returns a boolean if a field has been set.

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