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

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.