blockingRuleId property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? blockingRuleId
getter/setter pair

Blocking rule IDs.

If any of the listed rules evaluate to true, the tag will not fire. @mutable tagmanager.accounts.containers.workspaces.tags.create @mutable tagmanager.accounts.containers.workspaces.tags.update

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? blockingRuleId;