Returns the session ID for this response.
The session identifier
Returns the server-side session ID.
The server-side session identifier
Returns the operation ID.
The operation identifier
Returns the response ID.
The response identifier
Returns the raw response type structure.
The response type discriminated union
Handles responses from ExecutePlanRequest operations.
Remarks
This class wraps ExecutePlanResponse and provides type-safe access to different response types using discriminated unions. It validates the response type before accessing specific result values.
Example