ListRegexMatchSetsResponse constructor
ListRegexMatchSetsResponse({
- String? nextMarker,
- List<
RegexMatchSetSummary> ? regexMatchSets,
Implementation
ListRegexMatchSetsResponse({
this.nextMarker,
this.regexMatchSets,
});