Import Disk Details Response
data class ImportDiskDetailsResponse(val backupManifestCloudPath: String, val bitLockerKey: String, val manifestFile: String, val manifestHash: String)
Import disk details
Constructors
Link copied to clipboard
fun ImportDiskDetailsResponse(backupManifestCloudPath: String, bitLockerKey: String, manifestFile: String, manifestHash: String)