first version
This commit is contained in:
103
docs/SchemaUserRetrievePassWordRequest.md
Normal file
103
docs/SchemaUserRetrievePassWordRequest.md
Normal file
@@ -0,0 +1,103 @@
|
||||
# SchemaUserRetrievePassWordRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**CaptchaCode** | Pointer to **string** | captcha_code | [optional]
|
||||
**CaptchaId** | Pointer to **string** | captcha_id | [optional]
|
||||
**EMail** | **string** | e_mail |
|
||||
|
||||
## Methods
|
||||
|
||||
### NewSchemaUserRetrievePassWordRequest
|
||||
|
||||
`func NewSchemaUserRetrievePassWordRequest(eMail string, ) *SchemaUserRetrievePassWordRequest`
|
||||
|
||||
NewSchemaUserRetrievePassWordRequest instantiates a new SchemaUserRetrievePassWordRequest 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
|
||||
|
||||
### NewSchemaUserRetrievePassWordRequestWithDefaults
|
||||
|
||||
`func NewSchemaUserRetrievePassWordRequestWithDefaults() *SchemaUserRetrievePassWordRequest`
|
||||
|
||||
NewSchemaUserRetrievePassWordRequestWithDefaults instantiates a new SchemaUserRetrievePassWordRequest 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
|
||||
|
||||
### GetCaptchaCode
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) GetCaptchaCode() string`
|
||||
|
||||
GetCaptchaCode returns the CaptchaCode field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaCodeOk
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) GetCaptchaCodeOk() (*string, bool)`
|
||||
|
||||
GetCaptchaCodeOk returns a tuple with the CaptchaCode field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaCode
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) SetCaptchaCode(v string)`
|
||||
|
||||
SetCaptchaCode sets CaptchaCode field to given value.
|
||||
|
||||
### HasCaptchaCode
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) HasCaptchaCode() bool`
|
||||
|
||||
HasCaptchaCode returns a boolean if a field has been set.
|
||||
|
||||
### GetCaptchaId
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) GetCaptchaId() string`
|
||||
|
||||
GetCaptchaId returns the CaptchaId field if non-nil, zero value otherwise.
|
||||
|
||||
### GetCaptchaIdOk
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) GetCaptchaIdOk() (*string, bool)`
|
||||
|
||||
GetCaptchaIdOk returns a tuple with the CaptchaId field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetCaptchaId
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) SetCaptchaId(v string)`
|
||||
|
||||
SetCaptchaId sets CaptchaId field to given value.
|
||||
|
||||
### HasCaptchaId
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) HasCaptchaId() bool`
|
||||
|
||||
HasCaptchaId returns a boolean if a field has been set.
|
||||
|
||||
### GetEMail
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) GetEMail() string`
|
||||
|
||||
GetEMail returns the EMail field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEMailOk
|
||||
|
||||
`func (o *SchemaUserRetrievePassWordRequest) 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 *SchemaUserRetrievePassWordRequest) SetEMail(v string)`
|
||||
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user