backupPlans property

List<BackupPlan>? backupPlans
getter/setter pair

The list of BackupPlans in 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

Implementation

core.List<BackupPlan>? backupPlans;