View Source GoogleApi.GKEBackup.V1.Model.ListRestoresResponse (google_api_gke_backup v0.6.1)
Response message for ListRestores.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token which may be sent as page_token in a subsequentListRestores
call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return. -
restores
(type:list(GoogleApi.GKEBackup.V1.Model.Restore.t)
, default:nil
) - The list of Restores matching the given criteria. -
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.GKEBackup.V1.Model.ListRestoresResponse{ nextPageToken: String.t() | nil, restores: [GoogleApi.GKEBackup.V1.Model.Restore.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.