PartnerFriendsContext

@Serializable
data class PartnerFriendsContext(var offset: Int? = null, var limit: Int? = null, var order: Order? = null, var friendOrder: FriendOrder? = null, var friendFilter: FriendFilter? = null, var countryCodes: List<String>? = null, val url: String = "")

친구 목록 조회 설정
Context for retrieving friend list

Constructors

Link copied to clipboard
constructor(url: String)
constructor(offset: Int? = null, limit: Int? = null, order: Order? = null, friendOrder: FriendOrder? = null, friendFilter: FriendFilter? = null, countryCodes: List<String>? = null, url: String = "")

Properties

Link copied to clipboard
var countryCodes: List<String>?

국가 코드 필터링 설정
Options for filtering by country codes

Link copied to clipboard

친구 목록 필터링 설정
Filtering options for the friend list

Link copied to clipboard

친구 정렬 방식
Method to sort the friend list

Link copied to clipboard
var limit: Int?

페이지당 결과 수
Number of results in a page

Link copied to clipboard
var offset: Int?

친구 목록 시작 지점
Start point of the friend list

Link copied to clipboard
var order: Order?

정렬 방식
Sorting method

Link copied to clipboard
val url: String

친구 목록 요청 URL
URL to request the friend list