Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.76 KB

V0039AssocMin.md

File metadata and controls

56 lines (31 loc) · 1.76 KB

V0039AssocMin

Properties

Name Type Description Notes
PriorityThreshold Pointer to V0039Uint32NoVal [optional]

Methods

NewV0039AssocMin

func NewV0039AssocMin() *V0039AssocMin

NewV0039AssocMin instantiates a new V0039AssocMin 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

NewV0039AssocMinWithDefaults

func NewV0039AssocMinWithDefaults() *V0039AssocMin

NewV0039AssocMinWithDefaults instantiates a new V0039AssocMin 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 *V0039AssocMin) GetPriorityThreshold() V0039Uint32NoVal

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

GetPriorityThresholdOk

func (o *V0039AssocMin) GetPriorityThresholdOk() (*V0039Uint32NoVal, 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 *V0039AssocMin) SetPriorityThreshold(v V0039Uint32NoVal)

SetPriorityThreshold sets PriorityThreshold field to given value.

HasPriorityThreshold

func (o *V0039AssocMin) HasPriorityThreshold() bool

HasPriorityThreshold returns a boolean if a field has been set.

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