Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.54 KB

File metadata and controls

51 lines (28 loc) · 1.54 KB

InputValueAnyOf12

Properties

Name Type Description Notes
Option string The UUID or select option title identifying the selected select option.

Methods

NewInputValueAnyOf12

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

NewInputValueAnyOf12WithDefaults

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

GetOption

func (o *InputValueAnyOf12) GetOption() string

GetOption returns the Option field if non-nil, zero value otherwise.

GetOptionOk

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.

SetOption

func (o *InputValueAnyOf12) SetOption(v string)

SetOption sets Option field to given value.

[Back to Model list] [Back to API list] [Back to README]