GetMatchesResponse

data class GetMatchesResponse(val cursor: String? = null, val matches: List<ProfileView>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, matches: List<ProfileView>)

Properties

Link copied to clipboard
Link copied to clipboard