google_api_drive v0.5.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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.