Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.29 KB

AnnouncementResponse.md

File metadata and controls

43 lines (27 loc) · 1.29 KB

AnnouncementResponse

Announcement response

Properties

Name Type Description Notes
id String The ID of the announcement
isDismissible Boolean true if the announcement is dismissible
title String The title of the announcement
message String The message of the announcement
startTime Long The start time of the announcement. This is a Unix timestamp in milliseconds.
endTime Long The end time of the announcement. This is a Unix timestamp in milliseconds. [optional]
severity SeverityEnum The severity of the announcement
status StatusEnum The status of the announcement
access AnnouncementAccessRep [optional]
links AnnouncementResponseLinks

Enum: SeverityEnum

Name Value
INFO "info"
WARNING "warning"
CRITICAL "critical"

Enum: StatusEnum

Name Value
ACTIVE "active"
INACTIVE "inactive"
SCHEDULED "scheduled"