OrganizationResourcePropertiesResponseUserDetail

data class OrganizationResourcePropertiesResponseUserDetail(val emailAddress: String? = null, val firstName: String? = null, val lastName: String? = null)

Subscriber detail

Constructors

constructor(emailAddress: String? = null, firstName: String? = null, lastName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailAddress: String? = null

Email address

Link copied to clipboard
val firstName: String? = null

First name

Link copied to clipboard
val lastName: String? = null

Last name