View Source GoogleApi.Redis.V1.Model.ListBackupsResponse (google_api_redis v0.50.0)
Response for [ListBackups].
Attributes
-
backups
(type:list(GoogleApi.Redis.V1.Model.Backup.t)
, default:nil
) - A list of backups in the project. -
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
unreachable
(type:list(String.t)
, default:nil
) - Backups that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1.Model.ListBackupsResponse{ backups: [GoogleApi.Redis.V1.Model.Backup.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }