Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 924 Bytes

Tag.md

File metadata and controls

16 lines (11 loc) · 924 Bytes

Tag

The Tag Object ### Description The Tag object is used to represent a tag or label for a ticket. ### Usage Example TODO

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 [RemoteData], none_type [optional] [readonly]
remote_was_deleted bool Indicates whether or not this object has been deleted by third party webhooks. [optional]
field_mappings {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type [optional] [readonly]

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