Wrangling Data Flow Response
data class WranglingDataFlowResponse(val annotations: List<Any>? = null, val description: String? = null, val documentLocale: String? = null, val folder: DataFlowResponseFolder? = null, val script: String? = null, val sources: List<PowerQuerySourceResponse>? = null, val type: String)
Power Query data flow.
Constructors
Link copied to clipboard
fun WranglingDataFlowResponse(annotations: List<Any>? = null, description: String? = null, documentLocale: String? = null, folder: DataFlowResponseFolder? = null, script: String? = null, sources: List<PowerQuerySourceResponse>? = null, type: String)