Flow Task Args
data class FlowTaskArgs(val connectorOperator: Output<FlowConnectorOperatorArgs>? = null, val destinationField: Output<String>? = null, val sourceFields: Output<List<String>>, val taskProperties: Output<List<FlowTaskPropertiesObjectArgs>>? = null, val taskType: Output<FlowTaskType>) : ConvertibleToJava<FlowTaskArgs>
Constructors
Link copied to clipboard
fun FlowTaskArgs(connectorOperator: Output<FlowConnectorOperatorArgs>? = null, destinationField: Output<String>? = null, sourceFields: Output<List<String>>, taskProperties: Output<List<FlowTaskPropertiesObjectArgs>>? = null, taskType: Output<FlowTaskType>)