WebTestsListByComponentNextResponse type
Enthält Antwortdaten für den ListByComponentNext-Vorgang.
type WebTestsListByComponentNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}