Share via


GetTagsResponse type

Contiene i dati di risposta per l'operazione getTags.

type GetTagsResponse = Tag[] & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Tag[] }
}