Google Slides · Schema

BatchUpdatePresentationResponse

Response message from a BatchUpdatePresentation request.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
presentationId string The presentation the updates were applied to.
replies array The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
View JSON Schema on GitHub

JSON Schema

google-slides-batch-update-presentation-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchUpdatePresentationResponse",
  "type": "object",
  "description": "Response message from a BatchUpdatePresentation request.",
  "properties": {
    "presentationId": {
      "type": "string",
      "description": "The presentation the updates were applied to."
    },
    "replies": {
      "type": "array",
      "description": "The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.\n"
    }
  }
}