BlockBlobGetBlockListResponse type

يحتوي على بيانات الاستجابة لعملية getBlockList.

type BlockBlobGetBlockListResponse = WithResponse<
  BlockBlobGetBlockListResponseInternal,
  BlockBlobGetBlockListHeaders
>