Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 957 Bytes

BaseIncident.md

File metadata and controls

23 lines (19 loc) · 957 Bytes

BaseIncident

Properties

Name Type Description Notes
id str
tiny_id str [optional]
message str [optional]
status str [optional]
is_seen bool [optional]
tags list[str] [optional]
created_at datetime [optional]
updated_at datetime [optional]
source str [optional]
owner str [optional]
priority str [optional]
responders list[Responder] [optional]
owner_team str [optional]
extra_properties dict(str, str) Map of key-value pairs to use as custom properties of the incident [optional]

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