Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.76 KB

V0040AssocMin.md

File metadata and controls

56 lines (31 loc) · 1.76 KB

V0040AssocMin

Properties

Name Type Description Notes
PriorityThreshold Pointer to V0040Uint32NoVal [optional]

Methods

NewV0040AssocMin

func NewV0040AssocMin() *V0040AssocMin

NewV0040AssocMin instantiates a new V0040AssocMin 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

NewV0040AssocMinWithDefaults

func NewV0040AssocMinWithDefaults() *V0040AssocMin

NewV0040AssocMinWithDefaults instantiates a new V0040AssocMin 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

GetPriorityThreshold

func (o *V0040AssocMin) GetPriorityThreshold() V0040Uint32NoVal

GetPriorityThreshold returns the PriorityThreshold field if non-nil, zero value otherwise.

GetPriorityThresholdOk

func (o *V0040AssocMin) GetPriorityThresholdOk() (*V0040Uint32NoVal, bool)

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

SetPriorityThreshold

func (o *V0040AssocMin) SetPriorityThreshold(v V0040Uint32NoVal)

SetPriorityThreshold sets PriorityThreshold field to given value.

HasPriorityThreshold

func (o *V0040AssocMin) HasPriorityThreshold() bool

HasPriorityThreshold returns a boolean if a field has been set.

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