Get User Profile Result
data class GetUserProfileResult(val details: Either<UserProfileDetails0Properties, UserProfileDetails1Properties>? = null, val domainId: String? = null, val id: String? = null, val status: UserProfileStatus? = null, val type: UserProfileType? = null)
Constructors
Link copied to clipboard
constructor(details: Either<UserProfileDetails0Properties, UserProfileDetails1Properties>? = null, domainId: String? = null, id: String? = null, status: UserProfileStatus? = null, type: UserProfileType? = null)