groupedBys property

List<ResultRowValue> groupedBys
final

An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.

Implementation

final List<ResultRowValue> groupedBys;