google_api_big_query_connection v0.6.0 GoogleApi.BigQueryConnection.V1beta1.Model.ListConnectionsResponse 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.