LatestBackupResponse

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

passphraseId

The ID of the passphrase used to encrypt the backup

createdAt

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)

Properties

Link copied to clipboard
val createdAt: Long? = null
Link copied to clipboard
val keys: List<LatestBackupKey>? = null
Link copied to clipboard
val passphraseId: String? = null