Google Sheets · Example Payload

Google Sheets Sheet Properties Example

Google WorkspaceProductivitySpreadsheets

Google Sheets Sheet Properties Example is an example object payload from Google Sheets, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sheetIdtitleindexsheetTypehiddenrightToLeft

Example Payload

Raw ↑
{
  "sheetId": "500123",
  "title": "Example Title",
  "index": 10,
  "sheetType": "example_value",
  "hidden": true,
  "rightToLeft": true
}