Google Slides · Schema

DuplicateObjectResponse

The response of duplicating an object.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

google-slides-duplicate-object-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DuplicateObjectResponse",
  "type": "object",
  "description": "The response of duplicating an object.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The ID of the new duplicate object."
    }
  }
}