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

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.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.AddDataSourceRequest{
  dataSource: GoogleApi.Sheets.V4.Model.DataSource.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.