Module Values.ParameterValueSource

A value or list of parameter values.

Sourcetype nonrec t = {
  1. id : FieldNameString.t;
    (*

    The ID of the parameter value.

    *)
  2. stringValue : FieldStringValue.t;
    (*

    The field value, expressed as a String.

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