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