Wrangling Data Flow Args
data class WranglingDataFlowArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val documentLocale: Output<String>? = null, val folder: Output<DataFlowFolderArgs>? = null, val script: Output<String>? = null, val sources: Output<List<PowerQuerySourceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<WranglingDataFlowArgs>
Power Query data flow.
Constructors
Link copied to clipboard
fun WranglingDataFlowArgs(annotations: Output<List<Any>>? = null, description: Output<String>? = null, documentLocale: Output<String>? = null, folder: Output<DataFlowFolderArgs>? = null, script: Output<String>? = null, sources: Output<List<PowerQuerySourceArgs>>? = null, type: Output<String>)