BackupInfo

@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.

Constructors

Link copied to clipboard
constructor(bundleId: String, formatVersion: Int, createdAt: Long, updatedAt: Long, wrappers: List<WrapperInfo>, algorithms: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard