Package version:

Interface DataFlowFolder

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

interface DataFlowFolder {
    name?: string;
}

Properties

Properties

name?: string

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