pageSize property

int? pageSize
getter/setter pair

The maximum number of subcomponents to be returned in a single page.

The service may return fewer than this value. If unspecified, at most 100 subcomponents will be returned in a single page.

Optional.

Implementation

core.int? pageSize;