firingTriggerId property

List<String>? firingTriggerId
getter/setter pair

Firing trigger IDs.

A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update

Implementation

core.List<core.String>? firingTriggerId;