Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.84 KB

V0040QosLimitsMaxTresMinutesPer.md

File metadata and controls

134 lines (73 loc) · 3.84 KB

V0040QosLimitsMaxTresMinutesPer

Properties

Name Type Description Notes
Qos Pointer to []V0040Tres [optional]
Job Pointer to []V0040Tres [optional]
Account Pointer to []V0040Tres [optional]
User Pointer to []V0040Tres [optional]

Methods

NewV0040QosLimitsMaxTresMinutesPer

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

NewV0040QosLimitsMaxTresMinutesPerWithDefaults

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

GetQos

func (o *V0040QosLimitsMaxTresMinutesPer) GetQos() []V0040Tres

GetQos returns the Qos field if non-nil, zero value otherwise.

GetQosOk

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.

SetQos

func (o *V0040QosLimitsMaxTresMinutesPer) SetQos(v []V0040Tres)

SetQos sets Qos field to given value.

HasQos

func (o *V0040QosLimitsMaxTresMinutesPer) HasQos() bool

HasQos returns a boolean if a field has been set.

GetJob

func (o *V0040QosLimitsMaxTresMinutesPer) GetJob() []V0040Tres

GetJob returns the Job field if non-nil, zero value otherwise.

GetJobOk

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.

SetJob

func (o *V0040QosLimitsMaxTresMinutesPer) SetJob(v []V0040Tres)

SetJob sets Job field to given value.

HasJob

func (o *V0040QosLimitsMaxTresMinutesPer) HasJob() bool

HasJob returns a boolean if a field has been set.

GetAccount

func (o *V0040QosLimitsMaxTresMinutesPer) GetAccount() []V0040Tres

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

GetAccountOk

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.

SetAccount

func (o *V0040QosLimitsMaxTresMinutesPer) SetAccount(v []V0040Tres)

SetAccount sets Account field to given value.

HasAccount

func (o *V0040QosLimitsMaxTresMinutesPer) HasAccount() bool

HasAccount returns a boolean if a field has been set.

GetUser

func (o *V0040QosLimitsMaxTresMinutesPer) GetUser() []V0040Tres

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

GetUserOk

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.

SetUser

func (o *V0040QosLimitsMaxTresMinutesPer) SetUser(v []V0040Tres)

SetUser sets User field to given value.

HasUser

func (o *V0040QosLimitsMaxTresMinutesPer) HasUser() bool

HasUser returns a boolean if a field has been set.

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