enablingRuleId property

List<String>? enablingRuleId
getter/setter pair

For mobile containers only: A list of rule IDs for enabling conditional macros; the macro is enabled if one of the enabling rules is true while all the disabling rules are false.

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

Implementation

core.List<core.String>? enablingRuleId;