reviewStatus property

String? reviewStatus
getter/setter pair

Where in the review process the resource is. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "REVIEW_IN_PROGRESS" : Currently under review.
  • "REVIEWED" : Primary review complete. Other reviews may be continuing.
  • "UNDER_APPEAL" : The resource has been resubmitted for approval or its policy decision has been appealed.
  • "ELIGIBLE_MAY_SERVE" : The resource is eligible and may be serving but could still undergo further review.

Implementation

core.String? reviewStatus;