Alert constructor

Alert({
  1. String? closeTime,
  2. LogMetadata? log,
  3. MonitoredResourceMetadata? metadata,
  4. Metric? metric,
  5. String? name,
  6. String? openTime,
  7. PolicySnapshot? policy,
  8. MonitoredResource? resource,
  9. String? state,
})

Implementation

Alert({
  this.closeTime,
  this.log,
  this.metadata,
  this.metric,
  this.name,
  this.openTime,
  this.policy,
  this.resource,
  this.state,
});