CreateSqlInjectionMatchSetResponse constructor

CreateSqlInjectionMatchSetResponse({
  1. String? changeToken,
  2. SqlInjectionMatchSet? sqlInjectionMatchSet,
})

Implementation

CreateSqlInjectionMatchSetResponse({
  this.changeToken,
  this.sqlInjectionMatchSet,
});