| Name | Type | Description | Notes |
|---|---|---|---|
| Option | string | The UUID or select option title identifying the selected select option. |
func NewInputValueAnyOf12(option string, ) *InputValueAnyOf12
NewInputValueAnyOf12 instantiates a new InputValueAnyOf12 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 NewInputValueAnyOf12WithDefaults() *InputValueAnyOf12
NewInputValueAnyOf12WithDefaults instantiates a new InputValueAnyOf12 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 *InputValueAnyOf12) GetOption() string
GetOption returns the Option field if non-nil, zero value otherwise.
func (o *InputValueAnyOf12) 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 *InputValueAnyOf12) SetOption(v string)
SetOption sets Option field to given value.