package gapi-ocaml

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

Module Actor.ClientSpecificActorInfoSource

Sourcemodule YoutubeActorInfo : sig ... end
Sourcetype t = {
  1. youtubeActorInfo : YoutubeActorInfo.t;
    (*

    Actor info specific to YouTube clients.

    *)
}
Sourceval youtubeActorInfo : (t, YoutubeActorInfo.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list