WebTestsUpdateTagsResponse type
Contains response data for the updateTags operation.
type WebTestsUpdateTagsResponse = WebTest & {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}