Sha256: 3a4c046dbb6c888fcb88cd13464b776d637c3024be4c647de3af9b00249e22d5

Contents?: true

Size: 416 Bytes

Versions: 7

Compression:

Stored size: 416 Bytes

Contents

# TalonOne::ChangeProfilePassword

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**password** | **String** | Your old password. | 
**new_password** | **String** | Your new password. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ChangeProfilePassword.new(password: null,
                                 new_password: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/ChangeProfilePassword.md
talon_one-2.4.0 docs/ChangeProfilePassword.md
talon_one-2.3.0 docs/ChangeProfilePassword.md
talon_one-2.2.0 docs/ChangeProfilePassword.md
talon_one-2.1.1 docs/ChangeProfilePassword.md
talon_one-2.1.0 docs/ChangeProfilePassword.md
talon_one-2.0.0 docs/ChangeProfilePassword.md