BeaconUser

data class BeaconUser(email: String, name: String?, company: String?, jobTitle: String?, avatar: String?, attributes: Map<String, String>)

Properties

attributes
Link copied to clipboard
val attributes: Map<String, String>
avatar
Link copied to clipboard
val avatar: String? = null
company
Link copied to clipboard
val company: String? = null
email
Link copied to clipboard
val email: String
jobTitle
Link copied to clipboard
val jobTitle: String? = null
name
Link copied to clipboard
val name: String? = null