status property

String? status
getter/setter pair

Status of the publisher review. Possible string values are:

  • "REVIEW_STATUS_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "REVIEW_STATUS_APPROVED" : The creative is approved.
  • "REVIEW_STATUS_REJECTED" : The creative is rejected.
  • "REVIEW_STATUS_PENDING" : The creative is pending review.

Implementation

core.String? status;