ListRulesResponse constructor

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

Implementation

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