StaffListResult

data class StaffListResult(val totalCount: Int, val staffList: List<StaffListItem>)(source)

Constructors

Link copied to clipboard
constructor(totalCount: Int, staffList: List<StaffListItem>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard