Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.04 KB

AnnouncementResponse.md

File metadata and controls

18 lines (15 loc) · 1.04 KB

# AnnouncementResponse

Properties

Name Type Description Notes
_id string The ID of the announcement
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
_status string The status of the announcement
_access \LaunchDarklyApi\Model\AnnouncementAccessRep [optional]
_links \LaunchDarklyApi\Model\AnnouncementResponseLinks

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