ContainerListBlobFlatSegmentResponse type
Содержит данные ответа для операции listBlobFlatSegment.
type ContainerListBlobFlatSegmentResponse = WithResponse<
ListBlobsFlatSegmentResponse & ContainerListBlobFlatSegmentHeaders,
ContainerListBlobFlatSegmentHeaders,
ListBlobsFlatSegmentResponseModel
>