UserInfoResponse

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

Constructors

Link copied to clipboard
constructor(emailAddress: String? = null, firstName: String? = null, lastName: String? = null, phoneNumber: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val emailAddress: String? = null

Email of the user used by Logz for contacting them if needed

Link copied to clipboard
val firstName: String? = null

First Name of the user

Link copied to clipboard
val lastName: String? = null

Last Name of the user

Link copied to clipboard
val phoneNumber: String? = null

Phone number of the user used by Logz for contacting them if needed