| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| name | String | Name of the sub organization | [optional] |
| created_at | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| updated_at | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| external_accounts | Array<ExternalAccount> | Associated External Accounts | [optional] |
| external_account_ids | Array<Integer> | Associated External Accounts IDs | [optional] |
| organization | Organization | Associated Organization | [optional] |
| organization_id | Integer | Associated Organization ID | [optional] |
| teams | Array<Team> | Associated Teams | [optional] |
| team_ids | Array<Integer> | Associated Teams IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.