limit property

int? limit
getter/setter pair

The maximum number of results to return.

Applies after all other constraints. Must be >= 0 if specified.

Implementation

core.int? limit;