UserID

data class UserID constructor(val value: String) : ID<String>

Data class to represent the user ID.

Parameters

value

the value of the user ID

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
open val id: String
Link copied to clipboard