GoogleApi.Slides.V1.Model.Image (google_api_slides v0.24.0)

View Source

A PageElement kind representing an image.

Attributes

  • contentUrl (type: String.t, default: nil) - An URL to an image with 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.
  • imageProperties (type: GoogleApi.Slides.V1.Model.ImageProperties.t, default: nil) - The properties of the image.
  • placeholder (type: GoogleApi.Slides.V1.Model.Placeholder.t, default: nil) - Placeholders are page elements that inherit from corresponding placeholders on layouts and masters. If set, the image is a placeholder image and any inherited properties can be resolved by looking at the parent placeholder identified by the Placeholder.parent_object_id field.
  • sourceUrl (type: String.t, default: nil) - The source URL is the URL used to insert the image. The source URL can be empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.Image{
  contentUrl: String.t() | nil,
  imageProperties: GoogleApi.Slides.V1.Model.ImageProperties.t() | nil,
  placeholder: GoogleApi.Slides.V1.Model.Placeholder.t() | nil,
  sourceUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.