Google Slides · Schema

UngroupObjectsRequest

Ungroups objects, such as groups.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectIds array The object IDs of the objects to ungroup. Only groups that are not inside other groups can be ungrouped.
View JSON Schema on GitHub

JSON Schema

google-slides-ungroup-objects-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UngroupObjectsRequest",
  "type": "object",
  "description": "Ungroups objects, such as groups.",
  "properties": {
    "objectIds": {
      "type": "array",
      "description": "The object IDs of the objects to ungroup. Only groups that are not inside other groups can be ungrouped.\n"
    }
  }
}