| 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. |
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
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
func (o *OutputValueAnyOf10) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf10) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *OutputValueAnyOf10) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf10) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *OutputValueAnyOf10) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf10) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *OutputValueAnyOf10) GetAttributeType() string
GetAttributeType returns the AttributeType field if non-nil, zero value otherwise.
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.
func (o *OutputValueAnyOf10) SetAttributeType(v string)
SetAttributeType sets AttributeType field to given value.