maxQueriesPerIPPerHour property

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

Maximum number of API requests allowed per IP address or user token per hour. If this limit is reached, the API returns an error with status code 429. By default, there's no limit.

Implementation

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