GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest (google_api_slides v0.17.0) View Source

Updates the transform of a page element. Updating the transform of a group will change the absolute transform of the page elements in that group, which can change their visual appearance. See the documentation for PageElement.transform for more details.

Attributes

  • applyMode (type: String.t, default: nil) - The apply mode of the transform update.
  • objectId (type: String.t, default: nil) - The object ID of the page element to update.
  • transform (type: GoogleApi.Slides.V1.Model.AffineTransform.t, default: nil) - The input transform matrix used to update the page element.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest{
  applyMode: String.t() | nil,
  objectId: String.t() | nil,
  transform: GoogleApi.Slides.V1.Model.AffineTransform.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.