Google Slides · Schema

DeleteParagraphBulletsRequest

Deletes bullets from all of the paragraphs that overlap with a text range.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

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

JSON Schema

google-slides-delete-paragraph-bullets-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeleteParagraphBulletsRequest",
  "type": "object",
  "description": "Deletes bullets from all of the paragraphs that overlap with a text range.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the shape or table."
    }
  }
}