Flowlet Data Flow Transformation
data class FlowletDataFlowTransformation(val dataset: FlowletDataFlowTransformationDataset? = null, val description: String? = null, val flowlet: FlowletDataFlowTransformationFlowlet? = null, val linkedService: FlowletDataFlowTransformationLinkedService? = null, val name: String)
Constructors
Link copied to clipboard
constructor(dataset: FlowletDataFlowTransformationDataset? = null, description: String? = null, flowlet: FlowletDataFlowTransformationFlowlet? = null, linkedService: FlowletDataFlowTransformationLinkedService? = null, name: String)