RuleLockConfigurationUnlockDelay

data class RuleLockConfigurationUnlockDelay(val unlockDelayUnit: String, val unlockDelayValue: Int)

Constructors

Link copied to clipboard
constructor(unlockDelayUnit: String, unlockDelayValue: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.

Link copied to clipboard

The unlock delay period, measured in the unit specified for UnlockDelayUnit.