Name | Type | Description | Notes |
---|---|---|---|
Account | Pointer to V0039Uint32NoVal | [optional] | |
User | Pointer to V0039Uint32NoVal | [optional] |
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
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
func (o *V0039QosLimitsMaxJobsActiveJobsPer) GetAccount() V0039Uint32NoVal
GetAccount returns the Account field if non-nil, zero value otherwise.
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.
func (o *V0039QosLimitsMaxJobsActiveJobsPer) SetAccount(v V0039Uint32NoVal)
SetAccount sets Account field to given value.
func (o *V0039QosLimitsMaxJobsActiveJobsPer) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *V0039QosLimitsMaxJobsActiveJobsPer) GetUser() V0039Uint32NoVal
GetUser returns the User field if non-nil, zero value otherwise.
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.
func (o *V0039QosLimitsMaxJobsActiveJobsPer) SetUser(v V0039Uint32NoVal)
SetUser sets User field to given value.
func (o *V0039QosLimitsMaxJobsActiveJobsPer) HasUser() bool
HasUser returns a boolean if a field has been set.