View Source GoogleApi.Sheets.V4.Model.DataSourceSpec (google_api_sheets v0.34.0)
This specifies the details of the data source. For example, for BigQuery, this specifies information about the BigQuery source.
Attributes
-
bigQuery
(type:GoogleApi.Sheets.V4.Model.BigQueryDataSourceSpec.t
, default:nil
) - A BigQueryDataSourceSpec. -
looker
(type:GoogleApi.Sheets.V4.Model.LookerDataSourceSpec.t
, default:nil
) - A LookerDatasourceSpec. -
parameters
(type:list(GoogleApi.Sheets.V4.Model.DataSourceParameter.t)
, default:nil
) - The parameters of the data source, used when querying the data source.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceSpec{ bigQuery: GoogleApi.Sheets.V4.Model.BigQueryDataSourceSpec.t() | nil, looker: GoogleApi.Sheets.V4.Model.LookerDataSourceSpec.t() | nil, parameters: [GoogleApi.Sheets.V4.Model.DataSourceParameter.t()] | nil }