UserProfile

fun UserProfile(id: Uid<UserProfile>, displayName: String?)

Parameters

id

The unique user profile ID.

displayName

The display name of the user or null when no display name is specified for this user profile.