Sdílet prostřednictvím


DataFlowDebugCommandRequest interface

Request body structure for data flow debug command.

Properties

command

The command type.

commandPayload

The command payload object.

sessionId

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