actionType property

String? actionType
getter/setter pair

The review action type.

Required. Possible string values are:

  • "ACTION_TYPE_UNSPECIFIED" : Unspecified.
  • "COMMENT" : A general review comment.
  • "CHANGE_REQUESTED" : Change required from this review.
  • "APPROVED" : Change approved from this review.

Implementation

core.String? actionType;