GoogleApi.BigQueryDataTransfer.V1.Model.EnrollDataSourcesRequest (google_api_big_query_data_transfer v0.30.0)
View SourceA request to enroll a set of data sources so they are visible in the BigQuery UI's Transfer
tab.
Attributes
-
dataSourceIds
(type:list(String.t)
, default:nil
) - Data sources that are enrolled. It is required to provide at least one data source id.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.EnrollDataSourcesRequest{ dataSourceIds: [String.t()] | nil }