itemsPerPage property

int? itemsPerPage
getter/setter pair

The maximum number of rows the response can contain, regardless of the actual number of rows returned.

Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.

Implementation

core.int? itemsPerPage;