| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID | [optional] |
| name | str | Name of the team | [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] |
| custom_signatures | list[CustomSignature] | Associated Custom Signatures | [optional] |
| custom_signature_ids | list[int] | Associated Custom Signatures IDs | [optional] |
| external_accounts | list[ExternalAccount] | Associated External Accounts | [optional] |
| external_account_ids | list[int] | Associated External Accounts IDs | [optional] |
| sub_organization | SubOrganization | Associated Sub Organization | [optional] |
| sub_organization_id | int | Associated Sub Organization ID | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.