google_api_big_query_connection v0.3.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

Link to this type

t()

View Source
t() :: %GoogleApi.BigQueryConnection.V1beta1.Model.ListConnectionsResponse{
  connections: [GoogleApi.BigQueryConnection.V1beta1.Model.Connection.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.