WebTestsListByComponentNextResponse type
包含 listByComponentNext作的响应数据。
type WebTestsListByComponentNextResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}