GoogleCloudIntegrationsV1alphaIntegrationAlertConfig constructor

GoogleCloudIntegrationsV1alphaIntegrationAlertConfig({
  1. String? aggregationPeriod,
  2. int? alertThreshold,
  3. bool? disableAlert,
  4. String? displayName,
  5. String? durationThreshold,
  6. String? metricType,
  7. bool? onlyFinalAttempt,
  8. String? thresholdType,
  9. GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue? thresholdValue,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegrationAlertConfig({
  this.aggregationPeriod,
  this.alertThreshold,
  this.disableAlert,
  this.displayName,
  this.durationThreshold,
  this.metricType,
  this.onlyFinalAttempt,
  this.thresholdType,
  this.thresholdValue,
});