SecurityPolicyRuleRateLimitOptionsThreshold.fromJson constructor
SecurityPolicyRuleRateLimitOptionsThreshold.fromJson(
- Map json_
Implementation
SecurityPolicyRuleRateLimitOptionsThreshold.fromJson(core.Map json_)
: this(
count: json_['count'] as core.int?,
intervalSec: json_['intervalSec'] as core.int?,
);