params property

Map<String, String>? params
getter/setter pair

Additional parameters controlling delivery channel behavior.

Optional. For example, params.ttl specifies the time-to-live in seconds for the notification channel, where the default is 2 hours and the maximum TTL is 2 days.

Implementation

core.Map<core.String, core.String>? params;