View Source GoogleApi.AlloyDB.V1.Model.ListBackupsResponse (google_api_alloy_db v0.4.0)

Message for response to listing Backups

Attributes

  • backups (type: list(GoogleApi.AlloyDB.V1.Model.Backup.t), default: nil) - The list of Backup
  • 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.ListBackupsResponse{
  backups: [GoogleApi.AlloyDB.V1.Model.Backup.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.