Alert constructor

Alert({
  1. String? alertId,
  2. String? createTime,
  3. String? customerId,
  4. Map<String, Object>? data,
  5. bool? deleted,
  6. String? endTime,
  7. String? etag,
  8. AlertMetadata? metadata,
  9. String? securityInvestigationToolLink,
  10. String? source,
  11. String? startTime,
  12. String? type,
  13. String? updateTime,
})

Implementation

Alert({
  this.alertId,
  this.createTime,
  this.customerId,
  this.data,
  this.deleted,
  this.endTime,
  this.etag,
  this.metadata,
  this.securityInvestigationToolLink,
  this.source,
  this.startTime,
  this.type,
  this.updateTime,
});