package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Thumbnail : sig ... end
type t = {
  1. indexableText : string;
    (*

    Text to be indexed for the file to improve fullText queries. This is limited to 128 KB in length and may contain HTML elements. For more information, see Manage file metadata.

    *)
  2. thumbnail : Thumbnail.t;
    (*

    A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.

    *)
}
val indexableText : (t, string) GapiLens.t
val thumbnail : (t, Thumbnail.t) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t