google_api_slides v0.5.1 GoogleApi.Slides.V1.Model.Thumbnail View Source

The thumbnail of a page.

Attributes

  • contentUrl (type: String.t, default: nil) - The content URL of the thumbnail image.

    The URL to the image has a default lifetime of 30 minutes. This URL is tagged with the account of the requester. Anyone with the URL effectively accesses the image as the original requester. Access to the image may be lost if the presentation's sharing settings change. The mime type of the thumbnail image is the same as specified in the GetPageThumbnailRequest.

  • height (type: integer(), default: nil) - The positive height in pixels of the thumbnail image.

  • width (type: integer(), default: nil) - The positive width in pixels of the thumbnail image.

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.Slides.V1.Model.Thumbnail{
  contentUrl: String.t(),
  height: integer(),
  width: integer()
}

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.