KeyVaultContact

data class KeyVaultContact(val email: String, val name: String? = null, val phone: String? = null)

Constructors

Link copied to clipboard
constructor(email: String, name: String? = null, phone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

E-mail address of the contact.

Link copied to clipboard
val name: String? = null

Name of the contact.

Link copied to clipboard
val phone: String? = null

Phone number of the contact.