ListSqlInjectionMatchSetsResponse constructor
ListSqlInjectionMatchSetsResponse({
- String? nextMarker,
- List<
SqlInjectionMatchSetSummary> ? sqlInjectionMatchSets,
Implementation
ListSqlInjectionMatchSetsResponse({
this.nextMarker,
this.sqlInjectionMatchSets,
});