Compartilhar via


WebTestsUpdateTagsResponse type

Contém dados de resposta para a operação updateTags.

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