ContainerFindBlobsByTagsSegmentResponse type

The response of findBlobsByTags operation.

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