blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.storage.backup
/
BackupInfo
Backup
Info
common
@
Serializable
data
class
BackupInfo
(
val
bundleId
:
String
,
val
formatVersion
:
Int
,
val
createdAt
:
Long
,
val
updatedAt
:
Long
,
val
wrappers
:
List
<
WrapperInfo
>
,
val
algorithms
:
List
<
String
>
)
Information about an existing backup. Flutter-facing DTO - exposed via code generation.
Members
Constructors
Backup
Info
Link copied to clipboard
common
constructor
(
bundleId
:
String
,
formatVersion
:
Int
,
createdAt
:
Long
,
updatedAt
:
Long
,
wrappers
:
List
<
WrapperInfo
>
,
algorithms
:
List
<
String
>
)
Properties
algorithms
Link copied to clipboard
common
val
algorithms
:
List
<
String
>
bundle
Id
Link copied to clipboard
common
val
bundleId
:
String
created
At
Link copied to clipboard
common
val
createdAt
:
Long
format
Version
Link copied to clipboard
common
val
formatVersion
:
Int
updated
At
Link copied to clipboard
common
val
updatedAt
:
Long
wrappers
Link copied to clipboard
common
val
wrappers
:
List
<
WrapperInfo
>