AlertMetadata constructor

AlertMetadata({
  1. String? alertId,
  2. String? assignee,
  3. String? customerId,
  4. String? etag,
  5. String? severity,
  6. String? status,
  7. String? updateTime,
})

Implementation

AlertMetadata({
  this.alertId,
  this.assignee,
  this.customerId,
  this.etag,
  this.severity,
  this.status,
  this.updateTime,
});