admin.messaging. DataMessagePayload
interface static
Interface representing a data message payload. Data messages let developers send up to 4KB of custom key-value pairs. The keys and values must both be strings. Keys can be any custom string, except for the following reserved strings:
"from"- Anything starting with
"google.".
See Defining the message payload for code samples and detailed documentation.

