ContainerFindBlobsByTagsSegmentResponse type

type ContainerFindBlobsByTagsSegmentResponse = FilterBlobSegment &
  ContainerFilterBlobsHeaders & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: FilterBlobSegmentModel,
      parsedHeaders: ContainerFilterBlobsHeaders,
    },
  }