Package version:

Interface DataFlowDebugCommandRequest

Request body structure for data flow debug command.

interface DataFlowDebugCommandRequest {
    command?: string;
    commandPayload?: DataFlowDebugCommandPayload;
    sessionId?: string;
}

Properties

command?: string

The command type.

The command payload object.

sessionId?: string

The ID of data flow debug session.