Name | Type | Description | Notes |
---|---|---|---|
Uid | string | ||
DisplayName | Pointer to string | [optional] | |
Pointer to string | [optional] | ||
PhoneNumber | Pointer to string | [optional] | |
PhotoUrl | Pointer to string | [optional] | |
ProviderId | Pointer to string | [optional] |
func NewFirebaseUserInfo(uid string, ) *FirebaseUserInfo
NewFirebaseUserInfo instantiates a new FirebaseUserInfo 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 NewFirebaseUserInfoWithDefaults() *FirebaseUserInfo
NewFirebaseUserInfoWithDefaults instantiates a new FirebaseUserInfo 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 *FirebaseUserInfo) GetUid() string
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *FirebaseUserInfo) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirebaseUserInfo) SetUid(v string)
SetUid sets Uid field to given value.
func (o *FirebaseUserInfo) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *FirebaseUserInfo) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirebaseUserInfo) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *FirebaseUserInfo) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *FirebaseUserInfo) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *FirebaseUserInfo) 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.
func (o *FirebaseUserInfo) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *FirebaseUserInfo) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *FirebaseUserInfo) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *FirebaseUserInfo) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirebaseUserInfo) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *FirebaseUserInfo) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.
func (o *FirebaseUserInfo) GetPhotoUrl() string
GetPhotoUrl returns the PhotoUrl field if non-nil, zero value otherwise.
func (o *FirebaseUserInfo) GetPhotoUrlOk() (*string, bool)
GetPhotoUrlOk returns a tuple with the PhotoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirebaseUserInfo) SetPhotoUrl(v string)
SetPhotoUrl sets PhotoUrl field to given value.
func (o *FirebaseUserInfo) HasPhotoUrl() bool
HasPhotoUrl returns a boolean if a field has been set.
func (o *FirebaseUserInfo) GetProviderId() string
GetProviderId returns the ProviderId field if non-nil, zero value otherwise.
func (o *FirebaseUserInfo) GetProviderIdOk() (*string, bool)
GetProviderIdOk returns a tuple with the ProviderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FirebaseUserInfo) SetProviderId(v string)
SetProviderId sets ProviderId field to given value.
func (o *FirebaseUserInfo) HasProviderId() bool
HasProviderId returns a boolean if a field has been set.