type property

String? type
getter/setter pair

The type of operator for this condition.

@mutable tagmanager.accounts.containers.workspaces.triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.update Possible string values are:

  • "conditionTypeUnspecified"
  • "equals"
  • "contains"
  • "startsWith"
  • "endsWith"
  • "matchRegex"
  • "greater"
  • "greaterOrEquals"
  • "less"
  • "lessOrEquals"
  • "cssSelector"
  • "urlMatches" : NOTE(lanzone): When defining a ConditionType here, don't forget to also define a matching PredicateType (in condition.proto).

Implementation

core.String? type;