properties property

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

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

E.g. "name" is a property for API triggers and "subscription" is a property for Pub/sub triggers.

Optional.

Implementation

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