maxHitsPerQuery property

  1. @JsonKey(name: r'maxHitsPerQuery')
int? maxHitsPerQuery
final

Maximum number of results this API key can retrieve in one query. By default, there's no limit.

Implementation

@JsonKey(name: r'maxHitsPerQuery')
final int? maxHitsPerQuery;