CreateDataFlowDebugSessionResponse Class

Response body structure for creating data flow debug session.

Constructor

CreateDataFlowDebugSessionResponse(*args: Any, **kwargs: Any)

Variables

Name Description
status
str

The state of the debug session.

session_id
str

The ID of data flow debug session.

Attributes

session_id

The ID of data flow debug session.

session_id: str | None

status

The state of the debug session.

status: str | None