Values.SearchSampleQueriesSearchResultSourceA search result returned by the SearchSampleQueries operation.
type nonrec t = {name : SampleQueryName.t option;The name of a sample query.
*)description : SampleQueryDescription.t option;A longer description of a sample query.
*)sQL : SampleQuerySQL.t option;The SQL code of the sample query.
*)relevance : SampleQueryRelevance.t option;A value between 0 and 1 indicating the similarity between the search phrase and result.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of SampleQueryRelevance.t | `String of SampleQueryName.t ])
list ]