Google Sheets · JSON Structure

Google Sheets Data Execution Status Structure

Type: object Properties: 4
Google WorkspaceProductivitySpreadsheets

DataExecutionStatus is a JSON Structure definition published by Google Sheets, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

state errorCode errorMessage lastRefreshTime

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataExecutionStatus",
  "type": "object",
  "properties": {
    "state": {
      "type": "string"
    },
    "errorCode": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    },
    "lastRefreshTime": {
      "type": "string"
    }
  }
}