rejectionReason property

String? rejectionReason
getter/setter pair

The rejection reason when a brand status is REJECTED.

Output only. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "EXISTING_BRAND" : Brand is already present in the commercial brand set.
  • "EXISTING_BRAND_VARIANT" : Brand is already present in the commercial brand set, but is a variant.
  • "INCORRECT_INFORMATION" : Brand information is not correct (eg: URL and name don't match).
  • "NOT_A_BRAND" : Not a valid brand as per Google policy.

Implementation

core.String? rejectionReason;