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


BlobGetTagsResponse type

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

type BlobGetTagsResponse = WithResponse<
  { tags: Tags } & BlobGetTagsHeaders,
  BlobGetTagsHeaders,
  BlobTags
>