View Source GoogleApi.BigQueryConnection.V1.Model.ListConnectionsResponse (google_api_big_query_connection v0.12.1)
The response for ConnectionService.ListConnections.
Attributes
-
connections
(type:list(GoogleApi.BigQueryConnection.V1.Model.Connection.t)
, default:nil
) - List of connections. -
nextPageToken
(type:String.t
, default:nil
) - Next page token.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryConnection.V1.Model.ListConnectionsResponse{ connections: [GoogleApi.BigQueryConnection.V1.Model.Connection.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.