scopeDownStatement property

Statement? scopeDownStatement
final

An optional nested statement that narrows the scope of the rate-based statement to matching web requests. This can be any nestable statement, and you can nest statements at any level below this scope-down statement.

Implementation

final Statement? scopeDownStatement;