munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
user-service
/
com.munchies.user.domain.model
/
UserProfile
/
Companion
/
UserProfileFactory
/
UserProfileFactoryResult
/
Success
Success
data
class
Success
(
val
profile
:
UserProfile
)
:
UserProfile.Companion.UserProfileFactory.UserProfileFactoryResult
Members
Constructors
Success
Link copied to clipboard
constructor
(
profile
:
UserProfile
)
Properties
profile
Link copied to clipboard
val
profile
:
UserProfile