DataFlowResponseFolder

data class DataFlowResponseFolder(val name: String? = null)

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

Constructors

Link copied to clipboard
constructor(name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the folder that this data flow is in.