WebTestsListNextResponse type
Contém dados de resposta para a operação listNext.
type WebTestsListNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}