GetSuggestionsResponse
data class GetSuggestionsResponse(val actors: List<ProfileView>, val cursor: String? = null, val recId: Long? = null, val recIdStr: String? = null)
Constructors
Link copied to clipboard
constructor(actors: List<ProfileView>, cursor: String? = null, recId: Long? = null, recIdStr: String? = null)