kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.places.uniffi
/
HistoryMigrationResult
History
Migration
Result
data
class
HistoryMigrationResult
(
var
numTotal
:
UInt
,
var
numSucceeded
:
UInt
,
var
numFailed
:
UInt
,
var
totalDuration
:
ULong
)
Members
Constructors
History
Migration
Result
Link copied to clipboard
constructor
(
numTotal
:
UInt
,
numSucceeded
:
UInt
,
numFailed
:
UInt
,
totalDuration
:
ULong
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
num
Failed
Link copied to clipboard
var
numFailed
:
UInt
num
Succeeded
Link copied to clipboard
var
numSucceeded
:
UInt
num
Total
Link copied to clipboard
var
numTotal
:
UInt
total
Duration
Link copied to clipboard
var
totalDuration
:
ULong