ListInstanceBackupsResponse constructor
ListInstanceBackupsResponse({
- List<
InstanceBackup> ? instanceBackups, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListInstanceBackupsResponse({
this.instanceBackups,
this.nextPageToken,
this.unreachable,
});