Module GapiCustomsearchV1Model.Search

module Url : sig ... end
module Spelling : sig ... end
module SearchInformation : sig ... end
type t = {
context : Context.t;
items : Result.t list;
kind : string;
promotions : Promotion.t list;
queries : (string * Query.t list) list;
searchInformation : SearchInformation.t;
spelling : Spelling.t;
url : Url.t;
}
val context : (tContext.t) GapiLens.t
val items : (tResult.t list) GapiLens.t
val kind : (t, string) GapiLens.t
val promotions : (tPromotion.t list) GapiLens.t
val queries : (t(string * Query.t list) list) GapiLens.t
val searchInformation : (tSearchInformation.t) GapiLens.t
val spelling : (tSpelling.t) GapiLens.t
val url : (tUrl.t) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t