pageSize property

int? pageSize
getter/setter pair

The maximum number of ChangeHistoryEvent items to return.

The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

Optional.

Implementation

core.int? pageSize;