pageSize property

int? pageSize
getter/setter pair

The maximum number of user links to return.

The service may return fewer than this value. If unspecified, at most 1000 user links will be returned. The maximum value is 5000; values above 5000 will be coerced to 5000.

Implementation

core.int? pageSize;