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