condition property

List<Condition>? condition
getter/setter pair

The list of conditions that make up this rule (implicit AND between them).

@mutable tagmanager.accounts.containers.rules.create @mutable tagmanager.accounts.containers.rules.update

Implementation

core.List<Condition>? condition;