endpoints property

Map<String, EndpointSendConfiguration>? endpoints
final

A map of key-value pairs, where each key is an endpoint ID and each value is an EndpointSendConfiguration object. You can use an EndpointSendConfiguration object to tailor the message for an endpoint by specifying settings such as content overrides and message variables.

Implementation

final Map<String, EndpointSendConfiguration>? endpoints;