ContainerListBlobFlatSegmentResponse type

listBlobFlatSegment 操作の応答データを格納します。

type ContainerListBlobFlatSegmentResponse = ListBlobsFlatSegmentResponse &
  ContainerListBlobFlatSegmentHeaders & {
    _response: HttpResponse & {
      bodyAsText: string
      parsedBody: ListBlobsFlatSegmentResponseModel
      parsedHeaders: ContainerListBlobFlatSegmentHeaders
    }
  }