toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.core.auth.web.dto
/
UserResponse
User
Response
data
class
UserResponse
(
val
id
:
String
,
val
tenantId
:
String
,
val
username
:
String
,
val
email
:
String
,
val
fullName
:
String
,
val
role
:
String
,
val
active
:
Boolean
,
val
createdAt
:
Instant
)
(
source
)
Members
Constructors
User
Response
Link copied to clipboard
constructor
(
id
:
String
,
tenantId
:
String
,
username
:
String
,
email
:
String
,
fullName
:
String
,
role
:
String
,
active
:
Boolean
,
createdAt
:
Instant
)
Properties
active
Link copied to clipboard
val
active
:
Boolean
created
At
Link copied to clipboard
val
createdAt
:
Instant
email
Link copied to clipboard
val
email
:
String
full
Name
Link copied to clipboard
val
fullName
:
String
id
Link copied to clipboard
val
id
:
String
role
Link copied to clipboard
val
role
:
String
tenant
Id
Link copied to clipboard
val
tenantId
:
String
username
Link copied to clipboard
val
username
:
String