maxItemCount property

int? maxItemCount
final

An integer indicating the maximum number of items to be returned per page. An maxItemCount of -1 can be specified to let the service determine the optimal item count. This is the recommended configuration value for maxItemCount

Implementation

final int? maxItemCount;