status property
The status of the creative in this context (for example, it has been explicitly disapproved or is pending review). Possible string values are:
- "STATUS_UNSPECIFIED" : The status is not known.
- "DISAPPROVAL" : The ad was disapproved in this context.
- "PENDING_REVIEW" : The ad is pending review in this context.
Implementation
core.String? status;