GoogleApi.BigQueryDataTransfer.V1.Model.EnrollDataSourcesRequest (google_api_big_query_data_transfer v0.30.0)

View Source

A 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

t()

@type t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.EnrollDataSourcesRequest{
  dataSourceIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.