ContainerListBlobHierarchySegmentResponse type

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

type ContainerListBlobHierarchySegmentResponse =
  ListBlobsHierarchySegmentResponse &
    ContainerListBlobHierarchySegmentHeaders & {
      _response: HttpResponse & {
        bodyAsText: string
        parsedBody: ListBlobsHierarchySegmentResponseModel
        parsedHeaders: ContainerListBlobHierarchySegmentHeaders
      }
    }