Response message for group by findings.
JSON representation |
---|
{
"groupByResults"
:
[
{
object (
|
Fields | |
---|---|
groupByResults[]
|
Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear. |
nextPageToken
|
Token to retrieve the next page of results, or empty if there are no more results. |
totalSize
|
The total number of results matching the query. |
GroupResult
Result containing the properties and count of a groupBy request.
JSON representation |
---|
{ "properties" : { string : value , ... } , "count" : string } |
Fields | |
---|---|
properties
|
Properties matching the groupBy fields in the request. An object containing a list of |
count
|
Total count of resources for the given properties. |