Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.09 KB

MultipleNewAttribute.md

File metadata and controls

39 lines (20 loc) · 1.09 KB

MultipleNewAttribute

Properties

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

Methods

GetAttributes

func (o *MultipleNewAttribute) GetAttributes() []NewAttribute

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

GetAttributesOk

func (o *MultipleNewAttribute) GetAttributesOk() ([]NewAttribute, 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 *MultipleNewAttribute) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

SetAttributes

func (o *MultipleNewAttribute) SetAttributes(v []NewAttribute)

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

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