Enterprise Crm Eventbus Proto Workflow Alert Config Response
data class EnterpriseCrmEventbusProtoWorkflowAlertConfigResponse(val aggregationPeriod: String, val alertDisabled: Boolean, val alertName: String, val clientId: String, val durationThresholdMs: String, val errorEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse, val metricType: String, val numAggregationPeriods: Int, val onlyFinalAttempt: Boolean, val playbookUrl: String, val thresholdType: String, val thresholdValue: EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueResponse, val warningEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse)
Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoWorkflowAlertConfigResponse(aggregationPeriod: String, alertDisabled: Boolean, alertName: String, clientId: String, durationThresholdMs: String, errorEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse, metricType: String, numAggregationPeriods: Int, onlyFinalAttempt: Boolean, playbookUrl: String, thresholdType: String, thresholdValue: EnterpriseCrmEventbusProtoBaseAlertConfigThresholdValueResponse, warningEnumList: EnterpriseCrmEventbusProtoBaseAlertConfigErrorEnumListResponse)