Share via


CreateDataFlowDebugSessionResponse Class

Response body structure for creating data flow debug session.

Constructor

CreateDataFlowDebugSessionResponse(*, status: str | None = None, session_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status
str

The state of the debug session.

Default value: None
session_id
str

The ID of data flow debug session.

Default value: None

Variables

Name Description
status
str

The state of the debug session.

session_id
str

The ID of data flow debug session.