Google Slides · Schema

GroupObjectsResponse

The result of grouping objects.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

google-slides-group-objects-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupObjectsResponse",
  "type": "object",
  "description": "The result of grouping objects.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the created group."
    }
  }
}