filter property

List<Condition>? filter
getter/setter pair

The trigger will only fire iff all Conditions are true.

@mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update

Implementation

core.List<Condition>? filter;