Partner Friends Context
data class PartnerFriendsContext(offset: Int?, limit: Int?, order: Order?, friendType: FriendType?, friendOrder: FriendOrder?, friendFilter: FriendFilter?, countryCodes: List<String>?, url: String) : Parcelable
Content copied to clipboard
친구 목록 조회 Context
Constructors
Link copied to clipboard
Link copied to clipboard
fun PartnerFriendsContext(offset: Int? = null, limit: Int? = null, order: Order? = null, friendType: FriendType? = null, friendOrder: FriendOrder? = null, friendFilter: FriendFilter? = null, countryCodes: List<String>? = null, url: String = "")
Content copied to clipboard