Skip to content

Latest commit

 

History

History
252 lines (139 loc) · 7.63 KB

IdentitySourceUserProfileForUpsert.md

File metadata and controls

252 lines (139 loc) · 7.63 KB

IdentitySourceUserProfileForUpsert

Properties

Name Type Description Notes
Email Pointer to string [optional]
FirstName Pointer to NullableString [optional]
HomeAddress Pointer to NullableString [optional]
LastName Pointer to NullableString [optional]
MobilePhone Pointer to NullableString [optional]
SecondEmail Pointer to string [optional]
UserName Pointer to string [optional]

Methods

NewIdentitySourceUserProfileForUpsert

func NewIdentitySourceUserProfileForUpsert() *IdentitySourceUserProfileForUpsert

NewIdentitySourceUserProfileForUpsert instantiates a new IdentitySourceUserProfileForUpsert 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

NewIdentitySourceUserProfileForUpsertWithDefaults

func NewIdentitySourceUserProfileForUpsertWithDefaults() *IdentitySourceUserProfileForUpsert

NewIdentitySourceUserProfileForUpsertWithDefaults instantiates a new IdentitySourceUserProfileForUpsert 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

GetEmail

func (o *IdentitySourceUserProfileForUpsert) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *IdentitySourceUserProfileForUpsert) GetEmailOk() (*string, bool)

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

SetEmail

func (o *IdentitySourceUserProfileForUpsert) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *IdentitySourceUserProfileForUpsert) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetFirstName

func (o *IdentitySourceUserProfileForUpsert) GetFirstName() string

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

GetFirstNameOk

func (o *IdentitySourceUserProfileForUpsert) 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 *IdentitySourceUserProfileForUpsert) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *IdentitySourceUserProfileForUpsert) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

SetFirstNameNil

func (o *IdentitySourceUserProfileForUpsert) SetFirstNameNil(b bool)

SetFirstNameNil sets the value for FirstName to be an explicit nil

UnsetFirstName

func (o *IdentitySourceUserProfileForUpsert) UnsetFirstName()

UnsetFirstName ensures that no value is present for FirstName, not even an explicit nil

GetHomeAddress

func (o *IdentitySourceUserProfileForUpsert) GetHomeAddress() string

GetHomeAddress returns the HomeAddress field if non-nil, zero value otherwise.

GetHomeAddressOk

func (o *IdentitySourceUserProfileForUpsert) GetHomeAddressOk() (*string, bool)

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

SetHomeAddress

func (o *IdentitySourceUserProfileForUpsert) SetHomeAddress(v string)

SetHomeAddress sets HomeAddress field to given value.

HasHomeAddress

func (o *IdentitySourceUserProfileForUpsert) HasHomeAddress() bool

HasHomeAddress returns a boolean if a field has been set.

SetHomeAddressNil

func (o *IdentitySourceUserProfileForUpsert) SetHomeAddressNil(b bool)

SetHomeAddressNil sets the value for HomeAddress to be an explicit nil

UnsetHomeAddress

func (o *IdentitySourceUserProfileForUpsert) UnsetHomeAddress()

UnsetHomeAddress ensures that no value is present for HomeAddress, not even an explicit nil

GetLastName

func (o *IdentitySourceUserProfileForUpsert) GetLastName() string

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

GetLastNameOk

func (o *IdentitySourceUserProfileForUpsert) 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 *IdentitySourceUserProfileForUpsert) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *IdentitySourceUserProfileForUpsert) HasLastName() bool

HasLastName returns a boolean if a field has been set.

SetLastNameNil

func (o *IdentitySourceUserProfileForUpsert) SetLastNameNil(b bool)

SetLastNameNil sets the value for LastName to be an explicit nil

UnsetLastName

func (o *IdentitySourceUserProfileForUpsert) UnsetLastName()

UnsetLastName ensures that no value is present for LastName, not even an explicit nil

GetMobilePhone

func (o *IdentitySourceUserProfileForUpsert) GetMobilePhone() string

GetMobilePhone returns the MobilePhone field if non-nil, zero value otherwise.

GetMobilePhoneOk

func (o *IdentitySourceUserProfileForUpsert) GetMobilePhoneOk() (*string, bool)

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

SetMobilePhone

func (o *IdentitySourceUserProfileForUpsert) SetMobilePhone(v string)

SetMobilePhone sets MobilePhone field to given value.

HasMobilePhone

func (o *IdentitySourceUserProfileForUpsert) HasMobilePhone() bool

HasMobilePhone returns a boolean if a field has been set.

SetMobilePhoneNil

func (o *IdentitySourceUserProfileForUpsert) SetMobilePhoneNil(b bool)

SetMobilePhoneNil sets the value for MobilePhone to be an explicit nil

UnsetMobilePhone

func (o *IdentitySourceUserProfileForUpsert) UnsetMobilePhone()

UnsetMobilePhone ensures that no value is present for MobilePhone, not even an explicit nil

GetSecondEmail

func (o *IdentitySourceUserProfileForUpsert) GetSecondEmail() string

GetSecondEmail returns the SecondEmail field if non-nil, zero value otherwise.

GetSecondEmailOk

func (o *IdentitySourceUserProfileForUpsert) GetSecondEmailOk() (*string, bool)

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

SetSecondEmail

func (o *IdentitySourceUserProfileForUpsert) SetSecondEmail(v string)

SetSecondEmail sets SecondEmail field to given value.

HasSecondEmail

func (o *IdentitySourceUserProfileForUpsert) HasSecondEmail() bool

HasSecondEmail returns a boolean if a field has been set.

GetUserName

func (o *IdentitySourceUserProfileForUpsert) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

func (o *IdentitySourceUserProfileForUpsert) GetUserNameOk() (*string, bool)

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

SetUserName

func (o *IdentitySourceUserProfileForUpsert) SetUserName(v string)

SetUserName sets UserName field to given value.

HasUserName

func (o *IdentitySourceUserProfileForUpsert) HasUserName() bool

HasUserName returns a boolean if a field has been set.

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