BlockBlobGetBlockListResponse type

Contains response data for the getBlockList operation.

type BlockBlobGetBlockListResponse = WithResponse<
  BlockBlobGetBlockListResponseInternal,
  BlockBlobGetBlockListHeaders
>