CreateSqlInjectionMatchSetResponse constructor
CreateSqlInjectionMatchSetResponse({
- String? changeToken,
- SqlInjectionMatchSet? sqlInjectionMatchSet,
Implementation
CreateSqlInjectionMatchSetResponse({
this.changeToken,
this.sqlInjectionMatchSet,
});