UserFriendsResponse

data class UserFriendsResponse(    val nextAfter: String? = null,     val nextUrl: String? = null,     val relationships: List<UserFriendsResponseRelationship> = emptyList())

Constructors

Link copied to clipboard
fun UserFriendsResponse(    nextAfter: String? = null,     nextUrl: String? = null,     relationships: List<UserFriendsResponseRelationship> = emptyList())

Properties

Link copied to clipboard
val nextAfter: String? = null
Link copied to clipboard
val nextUrl: String? = null
Link copied to clipboard
val relationships: List<UserFriendsResponseRelationship>

Sources

Link copied to clipboard