Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
RiskEvaluation | UserRiskEvaluation | ||
AuthProviders | []FirebaseUserInfo | ||
CreatedAt | string | ||
LastSignInAt | string | ||
Disabled | bool |
func NewUserBackOfficeInfo(id string, riskEvaluation UserRiskEvaluation, authProviders []FirebaseUserInfo, createdAt string, lastSignInAt string, disabled bool, ) *UserBackOfficeInfo
NewUserBackOfficeInfo instantiates a new UserBackOfficeInfo 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 NewUserBackOfficeInfoWithDefaults() *UserBackOfficeInfo
NewUserBackOfficeInfoWithDefaults instantiates a new UserBackOfficeInfo 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 *UserBackOfficeInfo) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UserBackOfficeInfo) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBackOfficeInfo) SetId(v string)
SetId sets Id field to given value.
func (o *UserBackOfficeInfo) GetRiskEvaluation() UserRiskEvaluation
GetRiskEvaluation returns the RiskEvaluation field if non-nil, zero value otherwise.
func (o *UserBackOfficeInfo) GetRiskEvaluationOk() (*UserRiskEvaluation, bool)
GetRiskEvaluationOk returns a tuple with the RiskEvaluation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBackOfficeInfo) SetRiskEvaluation(v UserRiskEvaluation)
SetRiskEvaluation sets RiskEvaluation field to given value.
func (o *UserBackOfficeInfo) GetAuthProviders() []FirebaseUserInfo
GetAuthProviders returns the AuthProviders field if non-nil, zero value otherwise.
func (o *UserBackOfficeInfo) GetAuthProvidersOk() (*[]FirebaseUserInfo, bool)
GetAuthProvidersOk returns a tuple with the AuthProviders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBackOfficeInfo) SetAuthProviders(v []FirebaseUserInfo)
SetAuthProviders sets AuthProviders field to given value.
func (o *UserBackOfficeInfo) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *UserBackOfficeInfo) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBackOfficeInfo) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *UserBackOfficeInfo) GetLastSignInAt() string
GetLastSignInAt returns the LastSignInAt field if non-nil, zero value otherwise.
func (o *UserBackOfficeInfo) GetLastSignInAtOk() (*string, bool)
GetLastSignInAtOk returns a tuple with the LastSignInAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBackOfficeInfo) SetLastSignInAt(v string)
SetLastSignInAt sets LastSignInAt field to given value.
func (o *UserBackOfficeInfo) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *UserBackOfficeInfo) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBackOfficeInfo) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.