Module Values.RuntimeSessionDataValueSource

A union type that specifies the data stored on the session.

Sourcetype nonrec t = {
  1. stringValue : NonEmptySensitiveString.t option;
    (*

    The string value of the data stored on the session.

    *)
}
Sourceval make : ?stringValue:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptySensitiveString.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