Compartir a través de


BlobGetTagsResponse type

Contiene datos de respuesta para la operación getTags .

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