Files
openapi-go-answer/docs/SchemaUserModifyPassWordRequest.md
2023-08-18 10:03:31 +08:00

83 lines
2.5 KiB
Markdown

# SchemaUserModifyPassWordRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**OldPass** | Pointer to **string** | old password | [optional]
**Pass** | Pointer to **string** | password | [optional]
## Methods
### NewSchemaUserModifyPassWordRequest
`func NewSchemaUserModifyPassWordRequest() *SchemaUserModifyPassWordRequest`
NewSchemaUserModifyPassWordRequest instantiates a new SchemaUserModifyPassWordRequest 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
### NewSchemaUserModifyPassWordRequestWithDefaults
`func NewSchemaUserModifyPassWordRequestWithDefaults() *SchemaUserModifyPassWordRequest`
NewSchemaUserModifyPassWordRequestWithDefaults instantiates a new SchemaUserModifyPassWordRequest 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
### GetOldPass
`func (o *SchemaUserModifyPassWordRequest) GetOldPass() string`
GetOldPass returns the OldPass field if non-nil, zero value otherwise.
### GetOldPassOk
`func (o *SchemaUserModifyPassWordRequest) GetOldPassOk() (*string, bool)`
GetOldPassOk returns a tuple with the OldPass field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetOldPass
`func (o *SchemaUserModifyPassWordRequest) SetOldPass(v string)`
SetOldPass sets OldPass field to given value.
### HasOldPass
`func (o *SchemaUserModifyPassWordRequest) HasOldPass() bool`
HasOldPass returns a boolean if a field has been set.
### GetPass
`func (o *SchemaUserModifyPassWordRequest) GetPass() string`
GetPass returns the Pass field if non-nil, zero value otherwise.
### GetPassOk
`func (o *SchemaUserModifyPassWordRequest) 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 *SchemaUserModifyPassWordRequest) SetPass(v string)`
SetPass sets Pass field to given value.
### HasPass
`func (o *SchemaUserModifyPassWordRequest) 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)