View Source GoogleApi.Sheets.V4.Model.AddDataSourceRequest (google_api_sheets v0.34.0)

Adds a data source. After the data source is added successfully, an associated DATA_SOURCE sheet is created and an execution is triggered to refresh the sheet to read data from the data source. The request requires an additional bigquery.readonly OAuth scope if you are adding a BigQuery data source.

Attributes

  • dataSource (type: GoogleApi.Sheets.V4.Model.DataSource.t, default: nil) - The data source to add.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.AddDataSourceRequest{
  dataSource: GoogleApi.Sheets.V4.Model.DataSource.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.