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