GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest (google_api_slides v0.24.0)
View SourceUpdates 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Slides.V1.Model.UpdatePageElementTransformRequest{ applyMode: String.t() | nil, objectId: String.t() | nil, transform: GoogleApi.Slides.V1.Model.AffineTransform.t() | nil }