package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiAdsenseV1_1Model.CustomChannelsSource

Sourcetype t = {
  1. etag : string;
    (*

    ETag of this response for caching purposes.

    *)
  2. items : CustomChannel.t list;
    (*

    The custom channels returned in this list response.

    *)
  3. kind : string;
    (*

    Kind of list this is, in this case adsense#customChannels.

    *)
  4. nextPageToken : string;
    (*

    Continuation token used to page through custom channels. To retrieve the next page of results, set the next request's "pageToken" value to this.

    *)
}
Sourceval etag : (t, string) GapiLens.t
Sourceval items : (t, CustomChannel.t list) GapiLens.t
Sourceval kind : (t, string) GapiLens.t
Sourceval nextPageToken : (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
OCaml

Innovation. Community. Security.