google_api_drive v0.15.0 GoogleApi.Drive.V3.Model.FileContentHintsThumbnail View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.