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

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

Attributes

  • image (binary()): The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5). Defaults to: null.
  • mimeType (String.t): The MIME type of the thumbnail. Defaults to: null.

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: any(),
  mimeType: any()
}

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.