Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.21 KB

Message.md

File metadata and controls

21 lines (17 loc) · 1.21 KB

Message

Properties

Name Type Description Notes
attributes dict(str, str) A string->string map of additional properties associated with this message [optional]
content str Message content
display str The form of display for this message
end_epoch_millis int When this message will stop being displayed, in epoch millis
id str [optional]
read bool A derived field for whether the current user has read this message [optional]
scope str The audience scope that this message should reach
severity str Message severity
source str Message source. System messages will com from 'system@wavefront.com'
start_epoch_millis int When this message will begin to be displayed, in epoch millis
target str For scope=CUSTOMER or scope=USER, the individual customer or user id [optional]
title str Title of this message

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