ListSqlInjectionMatchSetsResponse constructor

ListSqlInjectionMatchSetsResponse({
  1. String? nextMarker,
  2. List<SqlInjectionMatchSetSummary>? sqlInjectionMatchSets,
})

Implementation

ListSqlInjectionMatchSetsResponse({
  this.nextMarker,
  this.sqlInjectionMatchSets,
});