SecurityProfile constructor
      
      SecurityProfile({ 
    
    
- String? createTime,
- CustomInterceptProfile? customInterceptProfile,
- CustomMirroringProfile? customMirroringProfile,
- String? description,
- String? etag,
- Map<String, String> ? labels,
- String? name,
- ThreatPreventionProfile? threatPreventionProfile,
- String? type,
- String? updateTime,
Implementation
SecurityProfile({
  this.createTime,
  this.customInterceptProfile,
  this.customMirroringProfile,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.threatPreventionProfile,
  this.type,
  this.updateTime,
});