ServiceFindBlobsByTagsSegmentResponse type

The response of findBlobsByTags operation.

type ServiceFindBlobsByTagsSegmentResponse = WithResponse<
  FilterBlobSegment & ServiceFilterBlobsHeaders,
  ServiceFilterBlobsHeaders,
  FilterBlobSegmentModel
>