ActivityRule constructor

ActivityRule({
  1. List<String>? actionNames,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? name,
  6. String? query,
  7. List<String>? supersededAlerts,
  8. String? supersedingAlert,
  9. String? threshold,
  10. String? triggerSource,
  11. String? updateTime,
  12. String? windowSize,
})

Implementation

ActivityRule({
  this.actionNames,
  this.createTime,
  this.description,
  this.displayName,
  this.name,
  this.query,
  this.supersededAlerts,
  this.supersedingAlert,
  this.threshold,
  this.triggerSource,
  this.updateTime,
  this.windowSize,
});