WatchlistUserInfoResponse

data class WatchlistUserInfoResponse(val email: String, val name: String, val objectId: String? = null)

User information that made some action

Constructors

Link copied to clipboard
constructor(email: String, name: String, objectId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email of the user.

Link copied to clipboard

The name of the user.

Link copied to clipboard
val objectId: String? = null

The object id of the user.