package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiCustomsearchV1Model.SearchSource

Sourcemodule Url : sig ... end
Sourcemodule Spelling : sig ... end
Sourcemodule SearchInformation : sig ... end
Sourcetype t = {
  1. context : Context.t;
  2. items : Result.t list;
  3. kind : string;
  4. promotions : Promotion.t list;
  5. queries : (string * Query.t list) list;
  6. searchInformation : SearchInformation.t;
  7. spelling : Spelling.t;
  8. url : Url.t;
}
Sourceval context : (t, Context.t) GapiLens.t
Sourceval items : (t, Result.t list) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval promotions : (t, Promotion.t list) GapiLens.t
Sourceval queries : (t, (string * Query.t list) list) GapiLens.t
Sourceval searchInformation : (t, SearchInformation.t) GapiLens.t
Sourceval spelling : (t, Spelling.t) GapiLens.t
Sourceval url : (t, Url.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t