Skip to content

Latest commit

 

History

History
342 lines (185 loc) · 9.97 KB

UpdateUserProfileRequestProfile.md

File metadata and controls

342 lines (185 loc) · 9.97 KB

UpdateUserProfileRequestProfile

Properties

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]

Methods

NewUpdateUserProfileRequestProfile

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

NewUpdateUserProfileRequestProfileWithDefaults

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

GetFamilyName

func (o *UpdateUserProfileRequestProfile) GetFamilyName() string

GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.

GetFamilyNameOk

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.

SetFamilyName

func (o *UpdateUserProfileRequestProfile) SetFamilyName(v string)

SetFamilyName sets FamilyName field to given value.

HasFamilyName

func (o *UpdateUserProfileRequestProfile) HasFamilyName() bool

HasFamilyName returns a boolean if a field has been set.

GetGivenName

func (o *UpdateUserProfileRequestProfile) GetGivenName() string

GetGivenName returns the GivenName field if non-nil, zero value otherwise.

GetGivenNameOk

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.

SetGivenName

func (o *UpdateUserProfileRequestProfile) SetGivenName(v string)

SetGivenName sets GivenName field to given value.

HasGivenName

func (o *UpdateUserProfileRequestProfile) HasGivenName() bool

HasGivenName returns a boolean if a field has been set.

GetMiddleName

func (o *UpdateUserProfileRequestProfile) GetMiddleName() string

GetMiddleName returns the MiddleName field if non-nil, zero value otherwise.

GetMiddleNameOk

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.

SetMiddleName

func (o *UpdateUserProfileRequestProfile) SetMiddleName(v string)

SetMiddleName sets MiddleName field to given value.

HasMiddleName

func (o *UpdateUserProfileRequestProfile) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

GetNickname

func (o *UpdateUserProfileRequestProfile) GetNickname() string

GetNickname returns the Nickname field if non-nil, zero value otherwise.

GetNicknameOk

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.

SetNickname

func (o *UpdateUserProfileRequestProfile) SetNickname(v string)

SetNickname sets Nickname field to given value.

HasNickname

func (o *UpdateUserProfileRequestProfile) HasNickname() bool

HasNickname returns a boolean if a field has been set.

GetPreferredUsername

func (o *UpdateUserProfileRequestProfile) GetPreferredUsername() string

GetPreferredUsername returns the PreferredUsername field if non-nil, zero value otherwise.

GetPreferredUsernameOk

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.

SetPreferredUsername

func (o *UpdateUserProfileRequestProfile) SetPreferredUsername(v string)

SetPreferredUsername sets PreferredUsername field to given value.

HasPreferredUsername

func (o *UpdateUserProfileRequestProfile) HasPreferredUsername() bool

HasPreferredUsername returns a boolean if a field has been set.

GetProfile

func (o *UpdateUserProfileRequestProfile) GetProfile() string

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

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.

SetProfile

func (o *UpdateUserProfileRequestProfile) SetProfile(v string)

SetProfile sets Profile field to given value.

HasProfile

func (o *UpdateUserProfileRequestProfile) HasProfile() bool

HasProfile returns a boolean if a field has been set.

GetWebsite

func (o *UpdateUserProfileRequestProfile) GetWebsite() string

GetWebsite returns the Website field if non-nil, zero value otherwise.

GetWebsiteOk

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.

SetWebsite

func (o *UpdateUserProfileRequestProfile) SetWebsite(v string)

SetWebsite sets Website field to given value.

HasWebsite

func (o *UpdateUserProfileRequestProfile) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

GetGender

func (o *UpdateUserProfileRequestProfile) GetGender() string

GetGender returns the Gender field if non-nil, zero value otherwise.

GetGenderOk

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.

SetGender

func (o *UpdateUserProfileRequestProfile) SetGender(v string)

SetGender sets Gender field to given value.

HasGender

func (o *UpdateUserProfileRequestProfile) HasGender() bool

HasGender returns a boolean if a field has been set.

GetBirthdate

func (o *UpdateUserProfileRequestProfile) GetBirthdate() string

GetBirthdate returns the Birthdate field if non-nil, zero value otherwise.

GetBirthdateOk

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.

SetBirthdate

func (o *UpdateUserProfileRequestProfile) SetBirthdate(v string)

SetBirthdate sets Birthdate field to given value.

HasBirthdate

func (o *UpdateUserProfileRequestProfile) HasBirthdate() bool

HasBirthdate returns a boolean if a field has been set.

GetZoneinfo

func (o *UpdateUserProfileRequestProfile) GetZoneinfo() string

GetZoneinfo returns the Zoneinfo field if non-nil, zero value otherwise.

GetZoneinfoOk

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.

SetZoneinfo

func (o *UpdateUserProfileRequestProfile) SetZoneinfo(v string)

SetZoneinfo sets Zoneinfo field to given value.

HasZoneinfo

func (o *UpdateUserProfileRequestProfile) HasZoneinfo() bool

HasZoneinfo returns a boolean if a field has been set.

GetLocale

func (o *UpdateUserProfileRequestProfile) GetLocale() string

GetLocale returns the Locale field if non-nil, zero value otherwise.

GetLocaleOk

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.

SetLocale

func (o *UpdateUserProfileRequestProfile) SetLocale(v string)

SetLocale sets Locale field to given value.

HasLocale

func (o *UpdateUserProfileRequestProfile) HasLocale() bool

HasLocale returns a boolean if a field has been set.

GetAddress

func (o *UpdateUserProfileRequestProfile) GetAddress() GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *UpdateUserProfileRequestProfile) SetAddress(v GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *UpdateUserProfileRequestProfile) HasAddress() bool

HasAddress returns a boolean if a field has been set.

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