resultType property
Type of the result i.e. Success, Failure or Timeout. Possible string values are:
- "RESULT_TYPE_UNSPECIFIED" : Result type is unspecified.
- "SUCCEEDED" : Test connection succeeded.
- "FAILED" : Test connection failed.
- "TIMED_OUT" : Test connection timed out.
Implementation
core.String? resultType;