{
"runs": [
{
"runId": "string",
"status": "TEST_RUN_STATUS_UNSPECIFIED",
"success": true,
"totalTests": "string",
"passedTests": "string",
"failedTests": "string",
"durationMs": "string",
"startedAt": "2019-08-24T14:15:22Z",
"completedAt": "2019-08-24T14:15:22Z",
"services": [
"TARGET_SERVICE_UNSPECIFIED"
]
}
],
"pagination": {
"page": 0,
"pageSize": 0,
"totalCount": "string",
"totalPages": 0,
"hasNext": true,
"hasPrevious": true
}
}