module FeedAdsSettings:sig..end
type t = {
|
adPosition : |
(* |
The position of the ads relative to the feed entries.
| *) |
|
frequency : |
(* |
The frequency at which ads should appear in the feed (i.e. every N entries).
| *) |
|
minimumWordCount : |
(* |
The minimum length an entry should be in order to have attached ads.
| *) |
|
_type : |
(* |
The type of ads which should appear.
| *) |
val adPosition : (t, string) GapiLens.t
val frequency : (t, int) GapiLens.t
val minimumWordCount : (t, int) GapiLens.t
val _type : (t, string) GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t