moderationStatus property
The comment's moderation status.
Will not be set if the comments were requested through the id filter. Possible string values are:
- "published" : The comment is available for public display.
- "heldForReview" : The comment is awaiting review by a moderator.
- "likelySpam"
- "rejected" : The comment is unfit for display.
Implementation
core.String? moderationStatus;