Поделиться через


WebTestsListResponse type

Содержит данные ответа для операции списка.

type WebTestsListResponse = WebTestListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebTestListResult
  }
}