staffstart-android-sdk
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.domain.model
/
StaffDetail
Staff
Detail
data
class
StaffDetail
(
val
userID
:
Int
,
val
labelID
:
Int
,
val
labelName
:
String
,
val
shopName
:
String
,
val
name
:
String
,
val
height
:
Int
,
val
gender
:
<Error class: unknown class>
,
val
age
:
Int
?
,
val
profile
:
String
,
val
resizedImages
:
List
<
UserResizedImages
>
,
val
sns
:
SNS
)
(
source
)
Members
Constructors
Staff
Detail
Link copied to clipboard
constructor
(
userID
:
Int
,
labelID
:
Int
,
labelName
:
String
,
shopName
:
String
,
name
:
String
,
height
:
Int
,
gender
:
<Error class: unknown class>
,
age
:
Int
?
,
profile
:
String
,
resizedImages
:
List
<
UserResizedImages
>
,
sns
:
SNS
)
Properties
age
Link copied to clipboard
val
age
:
Int
?
gender
Link copied to clipboard
val
gender
:
<Error class: unknown class>
height
Link copied to clipboard
val
height
:
Int
label
ID
Link copied to clipboard
val
labelID
:
Int
label
Name
Link copied to clipboard
val
labelName
:
String
name
Link copied to clipboard
val
name
:
String
profile
Link copied to clipboard
val
profile
:
String
resized
Images
Link copied to clipboard
val
resizedImages
:
List
<
UserResizedImages
>
shop
Name
Link copied to clipboard
val
shopName
:
String
sns
Link copied to clipboard
val
sns
:
SNS
user
ID
Link copied to clipboard
val
userID
:
Int