AccountRecoverySetting

@JsonSerializable
data class AccountRecoverySetting(val RecoveryMechanisms: List<RecoveryOption>? = null)

Constructors

Link copied to clipboard
constructor(RecoveryMechanisms: List<RecoveryOption>? = null)

Properties

Link copied to clipboard