Create announcement request body
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] |