Sdílet prostřednictvím


BlobGetTagsResponse type

Obsahuje data odpovědi pro operaci getTags .

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