factory WafExcludedRule.fromJson(Map<String, dynamic> json) { return WafExcludedRule( ruleId: json['RuleId'] as String?, ); }