SearchModelMonitoringAlertsRequest constructor

SearchModelMonitoringAlertsRequest({
  1. required String modelMonitor,
  2. String modelMonitoringJob = '',
  3. Interval? alertTimeInterval,
  4. String statsName = '',
  5. String objectiveType = '',
  6. int pageSize = 0,
  7. String pageToken = '',
})

Implementation

SearchModelMonitoringAlertsRequest({
  required this.modelMonitor,
  this.modelMonitoringJob = '',
  this.alertTimeInterval,
  this.statsName = '',
  this.objectiveType = '',
  this.pageSize = 0,
  this.pageToken = '',
}) : super(fullyQualifiedName);