WebTestsListByComponentResponse type
listByComponent 操作の応答データを格納します。
type WebTestsListByComponentResponse = WebTestListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebTestListResult
}
}