Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 956 Bytes

Department.md

File metadata and controls

16 lines (11 loc) · 956 Bytes

Department

The Department Object ### Description The Department object is used to represent a department within a company. ### Usage Example Fetch from the LIST Departments endpoint and view the departments within a company.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
name str, none_type The department's name. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional] [readonly]

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