Google Slides · Schema

CreateSlideResponse

The result of creating a slide.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the created slide.
View JSON Schema on GitHub

JSON Schema

google-slides-create-slide-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateSlideResponse",
  "type": "object",
  "description": "The result of creating a slide.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the created slide."
    }
  }
}