View Source GoogleApi.Drive.V3.Model.FileContentHints (google_api_drive v0.27.1)

Additional information about the content of the file. These fields are never populated in responses.

Attributes

  • indexableText (type: String.t, default: nil) - Text to be indexed for the file to improve fullText queries. This is limited to 128KB in length and may contain HTML elements.
  • thumbnail (type: GoogleApi.Drive.V3.Model.FileContentHintsThumbnail.t, default: nil) - A thumbnail for the file. This will only be used if Google Drive cannot generate a standard thumbnail.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileContentHints{
  indexableText: String.t() | nil,
  thumbnail: GoogleApi.Drive.V3.Model.FileContentHintsThumbnail.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.