Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1006 Bytes

Office.md

File metadata and controls

17 lines (12 loc) · 1006 Bytes

Office

The Office Object ### Description The Office object is used to represent an office within a company. ### Usage Example Fetch from the LIST Offices endpoint and view the offices 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 office's name. [optional]
location str, none_type The office's location. [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]