ListRulesResponse constructor

ListRulesResponse({
  1. String? nextMarker,
  2. List<RuleSummary>? rules,
})

Implementation

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