Name: PingTestResult

Represents the result of the ping test.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.connectivity.PingTestResult",
   "detail": <String>,
   "successful": <Boolean>,
}

Attributes
NameTypeDescription
detailxsd:stringThe detail of the test result.
successfulxsd:booleanThe test result. A 'true' value means the test passed, and a 'false' value means the test failed.