ListBackupPlanBindingsResponse constructor
ListBackupPlanBindingsResponse({
- List<
BackupPlanBinding> ? backupPlanBindings, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListBackupPlanBindingsResponse({
this.backupPlanBindings,
this.nextPageToken,
this.unreachable,
});