state property
The state of the matter. Possible string values are:
- "STATE_UNSPECIFIED" : The matter has no specified state.
- "OPEN" : The matter is open.
- "CLOSED" : The matter is closed.
- "DELETED" : The matter is deleted.
Implementation
core.String? state;