View Source GoogleApi.AlloyDB.V1.Model.ListClustersResponse (google_api_alloy_db v0.2.0)

Message for response to listing Clusters

Attributes

  • clusters (type: list(GoogleApi.AlloyDB.V1.Model.Cluster.t), default: nil) - The list of Cluster
  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.ListClustersResponse{
  clusters: [GoogleApi.AlloyDB.V1.Model.Cluster.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.