@JsonClass(true) data class RetrieveBackupMessage : AgentMessage
Custom dotnet protocol message for retrieving a backup.
<init> |
Custom dotnet protocol message for retrieving a backup. RetrieveBackupMessage(backupKey: String, signature: Base64NormalString) |
backupKey |
is the public key used for signing the backup. val backupKey: String |
signature |
is the signature of the backup key. val signature: Base64NormalString |