Freigeben über


ContainerFindBlobsByTagsSegmentResponse type

Die Antwort des findBlobsByTags-Vorgangs .

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