Module Values_2.GetStatementRequestSource

Retrieves the statement.

Sourcetype nonrec t = {
  1. sessionId : Values_0.NameString.t;
    (*

    The Session ID of the statement.

    *)
  2. id : Values_0.IntegerValue.t;
    (*

    The Id of the statement.

    *)
  3. requestOrigin : Values_0.OrchestrationNameString.t option;
    (*

    The origin of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?requestOrigin:??? -> sessionId:Values_0.NameString.t -> id:Values_0.IntegerValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.IntegerValue.t | `String of Values_0.NameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t