appealType property

String? appealType
getter/setter pair

Whether the decision can be appealed through a self-service appeal or an appeal form. Possible string values are:

  • "AD_POLICY_APPEAL_TYPE_UNKNOWN" : Unknown or not specified.
  • "SELF_SERVICE_APPEAL" : The decision can be appealed through a self-service appeal.
  • "APPEAL_FORM" : The decision can be appealed using an appeal form.

Implementation

core.String? appealType;