projectal.entities.tag
5class Tag(Entity): 6 """ 7 Implementation of the [Tag](https://projectal.com/docs/latest/#tag/Tag) API. 8 """ 9 10 _path = "tag" 11 _name = "tag" 12 _links = [] 13 _links_reverse = []
Implementation of the Tag API.
Inherited Members
- projectal.entity.Entity
- get
- update
- delete
- history
- create
- save
- clone
- list
- match
- match_startswith
- match_endswith
- match_one
- match_startswith_one
- match_endswith_one
- search
- query
- profile_get
- profile_set
- changes
- set_readonly
- get_link_definitions
- entity_name
- builtins.dict
- setdefault
- pop
- popitem
- keys
- items
- values
- fromkeys
- clear
- copy