Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 976 Bytes

CreateAnnouncementBody.md

File metadata and controls

18 lines (13 loc) · 976 Bytes

CreateAnnouncementBody

Create announcement request body

Properties

Name Type Description Notes
is_dismissible bool true if the announcement is dismissible
title str The title of the announcement
message str The message of the announcement
start_time int The start time of the announcement. This is a Unix timestamp in milliseconds.
severity str The severity of the announcement
end_time int The end time of the announcement. This is a Unix timestamp in milliseconds. [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]