Share via


GetTagsResponse type

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

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