Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 768 Bytes

File metadata and controls

13 lines (9 loc) · 768 Bytes

Tag

The Tag Object ### Description The Tag object is used to represent a tag for a candidate. ### Usage Example Fetch from the LIST Tags endpoint and view the tags used within a company.

Properties

Name Type Description Notes
remote_id str, none_type The third-party API ID of the matching object. [optional]
name str, none_type The tag's name. [optional]
remote_data [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type], none_type [optional]

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