GetUserEmail

data class GetUserEmail(val primary: Boolean, val type: String, val value: String)

Constructors

Link copied to clipboard
constructor(primary: Boolean, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When true, this is the primary phone number associated with the user.

Link copied to clipboard

The type of phone number.

Link copied to clipboard

The user's phone number.