staffstart-android-sdk
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
staffstart-android-sdk
staffstart-app
/
com.vanish.standard.staffstart.app.view.model.staffList
Package-level
declarations
Types
Types
Staff
List
Item
Link copied to clipboard
android
data
class
StaffListItem
(
val
uid
:
String
,
val
id
:
Int
,
val
name
:
String
,
val
shopName
:
String
,
val
labelName
:
String
,
val
height
:
Int
?
,
val
staffImageURL
:
String
?
)
Staff
List
Result
Link copied to clipboard
android
data
class
StaffListResult
(
val
totalCount
:
Int
,
val
staffList
:
List
<
StaffListItem
>
)