Module Values_0.CommandParameterValueNumberRangeSource

The numerical range value type to compare a command parameter value against.

Sourcetype nonrec t = {
  1. min : StringParameterValue.t;
    (*

    The minimum value of a numerical range of a command parameter value.

    *)
  2. max : StringParameterValue.t;
    (*

    The maximum value of a numerical range of a command parameter value.

    *)
}
Sourceval context_ : string
Sourceval make : min:StringParameterValue.t -> max:StringParameterValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StringParameterValue.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