다음을 통해 공유


ServiceFindBlobsByTagsSegmentResponse type

findBlobsByTags 작업의 응답입니다.

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