ListRulesResponse constructor

ListRulesResponse({
  1. String? nextToken,
  2. List<Rule>? rules,
})

Implementation

ListRulesResponse({
  this.nextToken,
  this.rules,
});