triggerId property

String? triggerId
getter/setter pair

Auto-generated trigger ID.

The ID is based on the properties that you define in the trigger config. For example, for an API trigger, the trigger ID follows the format: api_trigger/TRIGGER_NAME Where trigger config has properties with value {"Trigger name": TRIGGER_NAME}

Optional.

Implementation

core.String? triggerId;