View Source GoogleApi.BigQueryConnection.V1beta1.Model.ListConnectionsResponse (google_api_big_query_connection v0.12.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQueryConnection.V1beta1.Model.ListConnectionsResponse{
  connections:
    [GoogleApi.BigQueryConnection.V1beta1.Model.Connection.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.