group property

String? group
getter/setter pair

The group that the query applies to.

This field is only set if there is a single value for group that satisfies all clauses of the query. If no group applies, this will be the empty string.

Immutable.

Implementation

core.String? group;