GetAccountsAccount

data class GetAccountsAccount(val enforceTwofactor: Boolean? = null, val id: String? = null, val name: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(enforceTwofactor: Boolean? = null, id: String? = null, name: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether 2FA is enforced on the account.

Link copied to clipboard
val id: String? = null

Account ID.

Link copied to clipboard
val name: String? = null

Account name.

Link copied to clipboard
val type: String? = null

Account subscription type.