response property

String? response
getter/setter pair

A Reviewer’s Response for the Approval. Possible string values are:

  • "RESPONSE_UNSPECIFIED" : Response was set to an unrecognized value.
  • "NO_RESPONSE" : The reviewer has not yet responded
  • "APPROVED" : The Reviewer has approved the item.
  • "DECLINED" : The Reviewer has declined the item.

Implementation

core.String? response;