RuleUnlockDelayArgs

data class RuleUnlockDelayArgs(val unlockDelayUnit: Output<RuleUnlockDelayUnlockDelayUnit>? = null, val unlockDelayValue: Output<Int>? = null) : ConvertibleToJava<RuleUnlockDelayArgs>

Constructors

Link copied to clipboard
constructor(unlockDelayUnit: Output<RuleUnlockDelayUnlockDelayUnit>? = null, unlockDelayValue: Output<Int>? = null)

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
val unlockDelayValue: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RuleUnlockDelayArgs