disablingTriggerId property

List<String>? disablingTriggerId
getter/setter pair

For mobile containers only: A list of trigger IDs for disabling conditional variables; the variable is enabled if one of the enabling trigger is true while all the disabling trigger 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>? disablingTriggerId;