SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.fromJson constructor
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.fromJson(
- Map json_
Implementation
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.fromJson(core.Map json_)
: this(
enforceOnKeyName: json_['enforceOnKeyName'] as core.String?,
enforceOnKeyType: json_['enforceOnKeyType'] as core.String?,
);