ListRegexPatternSetsResponse constructor
ListRegexPatternSetsResponse({
- String? nextMarker,
- List<
RegexPatternSetSummary> ? regexPatternSets,
Implementation
ListRegexPatternSetsResponse({
this.nextMarker,
this.regexPatternSets,
});