Package version:

Interface CreateDataFlowDebugSessionResponse

Response body structure for creating data flow debug session.

interface CreateDataFlowDebugSessionResponse {
    sessionId?: string;
    status?: string;
}

Properties

Properties

sessionId?: string

The ID of data flow debug session.

status?: string

The state of the debug session.