GoogleApi.SQLAdmin.V1beta4.Model.ListBackupsResponse (google_api_sql_admin v0.71.0)

View Source

The response payload containing a list of the backups.

Attributes

  • backups (type: list(GoogleApi.SQLAdmin.V1beta4.Model.Backup.t), default: nil) - A list of backups.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, then there aren't subsequent pages.
  • warnings (type: list(GoogleApi.SQLAdmin.V1beta4.Model.ApiWarning.t), default: nil) - If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.ListBackupsResponse{
  backups: [GoogleApi.SQLAdmin.V1beta4.Model.Backup.t()] | nil,
  nextPageToken: String.t() | nil,
  warnings: [GoogleApi.SQLAdmin.V1beta4.Model.ApiWarning.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.