WebTestsListByComponentResponse type
Contiene datos de respuesta para la operación listByComponent.
type WebTestsListByComponentResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}