isMajor property

bool isMajor
final

Whether this parameter is a major parameter.

Major parameters will be included in the HttpRoute.rateLimitId, so requests to the same endpoint but different major parameters will be in separate rate limit buckets.

Implementation

final bool isMajor;