View Source GoogleApi.File.V1.Model.ListBackupsResponse (google_api_file v0.35.0)
ListBackupsResponse is the result of ListBackupsRequest.
Attributes
-
backups(type:list(GoogleApi.File.V1.Model.Backup.t), default:nil) - A list of backups in the project for the specified location. If the{location}value in the request is "-", the response contains a list of backups from all locations. If any location is unreachable, the response will only return backups in reachable locations and the "unreachable" field will be populated with a list of unreachable locations. -
nextPageToken(type:String.t, default:nil) - The token you can use to retrieve the next page of results. Not returned if there are no more results in the list. -
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.File.V1.Model.ListBackupsResponse{ backups: [GoogleApi.File.V1.Model.Backup.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.