pageSize property

int? pageSize
getter/setter pair

Upper bound on the number of results you can get in a single response.

Can't be negative or 0, defaults to 10 in this case. The maximum number is 1000. If exceeded, throws an "invalid argument" exception.

Implementation

core.int? pageSize;