approvalStatus property

String? approvalStatus
getter/setter pair

The overall approval status, which is calculated based on the status of its individual policy topic entries. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "DISAPPROVED" : Will not serve.
  • "APPROVED_LIMITED" : Serves with restrictions.
  • "APPROVED" : Serves without restrictions.
  • "AREA_OF_INTEREST_ONLY" : Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries.

Implementation

core.String? approvalStatus;