Module Values.EnabledControlParameterSummarySource

Returns a summary of information about the parameters of an enabled control.

Sourcetype nonrec t = {
  1. key : String_.t option;
    (*

    The key of a key/value pair.

    *)
  2. value : Document.t option;
    (*

    The value of a key/value pair.

    *)
}
Sourceval make : ?key:??? -> ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of 'a list ]) 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