CreateRuleGroupResponse constructor

CreateRuleGroupResponse({
  1. String? changeToken,
  2. RuleGroup? ruleGroup,
})

Implementation

CreateRuleGroupResponse({
  this.changeToken,
  this.ruleGroup,
});