SearchModelMonitoringAlertsResponse constructor

SearchModelMonitoringAlertsResponse({
  1. List<ModelMonitoringAlert> modelMonitoringAlerts = const [],
  2. int totalNumberAlerts = 0,
  3. String nextPageToken = '',
})

Implementation

SearchModelMonitoringAlertsResponse({
  this.modelMonitoringAlerts = const [],
  this.totalNumberAlerts = 0,
  this.nextPageToken = '',
}) : super(fullyQualifiedName);