limit property

int? limit
getter/setter pair

The maximum number of results to return.

Applies after all other constraints. Requires: * The value must be greater than or equal to zero if specified.

Implementation

core.int? limit;