GoogleApi.BigQueryDataTransfer.V1.Model.ListTransferConfigsResponse (google_api_big_query_data_transfer v0.30.0)
View SourceThe returned list of pipelines in the project.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Output only. The next-pagination token. For multiple-page list results, this token can be used as theListTransferConfigsRequest.page_token
to request the next page of list results. -
transferConfigs
(type:list(GoogleApi.BigQueryDataTransfer.V1.Model.TransferConfig.t)
, default:nil
) - Output only. The stored pipeline transfer configurations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryDataTransfer.V1.Model.ListTransferConfigsResponse{ nextPageToken: String.t() | nil, transferConfigs: [GoogleApi.BigQueryDataTransfer.V1.Model.TransferConfig.t()] | nil }