SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.fromJson constructor
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.fromJson(
- Map json_
Implementation
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.fromJson(
core.Map json_)
: this(
op: json_.containsKey('op') ? json_['op'] as core.String : null,
val: json_.containsKey('val') ? json_['val'] as core.String : null,
);