Google BigQuery · Schema

JobCancelResponse

AnalyticsBig DataCloudData WarehouseServerlessSQL

Properties

Name Type Description
kind string The resource type
job object
View JSON Schema on GitHub

JSON Schema

google-bigquery-jobcancelresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobCancelResponse",
  "title": "JobCancelResponse",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string",
      "description": "The resource type"
    },
    "job": {
      "$ref": "#/components/schemas/Job"
    }
  }
}