BackupResult

@Serializable
data class BackupResult(val bundleId: String, val seq: Int, val wrapperCount: Int)

Result of creating or updating a backup.

Constructors

Link copied to clipboard
constructor(bundleId: String, seq: Int, wrapperCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val seq: Int
Link copied to clipboard