WebTestsUpdateTagsResponse type
Bevat antwoordgegevens voor de updateTags-bewerking.
type WebTestsUpdateTagsResponse = WebTest & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}