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

View Source

Common properties for a page element. Note: When you initially create a PageElement, the API may modify the values of both size and transform, but the visual size will be unchanged.

Attributes

  • pageObjectId (type: String.t, default: nil) - The object ID of the page where the element is located.
  • size (type: GoogleApi.Slides.V1.Model.Size.t, default: nil) - The size of the element.
  • transform (type: GoogleApi.Slides.V1.Model.AffineTransform.t, default: nil) - The transform for the element.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Slides.V1.Model.PageElementProperties{
  pageObjectId: String.t() | nil,
  size: GoogleApi.Slides.V1.Model.Size.t() | nil,
  transform: GoogleApi.Slides.V1.Model.AffineTransform.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.