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

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