ContainerListBlobFlatSegmentResponse type
listBlobFlatSegment 操作の応答データを格納します。
type ContainerListBlobFlatSegmentResponse = WithResponse<
ListBlobsFlatSegmentResponse & ContainerListBlobFlatSegmentHeaders,
ContainerListBlobFlatSegmentHeaders,
ListBlobsFlatSegmentResponseModel
>