| Name | Type | Description | Notes |
|---|---|---|---|
| FirstName | Pointer to string | The first name. | [optional] |
| LastName | Pointer to string | The last name. | [optional] |
| FullName | Pointer to string | The full name. | [optional] |
func NewInputValueAnyOf8() *InputValueAnyOf8
NewInputValueAnyOf8 instantiates a new InputValueAnyOf8 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 NewInputValueAnyOf8WithDefaults() *InputValueAnyOf8
NewInputValueAnyOf8WithDefaults instantiates a new InputValueAnyOf8 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 *InputValueAnyOf8) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *InputValueAnyOf8) 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 *InputValueAnyOf8) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *InputValueAnyOf8) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *InputValueAnyOf8) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *InputValueAnyOf8) 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 *InputValueAnyOf8) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *InputValueAnyOf8) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *InputValueAnyOf8) GetFullName() string
GetFullName returns the FullName field if non-nil, zero value otherwise.
func (o *InputValueAnyOf8) 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 *InputValueAnyOf8) SetFullName(v string)
SetFullName sets FullName field to given value.
func (o *InputValueAnyOf8) HasFullName() bool
HasFullName returns a boolean if a field has been set.