status property

String? status
getter/setter pair

Possible string values are:

  • "FEEDBACK_THREAD_STATUS_UNSPECIFIED"
  • "NEW" : Feedback thread is created with no reply;
  • "REPLIED" : Feedback thread is replied at least once;

Implementation

core.String? status;