DeleteDataFlowDebugSessionRequest interface
Request body structure for deleting data flow debug session.
Properties
| data |
The data flow which contains the debug session. |
| session |
The ID of data flow debug session. |
Property Details
dataFlowName
The data flow which contains the debug session.
dataFlowName?: string
Property Value
string
sessionId
The ID of data flow debug session.
sessionId?: string
Property Value
string