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
/
StaffListItem
Staff
List
Item
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
?
)
(
source
)
Members
Constructors
Staff
List
Item
Link copied to clipboard
android
constructor
(
uid
:
String
,
id
:
Int
,
name
:
String
,
shopName
:
String
,
labelName
:
String
,
height
:
Int
?
,
staffImageURL
:
String
?
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
height
Link copied to clipboard
android
val
height
:
Int
?
id
Link copied to clipboard
android
val
id
:
Int
label
Name
Link copied to clipboard
android
val
labelName
:
String
name
Link copied to clipboard
android
val
name
:
String
shop
Name
Link copied to clipboard
android
val
shopName
:
String
staff
Image
URL
Link copied to clipboard
android
val
staffImageURL
:
String
?
uid
Link copied to clipboard
android
val
uid
:
String