共用方式為


BlockBlobGetBlockListResponse type

包含 getBlockList 作業的回應資料。

type BlockBlobGetBlockListResponse = WithResponse<
  BlockBlobGetBlockListResponseInternal,
  BlockBlobGetBlockListHeaders
>