enablingTriggerId property

List<String>? enablingTriggerId
getter/setter pair

For mobile containers only: A list of trigger IDs for enabling conditional variables; the variable is enabled if one of the enabling triggers is true while all the disabling triggers are false.

Treated as an unordered set. @mutable tagmanager.accounts.containers.workspaces.variables.create @mutable tagmanager.accounts.containers.workspaces.variables.update

Implementation

core.List<core.String>? enablingTriggerId;