Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.06 KB

MultipleAttribute.md

File metadata and controls

39 lines (20 loc) · 1.06 KB

MultipleAttribute

Properties

Name Type Description Notes
Attributes Pointer to []Attribute [optional]

Methods

GetAttributes

func (o *MultipleAttribute) GetAttributes() []Attribute

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *MultipleAttribute) GetAttributesOk() ([]Attribute, bool)

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

HasAttributes

func (o *MultipleAttribute) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

SetAttributes

func (o *MultipleAttribute) SetAttributes(v []Attribute)

SetAttributes gets a reference to the given []Attribute and assigns it to the Attributes field.

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