ContainerListBlobHierarchySegmentResponse type

Contains response data for the listBlobHierarchySegment operation.

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