CreateRateBasedRuleResponse constructor
CreateRateBasedRuleResponse({
- String? changeToken,
- RateBasedRule? rule,
Implementation
CreateRateBasedRuleResponse({
this.changeToken,
this.rule,
});