projectal.entities.booking
6class Booking(Entity, StageLinker, TagLinker): 7 """ 8 Implementation of the [Booking](https://projectal.com/docs/latest/#tag/Booking) API. 9 """ 10 _path = 'booking' 11 _name = 'booking' 12 _links = [StageLinker, TagLinker]
Implementation of the Booking 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