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

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

Attributes

  • image (type: String.t, default: nil) - The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
  • mimeType (type: String.t, default: nil) - The MIME type of the thumbnail.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Drive.V3.Model.FileContentHintsThumbnail{
  image: String.t() | nil,
  mimeType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.