Latest Backup Response
data class LatestBackupResponse(val passphraseId: String? = null, val createdAt: Long? = null, val keys: List<LatestBackupKey>? = null)
Created by Fireblocks Ltd. on 07/10/2024.
Parameters
passphrase Id
The ID of the passphrase used to encrypt the backup
created At
The creation time of the backup
keys
The LatestBackupKey that are backed up
Constructors
Link copied to clipboard
constructor(passphraseId: String? = null, createdAt: Long? = null, keys: List<LatestBackupKey>? = null)