Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 3.25 KB

File metadata and controls

114 lines (61 loc) · 3.25 KB

OutputValueAnyOf10

Properties

Name Type Description Notes
FirstName string The first name.
LastName string The last name.
FullName string The full name.
AttributeType string The attribute type of the value.

Methods

NewOutputValueAnyOf10

func NewOutputValueAnyOf10(firstName string, lastName string, fullName string, attributeType string, ) *OutputValueAnyOf10

NewOutputValueAnyOf10 instantiates a new OutputValueAnyOf10 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

NewOutputValueAnyOf10WithDefaults

func NewOutputValueAnyOf10WithDefaults() *OutputValueAnyOf10

NewOutputValueAnyOf10WithDefaults instantiates a new OutputValueAnyOf10 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

GetFirstName

func (o *OutputValueAnyOf10) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *OutputValueAnyOf10) GetFirstNameOk() (*string, bool)

GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFirstName

func (o *OutputValueAnyOf10) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

GetLastName

func (o *OutputValueAnyOf10) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *OutputValueAnyOf10) GetLastNameOk() (*string, bool)

GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLastName

func (o *OutputValueAnyOf10) SetLastName(v string)

SetLastName sets LastName field to given value.

GetFullName

func (o *OutputValueAnyOf10) GetFullName() string

GetFullName returns the FullName field if non-nil, zero value otherwise.

GetFullNameOk

func (o *OutputValueAnyOf10) GetFullNameOk() (*string, bool)

GetFullNameOk returns a tuple with the FullName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFullName

func (o *OutputValueAnyOf10) SetFullName(v string)

SetFullName sets FullName field to given value.

GetAttributeType

func (o *OutputValueAnyOf10) GetAttributeType() string

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

GetAttributeTypeOk

func (o *OutputValueAnyOf10) 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 *OutputValueAnyOf10) SetAttributeType(v string)

SetAttributeType sets AttributeType field to given value.

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