Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.17 KB

File metadata and controls

19 lines (15 loc) · 1.17 KB

Team

Properties

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]

[Back to Model list] [Back to API list] [Back to README]