Sql Filter Response
data class SqlFilterResponse(val compatibilityLevel: Int? = null, val requiresPreprocessing: Boolean? = null, val sqlExpression: String? = null)
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
Constructors
Link copied to clipboard
fun SqlFilterResponse(compatibilityLevel: Int? = null, requiresPreprocessing: Boolean? = null, sqlExpression: String? = null)