Google Slides · Schema

UpdatePagePropertiesRequest

Updates the properties of a Page.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the page the update is applied to.
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-slides-update-page-properties-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdatePagePropertiesRequest",
  "type": "object",
  "description": "Updates the properties of a Page.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the page the update is applied to."
    },
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}