Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

V0039QosLimitsMinTres.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

V0039QosLimitsMinTres

Properties

Name Type Description Notes
Per Pointer to V0039AssocMaxTresMinutesPer [optional]

Methods

NewV0039QosLimitsMinTres

func NewV0039QosLimitsMinTres() *V0039QosLimitsMinTres

NewV0039QosLimitsMinTres instantiates a new V0039QosLimitsMinTres 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

NewV0039QosLimitsMinTresWithDefaults

func NewV0039QosLimitsMinTresWithDefaults() *V0039QosLimitsMinTres

NewV0039QosLimitsMinTresWithDefaults instantiates a new V0039QosLimitsMinTres 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

GetPer

func (o *V0039QosLimitsMinTres) GetPer() V0039AssocMaxTresMinutesPer

GetPer returns the Per field if non-nil, zero value otherwise.

GetPerOk

func (o *V0039QosLimitsMinTres) GetPerOk() (*V0039AssocMaxTresMinutesPer, bool)

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

SetPer

func (o *V0039QosLimitsMinTres) SetPer(v V0039AssocMaxTresMinutesPer)

SetPer sets Per field to given value.

HasPer

func (o *V0039QosLimitsMinTres) HasPer() bool

HasPer returns a boolean if a field has been set.

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