GoogleApi.SQLAdmin.V1.Model.ListBackupsResponse (google_api_sql_admin v0.71.0)
View SourceThe response payload containing a list of the backups.
Attributes
-
backups(type:list(GoogleApi.SQLAdmin.V1.Model.Backup.t), default:nil) - A list of backups. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, then there aren't subsequent pages. -
warnings(type:list(GoogleApi.SQLAdmin.V1.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
@type t() :: %GoogleApi.SQLAdmin.V1.Model.ListBackupsResponse{ backups: [GoogleApi.SQLAdmin.V1.Model.Backup.t()] | nil, nextPageToken: String.t() | nil, warnings: [GoogleApi.SQLAdmin.V1.Model.ApiWarning.t()] | nil }