83 lines
3.1 KiB
Markdown
83 lines
3.1 KiB
Markdown
# SchemaExternalLoginBindingUserSendEmailResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**AccessToken** | Pointer to **string** | | [optional]
|
|
**EmailExistAndMustBeConfirmed** | Pointer to **bool** | | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewSchemaExternalLoginBindingUserSendEmailResp
|
|
|
|
`func NewSchemaExternalLoginBindingUserSendEmailResp() *SchemaExternalLoginBindingUserSendEmailResp`
|
|
|
|
NewSchemaExternalLoginBindingUserSendEmailResp instantiates a new SchemaExternalLoginBindingUserSendEmailResp 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
|
|
|
|
### NewSchemaExternalLoginBindingUserSendEmailRespWithDefaults
|
|
|
|
`func NewSchemaExternalLoginBindingUserSendEmailRespWithDefaults() *SchemaExternalLoginBindingUserSendEmailResp`
|
|
|
|
NewSchemaExternalLoginBindingUserSendEmailRespWithDefaults instantiates a new SchemaExternalLoginBindingUserSendEmailResp 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
|
|
|
|
### GetAccessToken
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) GetAccessToken() string`
|
|
|
|
GetAccessToken returns the AccessToken field if non-nil, zero value otherwise.
|
|
|
|
### GetAccessTokenOk
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) GetAccessTokenOk() (*string, bool)`
|
|
|
|
GetAccessTokenOk returns a tuple with the AccessToken field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetAccessToken
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) SetAccessToken(v string)`
|
|
|
|
SetAccessToken sets AccessToken field to given value.
|
|
|
|
### HasAccessToken
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) HasAccessToken() bool`
|
|
|
|
HasAccessToken returns a boolean if a field has been set.
|
|
|
|
### GetEmailExistAndMustBeConfirmed
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) GetEmailExistAndMustBeConfirmed() bool`
|
|
|
|
GetEmailExistAndMustBeConfirmed returns the EmailExistAndMustBeConfirmed field if non-nil, zero value otherwise.
|
|
|
|
### GetEmailExistAndMustBeConfirmedOk
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) GetEmailExistAndMustBeConfirmedOk() (*bool, bool)`
|
|
|
|
GetEmailExistAndMustBeConfirmedOk returns a tuple with the EmailExistAndMustBeConfirmed field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetEmailExistAndMustBeConfirmed
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) SetEmailExistAndMustBeConfirmed(v bool)`
|
|
|
|
SetEmailExistAndMustBeConfirmed sets EmailExistAndMustBeConfirmed field to given value.
|
|
|
|
### HasEmailExistAndMustBeConfirmed
|
|
|
|
`func (o *SchemaExternalLoginBindingUserSendEmailResp) HasEmailExistAndMustBeConfirmed() bool`
|
|
|
|
HasEmailExistAndMustBeConfirmed returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|