BackupManifestDto
data class BackupManifestDto(val serverVersion: String, val backupEngineVersion: String, val dateCreated: DateTime, val path: String, val options: BackupOptionsDto)
Manifest type for backups internal structure.
Constructors
Link copied to clipboard
constructor(serverVersion: String, backupEngineVersion: String, dateCreated: DateTime, path: String, options: BackupOptionsDto)