Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.16 KB

File metadata and controls

72 lines (39 loc) · 2.16 KB

OutputValueAnyOf16

Properties

Name Type Description Notes
Option SelectOption
AttributeType string The attribute type of the value.

Methods

NewOutputValueAnyOf16

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

NewOutputValueAnyOf16WithDefaults

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

GetOption

func (o *OutputValueAnyOf16) GetOption() SelectOption

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

GetOptionOk

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.

SetOption

func (o *OutputValueAnyOf16) SetOption(v SelectOption)

SetOption sets Option field to given value.

GetAttributeType

func (o *OutputValueAnyOf16) GetAttributeType() string

GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.

GetAttributeTypeOk

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.

SetAttributeType

func (o *OutputValueAnyOf16) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

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