ReportingRule constructor

ReportingRule({
  1. String? alertDetails,
  2. String? name,
  3. String? query,
})

Implementation

ReportingRule({
  this.alertDetails,
  this.name,
  this.query,
});