73 lines
2.1 KiB
Markdown
73 lines
2.1 KiB
Markdown
# SchemaUserRePassWordRequest
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**Code** | **string** | |
|
|
**Pass** | **string** | |
|
|
|
|
## Methods
|
|
|
|
### NewSchemaUserRePassWordRequest
|
|
|
|
`func NewSchemaUserRePassWordRequest(code string, pass string, ) *SchemaUserRePassWordRequest`
|
|
|
|
NewSchemaUserRePassWordRequest instantiates a new SchemaUserRePassWordRequest 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
|
|
|
|
### NewSchemaUserRePassWordRequestWithDefaults
|
|
|
|
`func NewSchemaUserRePassWordRequestWithDefaults() *SchemaUserRePassWordRequest`
|
|
|
|
NewSchemaUserRePassWordRequestWithDefaults instantiates a new SchemaUserRePassWordRequest 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 *SchemaUserRePassWordRequest) GetCode() string`
|
|
|
|
GetCode returns the Code field if non-nil, zero value otherwise.
|
|
|
|
### GetCodeOk
|
|
|
|
`func (o *SchemaUserRePassWordRequest) 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 *SchemaUserRePassWordRequest) SetCode(v string)`
|
|
|
|
SetCode sets Code field to given value.
|
|
|
|
|
|
### GetPass
|
|
|
|
`func (o *SchemaUserRePassWordRequest) GetPass() string`
|
|
|
|
GetPass returns the Pass field if non-nil, zero value otherwise.
|
|
|
|
### GetPassOk
|
|
|
|
`func (o *SchemaUserRePassWordRequest) 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 *SchemaUserRePassWordRequest) SetPass(v string)`
|
|
|
|
SetPass sets Pass 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)
|
|
|
|
|