package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. adsAppearOn : string;
    (*

    The name used to describe this channel externally.

    *)
  2. description : string;
    (*

    The external description of the channel.

    *)
  3. location : string;
    (*

    The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.

    *)
  4. siteLanguage : string;
    (*

    The language of the sites ads will be displayed on.

    *)
}
val adsAppearOn : (t, string) GapiLens.t
val description : (t, string) GapiLens.t
val location : (t, string) GapiLens.t
val siteLanguage : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t