operand property

String? operand
getter/setter pair

Operand of webpage targeting condition. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "URL" : Operand denoting a webpage URL targeting condition.
  • "CATEGORY" : Operand denoting a webpage category targeting condition.
  • "PAGE_TITLE" : Operand denoting a webpage title targeting condition.
  • "PAGE_CONTENT" : Operand denoting a webpage content targeting condition.
  • "CUSTOM_LABEL" : Operand denoting a webpage custom label targeting condition.

Implementation

core.String? operand;