InvitedSignup
A base class for all of Deci's model classes. A model stores data in constant fields, and let us manipulate the data in a more readable way.
Properties
Name | Type | Description | Notes |
---|---|---|---|
first_name | str | The first name must contain english characters, numbers or spaces. | [optional] |
last_name | str | The last name must contain english characters, numbers or spaces. | [optional] |
password | str | The password must contain at least one special character. It must include at least 8 characters, and not more than 64 characters. | [optional] |
job_title | str | The job title must contain only English characters, numbers or spaces. | [optional] |
str | |||
invite_token | str |