ListBackupCollectionsResponse constructor
ListBackupCollectionsResponse({
- List<
BackupCollection> ? backupCollections, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListBackupCollectionsResponse({
this.backupCollections,
this.nextPageToken,
this.unreachable,
});