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