status property

String? status
getter/setter pair

Indicates whether the search term is currently one of your targeted or excluded keywords.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "ADDED" : Search term is added to targeted keywords.
  • "EXCLUDED" : Search term matches a negative keyword.
  • "ADDED_EXCLUDED" : Search term has been both added and excluded.
  • "NONE" : Search term is neither targeted nor excluded.

Implementation

core.String? status;