DataFlowBuiltInTransformationFilterResponse

data class DataFlowBuiltInTransformationFilterResponse(val description: String? = null, val expression: String, val inputs: List<String>, val type: String? = null)

DataFlow BuiltIn Transformation filter properties

Constructors

constructor(description: String? = null, expression: String, inputs: List<String>, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A user provided optional description of the filter.

Link copied to clipboard

Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 $2 (Assuming inputs section $1 and $2 are provided)

Link copied to clipboard

List of fields for filtering in JSON path expression.

Link copied to clipboard
val type: String? = null

The type of dataflow operation.