state property
State of this suspension, indicating what action a resolver has taken.
Required. Possible string values are:
- "RESOLUTION_STATE_UNSPECIFIED" : Unset state.
 - "PENDING" : The suspension has not yet been resolved.
 - "REJECTED" : The resolver has rejected the suspension.
 - "LIFTED" : The resolver has lifted the suspension.
 
Implementation
core.String? state;