ScanConfig constructor
      
      ScanConfig({ 
    
    
- Authentication? authentication,
- List<String> ? blacklistPatterns,
- String? displayName,
- String? exportToSecurityCommandCenter,
- bool? ignoreHttpStatusErrors,
- ScanRun? latestRun,
- bool? managedScan,
- int? maxQps,
- String? name,
- String? riskLevel,
- Schedule? schedule,
- List<String> ? startingUrls,
- bool? staticIpScan,
- List<String> ? targetPlatforms,
- String? userAgent,
Implementation
ScanConfig({
  this.authentication,
  this.blacklistPatterns,
  this.displayName,
  this.exportToSecurityCommandCenter,
  this.ignoreHttpStatusErrors,
  this.latestRun,
  this.managedScan,
  this.maxQps,
  this.name,
  this.riskLevel,
  this.schedule,
  this.startingUrls,
  this.staticIpScan,
  this.targetPlatforms,
  this.userAgent,
});