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


WebTestsGetResponse type

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

type WebTestsGetResponse = WebTest & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}