ReleaseGroupDto
A cluster of review-queue releases sharing one cleaned search query. The
query is exactly the value to hand back as searchQuery (at the same
breadth) to filter the list down to this group's members.
countinteger<int64>required
Number of distinct releases in the group (always > 1).
querystringrequired
The shared cleaned search query, and the searchQuery filter value
that reproduces this group.
topCandidate object
oneOf
- null
- ReleaseGroupCandidateDto
null
ReleaseGroupDto
{
"count": 0,
"query": "string",
"topCandidate": "null"
}