GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue constructor

GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue({
  1. String? absolute,
  2. int? percentage,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValue({
  this.absolute,
  this.percentage,
});