Google Slides · Schema

CreateShapeResponse

The result of creating a shape.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

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