properties property

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

Configurable properties of the trigger, not to be confused with workflow parameters.

E.g. "name" is a property for API triggers and "subscription" is a property for Cloud Pubsub triggers.

Implementation

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