共用方式為


ContainerFindBlobsByTagsSegmentResponse type

findBlobsByTags作業的回應。

type ContainerFindBlobsByTagsSegmentResponse = WithResponse<
  FilterBlobSegment & ContainerFilterBlobsHeaders,
  ContainerFilterBlobsHeaders,
  FilterBlobSegmentModel
>