Google Slides · Schema

RefreshSheetsChartRequest

Refreshes an embedded Google Sheets chart.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the chart to refresh.
View JSON Schema on GitHub

JSON Schema

google-slides-refresh-sheets-chart-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RefreshSheetsChartRequest",
  "type": "object",
  "description": "Refreshes an embedded Google Sheets chart.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the chart to refresh."
    }
  }
}