firingRuleId property

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

Firing rule IDs.

A tag will fire when any of the listed rules are true and all of its blockingRuleIds (if any specified) are false. @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>? firingRuleId;