SecurityProfileGroup constructor

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

Implementation

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