pageSize property

int? pageSize
getter/setter pair

The maximum number of links to return in a single page of the response.

A page may contain fewer links than this value. If unspecified, at most 10 links are returned. Maximum value is 100; values greater than 100 are reduced to 100.

Optional.

Implementation

core.int? pageSize;