Google Sheets · Example Payload

Google Sheets Data Source Refresh Schedule Example

Google WorkspaceProductivitySpreadsheets

Google Sheets Data Source Refresh Schedule 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

enabledrefreshScopenextRundailyScheduleweeklySchedulemonthlySchedule

Example Payload

Raw ↑
{
  "enabled": true,
  "refreshScope": "example_value",
  "nextRun": "example_value",
  "dailySchedule": "example_value",
  "weeklySchedule": "example_value",
  "monthlySchedule": "example_value"
}