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.
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] |