DataFlowOperationResponse

data class DataFlowOperationResponse(val builtInTransformationSettings: DataFlowBuiltInTransformationResponse? = null, val destinationSettings: DataFlowDestinationOperationResponse, val name: String? = null, val operationType: String, val sourceSettings: DataFlowSourceOperationResponse)

DataFlow Operation properties. NOTE - One only method is allowed to be used for one entry.

Constructors

Link copied to clipboard
constructor(builtInTransformationSettings: DataFlowBuiltInTransformationResponse? = null, destinationSettings: DataFlowDestinationOperationResponse, name: String? = null, operationType: String, sourceSettings: DataFlowSourceOperationResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null

Optional user provided name of the transformation.

Link copied to clipboard

Type of operation.

Link copied to clipboard