limit property

int? limit
getter/setter pair

Maximum of facet values that should be returned for this facet.

If unspecified, defaults to 50. The maximum allowed value is 300. Values above 300 will be coerced to 300. If this field is negative, an INVALID_ARGUMENT is returned.

Implementation

core.int? limit;