pageSize property

int? pageSize
getter/setter pair

Maximum number of Products to return.

If unspecified, defaults to a reasonable value. The maximum allowed value is 120. Values above 120 will be coerced to 120. If this field is negative, an INVALID_ARGUMENT is returned.

Implementation

core.int? pageSize;