52 lines
1.6 KiB
Markdown
52 lines
1.6 KiB
Markdown
# SchemaUserChangeEmailVerifyReq
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Code** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaUserChangeEmailVerifyReq
|
|
|
|
`func NewSchemaUserChangeEmailVerifyReq(code string, ) *SchemaUserChangeEmailVerifyReq`
|
|
|
|
NewSchemaUserChangeEmailVerifyReq instantiates a new SchemaUserChangeEmailVerifyReq 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
|
|
|
|
### NewSchemaUserChangeEmailVerifyReqWithDefaults
|
|
|
|
`func NewSchemaUserChangeEmailVerifyReqWithDefaults() *SchemaUserChangeEmailVerifyReq`
|
|
|
|
NewSchemaUserChangeEmailVerifyReqWithDefaults instantiates a new SchemaUserChangeEmailVerifyReq 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
|
|
|
|
### GetCode
|
|
|
|
`func (o *SchemaUserChangeEmailVerifyReq) GetCode() string`
|
|
|
|
GetCode returns the Code field if non-nil, zero value otherwise.
|
|
|
|
### GetCodeOk
|
|
|
|
`func (o *SchemaUserChangeEmailVerifyReq) GetCodeOk() (*string, bool)`
|
|
|
|
GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetCode
|
|
|
|
`func (o *SchemaUserChangeEmailVerifyReq) SetCode(v string)`
|
|
|
|
SetCode sets Code 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)
|
|
|
|
|