limit property

  1. @JsonKey(fromJson: convertToIntIfDoubleValueWithoutNull)
int limit
getter/setter pair

The maximum number of items in the response (as set in the query or by default).

Implementation

@JsonKey(fromJson: convertToIntIfDoubleValueWithoutNull)
int limit = 20;