Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 746 Bytes

CreateAnnouncementBody.md

File metadata and controls

14 lines (11 loc) · 746 Bytes

# CreateAnnouncementBody

Properties

Name Type Description Notes
is_dismissible bool true if the announcement is dismissible
title string The title of the announcement
message string The message of the announcement
start_time int The start time of the announcement. This is a Unix timestamp in milliseconds.
end_time int The end time of the announcement. This is a Unix timestamp in milliseconds. [optional]
severity string The severity of the announcement

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