Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
profile
/
UserProfile
User
Profile
data
class
UserProfile
(
val
id
:
String
,
val
first_name
:
String
,
val
last_name
:
String
,
val
organization_id
:
String
,
val
invitation_status
:
String
?
,
val
email
:
String
)
Members
Constructors
User
Profile
Link copied to clipboard
constructor
(
id
:
String
,
first_name
:
String
,
last_name
:
String
,
organization_id
:
String
,
invitation_status
:
String
?
,
email
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
first_
name
Link copied to clipboard
val
first_name
:
String
id
Link copied to clipboard
val
id
:
String
invitation_
status
Link copied to clipboard
val
invitation_status
:
String
?
last_
name
Link copied to clipboard
val
last_name
:
String
organization_
id
Link copied to clipboard
val
organization_id
:
String
Functions
get
Full
Name
Link copied to clipboard
fun
getFullName
(
)
:
String