limit property

int? limit
final

The maximum number of results to be returned in a single page. It is possible to receive fewer results than the specified limit on a given page.

Implementation

final int? limit;