Google Slides · Schema

UpdatePageElementTransformRequest

Updates the transform of a page element.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the page element to update.
applyMode string The apply mode of the transform update.
View JSON Schema on GitHub

JSON Schema

google-slides-update-page-element-transform-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdatePageElementTransformRequest",
  "type": "object",
  "description": "Updates the transform of a page element.\n",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the page element to update."
    },
    "applyMode": {
      "type": "string",
      "description": "The apply mode of the transform update."
    }
  }
}