Name | Type | Description | Notes |
---|---|---|---|
Attributes | Pointer to []Attribute | [optional] |
func (o *MultipleAttribute) GetAttributes() []Attribute
GetAttributes returns the Attributes field if non-nil, zero value otherwise.
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.
func (o *MultipleAttribute) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (o *MultipleAttribute) SetAttributes(v []Attribute)
SetAttributes gets a reference to the given []Attribute and assigns it to the Attributes field.