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 root dataSource 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

t()

@type t() :: %GoogleApi.Sheets.V4.Model.UpdateDataSourceRequest{
  dataSource: GoogleApi.Sheets.V4.Model.DataSource.t() | nil,
  fields: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.