Udostępnij za pośrednictwem


BlobGetTagsResponse type

Zawiera dane odpowiedzi dla operacji getTags .

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