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