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