SecurityProfileGroup constructor

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

Implementation

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