maxResultCount property

int? maxResultCount
getter/setter pair

Maximum number of results to return.

It must be between 1 and 20, inclusively. The default is 20. If the number is unset, it falls back to the upper limit. If the number is set to negative or exceeds the upper limit, an INVALID_ARGUMENT error is returned.

Implementation

core.int? maxResultCount;