throttledRequests property

  1. @JsonKey(name: 'throttledRequests')
List<Series>? throttledRequests
getter/setter pair

Instances of blocked requests or requests that crossed the warn threshold during the time range.

Implementation

@JsonKey(name:'throttledRequests')
List<Series>? throttledRequests;