Notification is a datatype for a notification.

Table: Notification

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 26, 2024
dismissablebooleanyes  Whether the notification is dismissable.
idstringyes  The unique identifier for the notification.
linkstring   Link accompanying the notification.
linkDescriptionstringyes  A description for the link.
messagestringyes  The message for the notification.
severityNotificationSeverityyes  The severity of the notification. See NotificationSeverity.
titlestringyes  The title or heading of the notification.
typeNotificationTypesyes  The type of the notification. See NotificationTypes.