maxResults property

int? maxResults
getter/setter pair

Maximum number of results to return.

Currently, if unset, defaults to 10. And the max number is 20.

Implementation

core.int? maxResults;