Values_2.SuggestionQuerySourceSpecified in the GetSearchSuggestions request. Limits the property names that are included in the response.
type nonrec t = {propertyNameQuery : PropertyNameQuery.t option;Defines a property name hint. Only property names that begin with the specified hint are included in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of PropertyNameHint.t ]) list ])
list ]