Module GapiCustomsearchV1Model.Promotion

module Promotion: sig .. end

module Image: sig .. end
module BodyLines: sig .. end
type t = {
   bodyLines : BodyLines.t list; (*
*)
   displayLink : string; (*
*)
   htmlTitle : string; (*
*)
   image : Image.t; (*
*)
   link : string; (*
*)
   title : string; (*
*)
}
val bodyLines : (t,
BodyLines.t list)
GapiLens.t
val displayLink : (t, string) GapiLens.t
val htmlTitle : (t, string) GapiLens.t
val image : (t,
Image.t)
GapiLens.t
val link : (t, string) GapiLens.t
val title : (t, string) 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