Compartilhar via


ContainerFindBlobsByTagsSegmentResponse type

A resposta da operação findBlobsByTags .

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