Values_0.CancelStatementRequestSourceCancels the statement.
type nonrec t = {sessionId : NameString.t;The Session ID of the statement to be cancelled.
*)id : IntegerValue.t;The ID of the statement to be cancelled.
*)requestOrigin : OrchestrationNameString.t option;The origin of the request to cancel the statement.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegerValue.t | `String of NameString.t ])
list ]