type property

String? type
getter/setter pair

Describes the negative or positive effect this policy will have on serving. 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.
  • "PROHIBITED" : The resource will not be served.
  • "LIMITED" : The resource will not be served under some circumstances.
  • "FULLY_LIMITED" : The resource cannot serve at all because of the current targeting criteria.
  • "DESCRIPTIVE" : May be of interest, but does not limit how the resource is served.
  • "BROADENING" : Could increase coverage beyond normal.
  • "AREA_OF_INTEREST_ONLY" : Constrained for all targeted countries, but may serve in other countries through area of interest.

Implementation

core.String? type;