state property
Current state of the item
Output only. Possible string values are:
- "ITEM_STATE_UNSPECIFIED" : Default value. This value is unused.
- "PENDING_REVIEW" : The item is pending review.
- "STAGED" : The item has been approved and is ready to be published.
- "PUBLISHED" : The item is published publicly.
- "PUBLISHED_TO_TESTERS" : The item is published to trusted testers.
- "REJECTED" : The item has been rejected for publishing.
- "CANCELLED" : The item submission has been cancelled.
Implementation
core.String? state;