| Name | Type | Description | Notes |
|---|---|---|---|
| Option | string | The UUID identifying the selected select option. | |
| AttributeType | string | The attribute type of the value. |
func NewOutputValueAnyOf15(option string, attributeType string, ) *OutputValueAnyOf15
NewOutputValueAnyOf15 instantiates a new OutputValueAnyOf15 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 NewOutputValueAnyOf15WithDefaults() *OutputValueAnyOf15
NewOutputValueAnyOf15WithDefaults instantiates a new OutputValueAnyOf15 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 *OutputValueAnyOf15) GetOption() string
GetOption returns the Option field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf15) GetOptionOk() (*string, 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 *OutputValueAnyOf15) SetOption(v string)
SetOption sets Option field to given value.
func (o *OutputValueAnyOf15) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
func (o *OutputValueAnyOf15) 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 *OutputValueAnyOf15) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.