WebTestsListByComponentResponse type
Contiene i dati di risposta per l'operazione listByComponent.
type WebTestsListByComponentResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}