menu
aws_waf_api package
documentation
waf-2015-08-24.dart
ExcludedRule
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { final ruleId = this.ruleId; return { 'RuleId': ruleId, }; }
aws_waf_api package
documentation
waf-2015-08-24
ExcludedRule
toJson method
ExcludedRule class