Name | Type | Description | Notes |
---|---|---|---|
FamilyName | Pointer to string | [optional] | |
GivenName | Pointer to string | [optional] | |
MiddleName | Pointer to string | [optional] | |
Nickname | Pointer to string | [optional] | |
PreferredUsername | Pointer to string | [optional] | |
Profile | Pointer to string | [optional] | |
Website | Pointer to string | [optional] | |
Gender | Pointer to string | [optional] | |
Birthdate | Pointer to string | [optional] | |
Zoneinfo | Pointer to string | [optional] | |
Locale | Pointer to string | [optional] | |
Address | Pointer to GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress | [optional] |
func NewUpdateUserProfileRequestProfile() *UpdateUserProfileRequestProfile
NewUpdateUserProfileRequestProfile instantiates a new UpdateUserProfileRequestProfile 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 NewUpdateUserProfileRequestProfileWithDefaults() *UpdateUserProfileRequestProfile
NewUpdateUserProfileRequestProfileWithDefaults instantiates a new UpdateUserProfileRequestProfile 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 *UpdateUserProfileRequestProfile) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetFamilyNameOk() (*string, bool)
GetFamilyNameOk returns a tuple with the FamilyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.
func (o *UpdateUserProfileRequestProfile) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetGivenName() string
GetGivenName returns the GivenName field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetGivenNameOk() (*string, bool)
GetGivenNameOk returns a tuple with the GivenName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetGivenName(v string)
SetGivenName sets GivenName field to given value.
func (o *UpdateUserProfileRequestProfile) HasGivenName() bool
HasGivenName returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetMiddleName() string
GetMiddleName returns the MiddleName field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetMiddleNameOk() (*string, bool)
GetMiddleNameOk returns a tuple with the MiddleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetMiddleName(v string)
SetMiddleName sets MiddleName field to given value.
func (o *UpdateUserProfileRequestProfile) HasMiddleName() bool
HasMiddleName returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetNickname() string
GetNickname returns the Nickname field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetNicknameOk() (*string, bool)
GetNicknameOk returns a tuple with the Nickname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetNickname(v string)
SetNickname sets Nickname field to given value.
func (o *UpdateUserProfileRequestProfile) HasNickname() bool
HasNickname returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetPreferredUsername() string
GetPreferredUsername returns the PreferredUsername field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetPreferredUsernameOk() (*string, bool)
GetPreferredUsernameOk returns a tuple with the PreferredUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetPreferredUsername(v string)
SetPreferredUsername sets PreferredUsername field to given value.
func (o *UpdateUserProfileRequestProfile) HasPreferredUsername() bool
HasPreferredUsername returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetProfile() string
GetProfile returns the Profile field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetProfileOk() (*string, bool)
GetProfileOk returns a tuple with the Profile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetProfile(v string)
SetProfile sets Profile field to given value.
func (o *UpdateUserProfileRequestProfile) HasProfile() bool
HasProfile returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetWebsite() string
GetWebsite returns the Website field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetWebsite(v string)
SetWebsite sets Website field to given value.
func (o *UpdateUserProfileRequestProfile) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetGender() string
GetGender returns the Gender field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetGenderOk() (*string, bool)
GetGenderOk returns a tuple with the Gender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetGender(v string)
SetGender sets Gender field to given value.
func (o *UpdateUserProfileRequestProfile) HasGender() bool
HasGender returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetBirthdate() string
GetBirthdate returns the Birthdate field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetBirthdateOk() (*string, bool)
GetBirthdateOk returns a tuple with the Birthdate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetBirthdate(v string)
SetBirthdate sets Birthdate field to given value.
func (o *UpdateUserProfileRequestProfile) HasBirthdate() bool
HasBirthdate returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetZoneinfo() string
GetZoneinfo returns the Zoneinfo field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetZoneinfoOk() (*string, bool)
GetZoneinfoOk returns a tuple with the Zoneinfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetZoneinfo(v string)
SetZoneinfo sets Zoneinfo field to given value.
func (o *UpdateUserProfileRequestProfile) HasZoneinfo() bool
HasZoneinfo returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetLocale() string
GetLocale returns the Locale field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetLocaleOk() (*string, bool)
GetLocaleOk returns a tuple with the Locale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetLocale(v string)
SetLocale sets Locale field to given value.
func (o *UpdateUserProfileRequestProfile) HasLocale() bool
HasLocale returns a boolean if a field has been set.
func (o *UpdateUserProfileRequestProfile) GetAddress() GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *UpdateUserProfileRequestProfile) GetAddressOk() (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateUserProfileRequestProfile) SetAddress(v GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress)
SetAddress sets Address field to given value.
func (o *UpdateUserProfileRequestProfile) HasAddress() bool
HasAddress returns a boolean if a field has been set.