Action Response
data class ActionResponse(val compatibilityLevel: Int? = null, val requiresPreprocessing: Boolean? = null, val sqlExpression: String? = null)
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
Constructors
Link copied to clipboard
fun ActionResponse(compatibilityLevel: Int? = null, requiresPreprocessing: Boolean? = null, sqlExpression: String? = null)