WebTestsListByComponentNextResponse type
Contient des données de réponse pour l’opération listByComponentNext.
type WebTestsListByComponentNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}