itemsPerPage property

int? itemsPerPage
getter/setter pair

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

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

Implementation

core.int? itemsPerPage;