SecurityProfile constructor

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

Implementation

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