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