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
/
StaffListResult
Staff
List
Result
android
data
class
StaffListResult
(
val
totalCount
:
Int
,
val
staffList
:
List
<
StaffListItem
>
)
(
source
)
Members
Constructors
Staff
List
Result
Link copied to clipboard
android
constructor
(
totalCount
:
Int
,
staffList
:
List
<
StaffListItem
>
)
Types
Companion
Link copied to clipboard
android
object
Companion
Properties
staff
List
Link copied to clipboard
android
val
staffList
:
List
<
StaffListItem
>
total
Count
Link copied to clipboard
android
val
totalCount
:
Int