更新文档内容
This commit is contained in:
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
||||
**CaptchaCode** | Pointer to **string** | | [optional]
|
||||
**CaptchaId** | Pointer to **string** | | [optional]
|
||||
**EMail** | **string** | |
|
||||
**Pass** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
@@ -97,6 +98,31 @@ and a boolean to check if the value has been set.
|
||||
SetEMail sets EMail field to given value.
|
||||
|
||||
|
||||
### GetPass
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) GetPass() string`
|
||||
|
||||
GetPass returns the Pass field if non-nil, zero value otherwise.
|
||||
|
||||
### GetPassOk
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) GetPassOk() (*string, bool)`
|
||||
|
||||
GetPassOk returns a tuple with the Pass field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetPass
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) SetPass(v string)`
|
||||
|
||||
SetPass sets Pass field to given value.
|
||||
|
||||
### HasPass
|
||||
|
||||
`func (o *SchemaUserChangeEmailSendCodeReq) HasPass() bool`
|
||||
|
||||
HasPass 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user