SecurityProfile constructor

SecurityProfile({
  1. String? createTime,
  2. CustomInterceptProfile? customInterceptProfile,
  3. CustomMirroringProfile? customMirroringProfile,
  4. String? description,
  5. String? etag,
  6. Map<String, String>? labels,
  7. String? name,
  8. ThreatPreventionProfile? threatPreventionProfile,
  9. String? type,
  10. String? updateTime,
})

Implementation

SecurityProfile({
  this.createTime,
  this.customInterceptProfile,
  this.customMirroringProfile,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.threatPreventionProfile,
  this.type,
  this.updateTime,
});