BlobSetMetadataResponse type

包含 setMetadata作的响应数据。

type BlobSetMetadataResponse = WithResponse<
  BlobSetMetadataHeaders,
  BlobSetMetadataHeaders
>