| Name | Type | Description | Notes |
|---|---|---|---|
| Option | SelectOption | ||
| AttributeType | string | The attribute type of the value. |
func NewOutputValueAnyOf16(option SelectOption, attributeType string, ) *OutputValueAnyOf16
NewOutputValueAnyOf16 instantiates a new OutputValueAnyOf16 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
func NewOutputValueAnyOf16WithDefaults() *OutputValueAnyOf16
NewOutputValueAnyOf16WithDefaults instantiates a new OutputValueAnyOf16 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
func (o *OutputValueAnyOf16) GetOption() SelectOption
GetOption returns the Option field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf16) GetOptionOk() (*SelectOption, bool)
GetOptionOk returns a tuple with the Option field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf16) SetOption(v SelectOption)
SetOption sets Option field to given value.
func (o *OutputValueAnyOf16) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf16) GetAttributeTypeOk() (*string, bool)
GetAttributeTypeOk returns a tuple with the AttributeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutputValueAnyOf16) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.