state property

String? state
getter/setter pair

The current status of the support case.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Case is in an unknown state.
  • "NEW" : The case has been created but no one is assigned to work on it yet.
  • "IN_PROGRESS_GOOGLE_SUPPORT" : The case is currently being handled by Google support.
  • "ACTION_REQUIRED" : Google is waiting for a response.
  • "SOLUTION_PROVIDED" : A solution has been offered for the case, but it isn't yet closed.
  • "CLOSED" : The case has been resolved.

Implementation

core.String? state;