Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.05 KB

TrackingCategory.md

File metadata and controls

17 lines (12 loc) · 1.05 KB

TrackingCategory

The TrackingCategory Object ### Description The TrackingCategory object is used to represent a company's tracking categories. ### Usage Example Fetch from the GET TrackingCategory endpoint and view a company's tracking category.

Properties

Name Type Description Notes
id str [optional] [readonly]
remote_id str, none_type The third-party API ID of the matching object. [optional]
remote_data [RemoteData], none_type [optional] [readonly]
name str, none_type The tracking category's name. [optional]
status object, none_type The tracking category's status. [optional]
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]