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


WebTestsListByComponentNextResponse type

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

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