DataFlowDebugCommandRequest interface
Request body structure for data flow debug command.
Properties
| command | The command type. |
| command |
The command payload object. |
| session |
The ID of data flow debug session. |
Property Details
command
The command type.
command?: string
Property Value
string
commandPayload
The command payload object.
commandPayload?: DataFlowDebugCommandPayload
Property Value
sessionId
The ID of data flow debug session.
sessionId?: string
Property Value
string