pageSize property

int? pageSize
getter/setter pair

The maximum number of promotions to return.

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

Optional.

Implementation

core.int? pageSize;