status property

String? status
getter/setter pair

The status of the comment (only populated for admin users). Possible string values are:

  • "LIVE"
  • "EMPTIED"
  • "PENDING"
  • "SPAM"

Implementation

core.String? status;