GetTagResponse type

Contains response data for the getTag operation.

type GetTagResponse = Tag & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag }
}