View Source GoogleApi.GKEBackup.V1.Model.ListBackupsResponse (google_api_gke_backup v0.6.1)
Response message for ListBackups.
Attributes
-
backups
(type:list(GoogleApi.GKEBackup.V1.Model.Backup.t)
, default:nil
) - The list of Backups matching the given criteria. -
nextPageToken
(type:String.t
, default:nil
) - A token which may be sent as page_token in a subsequentListBackups
call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEBackup.V1.Model.ListBackupsResponse{ backups: [GoogleApi.GKEBackup.V1.Model.Backup.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.