Share via


RunNotebookResponse interface

Run notebook response.

Properties

message

Response message. NOTE: This property will not be serialized. It can only be populated by the server.

result

Result of run notebook.

Property Details

message

Response message. NOTE: This property will not be serialized. It can only be populated by the server.

message?: string

Property Value

string

result

Result of run notebook.

result?: RunNotebookResult

Property Value