PasswordSetting

data class PasswordSetting(mode: Int?, expirationTime: Int?)

Functions

component1
Link copied to clipboard
operator fun component1(): Int?
component2
Link copied to clipboard
operator fun component2(): Int?
copy
Link copied to clipboard
fun copy(mode: Int?, expirationTime: Int?): PasswordSetting
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

expirationTime
Link copied to clipboard
val expirationTime: Int?
mode
Link copied to clipboard
val mode: Int?