Module GapiAdsenseV1_4Model.AdStyleSource

Sourcemodule Font : sig ... end
Sourcemodule Colors : sig ... end
Sourcetype t = {
  1. colors : Colors.t;
    (*

    The colors which are included in the style. These are represented as six hexadecimal characters, similar to HTML color codes, but without the leading hash.

    *)
  2. corners : string;
    (*

    The style of the corners in the ad (deprecated: never populated, ignored).

    *)
  3. font : Font.t;
    (*

    The font which is included in the style.

    *)
  4. kind : string;
    (*

    Kind this is, in this case adsense#adStyle.

    *)
}
Sourceval colors : (t, Colors.t) GapiLens.t
Sourceval corners : (t, string) GapiLens.t
Sourceval font : (t, Font.t) GapiLens.t
Sourceval kind : (t, string) 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