WranglingDataFlowResponse

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
constructor(annotations: List<Any>? = null, description: String? = null, documentLocale: String? = null, folder: DataFlowResponseFolder? = null, script: String? = null, sources: List<PowerQuerySourceResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the data flow.

Link copied to clipboard
val description: String? = null

The description of the data flow.

Link copied to clipboard
val documentLocale: String? = null

Locale of the Power query mashup document.

Link copied to clipboard

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

Link copied to clipboard
val script: String? = null

Power query mashup script.

Link copied to clipboard

List of sources in Power Query.

Link copied to clipboard

Type of data flow. Expected value is 'WranglingDataFlow'.