FileStartCopyResponse type

startCopy 操作の応答データを格納します。

type FileStartCopyResponse = WithResponse<
  FileStartCopyHeaders,
  FileStartCopyHeaders
>