View Source GoogleApi.BackupDR.V1.Model.ListBackupPlansResponse (google_api_backup_dr v0.14.2)
The response message for getting a list of BackupPlan.
Attributes
-
backupPlans(type:list(GoogleApi.BackupDR.V1.Model.BackupPlan.t), default:nil) - The list ofBackupPlansin the project for the specified location. If the{location}value in the request is "-", the response contains a list of resources from all locations. In case any location is unreachable, the response will only return backup plans in reachable locations and the 'unreachable' field will be populated with a list of unreachable locations. BackupPlan -
nextPageToken(type:String.t, default:nil) - A token which may be sent as page_token in a subsequentListBackupPlanscall to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return. -
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.BackupDR.V1.Model.ListBackupPlansResponse{ backupPlans: [GoogleApi.BackupDR.V1.Model.BackupPlan.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.