response property

String? response
getter/setter pair

A reviewer’s response for the approval. Possible string values are:

  • "RESPONSE_UNSPECIFIED" : The response was set to an unrecognized value.
  • "NO_RESPONSE" : The reviewer hasn't responded.
  • "APPROVED" : The reviewer has approved the item.
  • "DECLINED" : The reviewer has declined the item.

Implementation

core.String? response;