DataflowOperationResponse

data class DataflowOperationResponse(val builtInTransformationSettings: DataflowBuiltInTransformationSettingsResponse? = null, val destinationSettings: DataflowDestinationOperationSettingsResponse? = null, val name: String? = null, val operationType: String, val sourceSettings: DataflowSourceOperationSettingsResponse? = null)

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

Constructors

Link copied to clipboard
constructor(builtInTransformationSettings: DataflowBuiltInTransformationSettingsResponse? = null, destinationSettings: DataflowDestinationOperationSettingsResponse? = null, name: String? = null, operationType: String, sourceSettings: DataflowSourceOperationSettingsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Built In Transformation configuration.

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