Email

class Email

The email address associated with the user.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean value representing whether this is the primary email address for the associated resource.

Link copied to clipboard
val type: String?

A string representing the type of address. For example, "Work."

Link copied to clipboard

A string containing an email address. For example, "johndoe@amazon.com."

Functions

Link copied to clipboard
inline fun copy(block: Email.Builder.() -> Unit = {}): Email
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String