maxResults property

int? maxResults
getter/setter pair

The maximum number of links to return in the response.

The default value is 1_000 and the maximum value is 10_000.

Optional.

Implementation

core.int? maxResults;