ListRulesResponse constructor
ListRulesResponse({
- String? nextMarker,
- List<
RuleSummary> ? rules,
Implementation
ListRulesResponse({
this.nextMarker,
this.rules,
});