Drive Status Response
data class DriveStatusResponse(val bitLockerKey: String? = null, val bytesSucceeded: Double? = null, val copyStatus: String? = null, val driveHeaderHash: String? = null, val driveId: String? = null, val errorLogUri: String? = null, val manifestFile: String? = null, val manifestHash: String? = null, val manifestUri: String? = null, val percentComplete: Int? = null, val state: String? = null, val verboseLogUri: String? = null)
Provides information about the drive's status
Constructors
Link copied to clipboard
fun DriveStatusResponse(bitLockerKey: String? = null, bytesSucceeded: Double? = null, copyStatus: String? = null, driveHeaderHash: String? = null, driveId: String? = null, errorLogUri: String? = null, manifestFile: String? = null, manifestHash: String? = null, manifestUri: String? = null, percentComplete: Int? = null, state: String? = null, verboseLogUri: String? = null)