| Name |
Type |
Description |
Notes |
| id |
String |
|
[optional] |
| name |
String |
|
[optional] |
| slug |
String |
|
[optional] |
| company |
String |
|
[optional] |
| created_at |
Time |
|
[optional] |
| updated_at |
Time |
|
[optional] |
| company_logo_url |
String |
|
[optional] |
| subscription |
Subscription |
|
[optional] |
| roles |
Array<String> |
Roles the requesting user holds in the account. |
[optional] |
require 'Phrase'
instance = Phrase::AccountDetails.new(id: null,
name: null,
slug: null,
company: null,
created_at: null,
updated_at: null,
company_logo_url: null,
subscription: null,
roles: null)