Sha256: bf6d8d0ff422972296f62215c8f82b5683b184737a9a98e87d9bdd4572a22713

Contents?: true

Size: 598 Bytes

Versions: 6

Compression:

Stored size: 598 Bytes

Contents

# TalonOne::NewUser

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **String** | The email address associated with your account. | 
**password** | **String** | The password for your account. | 
**name** | **String** | Your name. | [optional] 
**invite_token** | **String** |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewUser.new(email: null,
                                 password: null,
                                 name: null,
                                 invite_token: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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