View Source GoogleApi.Sheets.V4.Model.UpdateDataSourceRequest (google_api_sheets v0.34.0)
Updates a data source. After the data source is updated successfully, an execution is triggered to refresh the associated DATA_SOURCE sheet to read data from the updated data source. The request requires an additional bigquery.readonly
OAuth scope if you are updating a BigQuery data source.
Attributes
-
dataSource
(type:GoogleApi.Sheets.V4.Model.DataSource.t
, default:nil
) - The data source to update. -
fields
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootdataSource
is implied and should not be specified. A single"*"
can be used as short-hand for listing every field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.UpdateDataSourceRequest{ dataSource: GoogleApi.Sheets.V4.Model.DataSource.t() | nil, fields: String.t() | nil }