WebpageConditionOperator

  • UNPECIFIED, UNKNOWN, EQUALS, and CONTAINS are enums used for the webpage condition operator.

  • EQUALS signifies the argument web condition is equal to the compared web condition.

  • CONTAINS signifies the argument web condition is part of the compared web condition.

The webpage condition operator in webpage criterion.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

EQUALS

The argument web condition is equal to the compared web condition.

CONTAINS

The argument web condition is part of the compared web condition.