Google Slides · Schema

UpdateTableBorderPropertiesRequest

Updates the properties of the table borders in a Table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the table.
borderPosition string The border position in the table range.
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-slides-update-table-border-properties-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateTableBorderPropertiesRequest",
  "type": "object",
  "description": "Updates the properties of the table borders in a Table.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the table."
    },
    "borderPosition": {
      "type": "string",
      "description": "The border position in the table range."
    },
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}