maxResultCount property
Maximum number of results to return.
It must be between 1 and 20 (default), inclusively. 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;