Google Cloud Integrations V1alpha Integration Alert Config Response
data class GoogleCloudIntegrationsV1alphaIntegrationAlertConfigResponse(val aggregationPeriod: String, val alertThreshold: Int, val disableAlert: Boolean, val displayName: String, val durationThreshold: String, val metricType: String, val onlyFinalAttempt: Boolean, val thresholdType: String, val thresholdValue: GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValueResponse)
Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaIntegrationAlertConfigResponse(aggregationPeriod: String, alertThreshold: Int, disableAlert: Boolean, displayName: String, durationThreshold: String, metricType: String, onlyFinalAttempt: Boolean, thresholdType: String, thresholdValue: GoogleCloudIntegrationsV1alphaIntegrationAlertConfigThresholdValueResponse)