Name | Type | Description | Notes |
---|---|---|---|
Qos | Pointer to []V0040Tres | [optional] | |
Job | Pointer to []V0040Tres | [optional] | |
Account | Pointer to []V0040Tres | [optional] | |
User | Pointer to []V0040Tres | [optional] |
func NewV0040QosLimitsMaxTresMinutesPer() *V0040QosLimitsMaxTresMinutesPer
NewV0040QosLimitsMaxTresMinutesPer instantiates a new V0040QosLimitsMaxTresMinutesPer 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 NewV0040QosLimitsMaxTresMinutesPerWithDefaults() *V0040QosLimitsMaxTresMinutesPer
NewV0040QosLimitsMaxTresMinutesPerWithDefaults instantiates a new V0040QosLimitsMaxTresMinutesPer 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 *V0040QosLimitsMaxTresMinutesPer) GetQos() []V0040Tres
GetQos returns the Qos field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMaxTresMinutesPer) GetQosOk() (*[]V0040Tres, bool)
GetQosOk returns a tuple with the Qos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMaxTresMinutesPer) SetQos(v []V0040Tres)
SetQos sets Qos field to given value.
func (o *V0040QosLimitsMaxTresMinutesPer) HasQos() bool
HasQos returns a boolean if a field has been set.
func (o *V0040QosLimitsMaxTresMinutesPer) GetJob() []V0040Tres
GetJob returns the Job field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMaxTresMinutesPer) GetJobOk() (*[]V0040Tres, bool)
GetJobOk returns a tuple with the Job field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040QosLimitsMaxTresMinutesPer) SetJob(v []V0040Tres)
SetJob sets Job field to given value.
func (o *V0040QosLimitsMaxTresMinutesPer) HasJob() bool
HasJob returns a boolean if a field has been set.
func (o *V0040QosLimitsMaxTresMinutesPer) GetAccount() []V0040Tres
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMaxTresMinutesPer) GetAccountOk() (*[]V0040Tres, 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 *V0040QosLimitsMaxTresMinutesPer) SetAccount(v []V0040Tres)
SetAccount sets Account field to given value.
func (o *V0040QosLimitsMaxTresMinutesPer) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *V0040QosLimitsMaxTresMinutesPer) GetUser() []V0040Tres
GetUser returns the User field if non-nil, zero value otherwise.
func (o *V0040QosLimitsMaxTresMinutesPer) GetUserOk() (*[]V0040Tres, 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 *V0040QosLimitsMaxTresMinutesPer) SetUser(v []V0040Tres)
SetUser sets User field to given value.
func (o *V0040QosLimitsMaxTresMinutesPer) HasUser() bool
HasUser returns a boolean if a field has been set.