Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1016 Bytes

HealthIncident.md

File metadata and controls

16 lines (11 loc) · 1016 Bytes

HealthIncident

A status health incident

Properties

Name Type Description Notes
start_date datetime The start date of the incident, in ISO 8601 format, e.g. `"2020-10-30T15:26:48Z"`.
title str The title of the incident
incident_updates [IncidentUpdate] Updates on the health incident.
end_date datetime, none_type The end date of the incident, in ISO 8601 format, e.g. `"2020-10-30T15:26:48Z"`. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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