Поделиться через


GetTagsResponse type

Содержит данные ответа для операции getTags.

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