View Source GoogleApi.Sheets.V4.Model.AddDataSourceRequest (google_api_sheets v0.31.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.
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
@type t() :: %GoogleApi.Sheets.V4.Model.AddDataSourceRequest{ dataSource: GoogleApi.Sheets.V4.Model.DataSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.