Alert constructor
Alert({
- String? closeTime,
- LogMetadata? log,
- MonitoredResourceMetadata? metadata,
- Metric? metric,
- String? name,
- String? openTime,
- PolicySnapshot? policy,
- MonitoredResource? resource,
- String? state,
Implementation
Alert({
this.closeTime,
this.log,
this.metadata,
this.metric,
this.name,
this.openTime,
this.policy,
this.resource,
this.state,
});