DeleteRuleResponse constructor

DeleteRuleResponse({
  1. String? changeToken,
})

Implementation

DeleteRuleResponse({
  this.changeToken,
});