Email

data class Email(val primary: Boolean? = null, val value: String? = null)

Parameters

primary

value

Constructors

Link copied to clipboard
constructor(primary: Boolean? = null, value: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "primary")
val primary: Boolean? = null
Link copied to clipboard
@SerializedName(value = "value")
val value: String? = null