Google Slides · Schema

UpdateLineCategoryRequest

Updates the category of a line.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the line.
lineCategory string The line category to update to.
View JSON Schema on GitHub

JSON Schema

google-slides-update-line-category-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateLineCategoryRequest",
  "type": "object",
  "description": "Updates the category of a line.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the line."
    },
    "lineCategory": {
      "type": "string",
      "description": "The line category to update to."
    }
  }
}