Zync SDK
Toggle table of contents
1.0.30
commonMain
Platform filter
commonMain
Switch theme
Search in API
Zync SDK
Zync SDK
/
zync.api.user.models
/
UserSkillSet
User
Skill
Set
data
class
UserSkillSet
(
val
userSkillsUid
:
String
,
val
skillLevel
:
Int
?
,
val
startDate
:
String
?
,
val
endDate
:
String
?
,
val
skillSet
:
SkillSet
)
Members
Constructors
User
Skill
Set
Link copied to clipboard
constructor
(
userSkillsUid
:
String
,
skillLevel
:
Int
?
,
startDate
:
String
?
,
endDate
:
String
?
,
skillSet
:
SkillSet
)
Properties
end
Date
Link copied to clipboard
val
endDate
:
String
?
skill
Level
Link copied to clipboard
val
skillLevel
:
Int
?
skill
Set
Link copied to clipboard
val
skillSet
:
SkillSet
start
Date
Link copied to clipboard
val
startDate
:
String
?
user
Skills
Uid
Link copied to clipboard
val
userSkillsUid
:
String