pageSize property

int? pageSize
getter/setter pair

The maximum number of results to return from this request.

Default is 50. If the value is negative, the request is rejected.The presence of next_page_token in the response indicates that more results might be available.

Optional.

Implementation

core.int? pageSize;