Module GapiDriveV3Model.File.ContentHints

module ContentHints: sig .. end

module Thumbnail: sig .. end
type t = {
   indexableText : string; (*
Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
*)
   thumbnail : Thumbnail.t; (*
A thumbnail for the file. This will only be used if 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