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


WebTestsUpdateTagsResponse type

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

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