SelectedUsers

data class SelectedUsers(val totalCount: Int, val users: List<SelectedUser>?) : Parcelable

선택한 사용자 정보 목록
A list of the selected user information

Constructors

Link copied to clipboard
constructor(totalCount: Int, users: List<SelectedUser>?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

선택한 사용자 수
Number of selected users

Link copied to clipboard

선택한 사용자 정보 목록, 정보 제공이 불가능한 사용자 제외
A list of the selected user information, except for unavailable user information