Module Values_2.SuggestionQuerySource

Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.

Sourcetype nonrec t = {
  1. propertyNameQuery : PropertyNameQuery.t option;
    (*

    Defines a property name hint. Only property names that begin with the specified hint are included in the response.

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