View Source GoogleApi.BigQueryDataTransfer.V1.Model.UnenrollDataSourcesRequest (google_api_big_query_data_transfer v0.28.0)

A request to unenroll a set of data sources so they are no longer visible in the BigQuery UI's Transfer tab.

Attributes

  • dataSourceIds (type: list(String.t), default: nil) - Data sources that are unenrolled. 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.UnenrollDataSourcesRequest{
  dataSourceIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.