Google Slides · Schema

GroupObjectsRequest

Groups objects to create an object group.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
groupObjectId string A user-supplied object ID for the group to be created.
childrenObjectIds array The object IDs of the objects to group.
View JSON Schema on GitHub

JSON Schema

google-slides-group-objects-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupObjectsRequest",
  "type": "object",
  "description": "Groups objects to create an object group.",
  "properties": {
    "groupObjectId": {
      "type": "string",
      "description": "A user-supplied object ID for the group to be created."
    },
    "childrenObjectIds": {
      "type": "array",
      "description": "The object IDs of the objects to group."
    }
  }
}