CreateRateBasedRuleResponse constructor

CreateRateBasedRuleResponse({
  1. String? changeToken,
  2. RateBasedRule? rule,
})

Implementation

CreateRateBasedRuleResponse({
  this.changeToken,
  this.rule,
});