共用方式為


FileSetMetadataResponse type

包含 setMetadata 作業的響應數據。

type FileSetMetadataResponse = WithResponse<
  FileSetMetadataHeaders,
  FileSetMetadataHeaders
>