GetSuggestionsResponse
data class GetSuggestionsResponse(val cursor: String? = null, val actors: List<ProfileView>, val recId: Long? = null, val recIdStr: String? = null)
Parameters
recIdStr
Snowflake for this recommendation, use when submitting recommendation events.
Constructors
Link copied to clipboard
constructor(cursor: String? = null, actors: List<ProfileView>, recId: Long? = null, recIdStr: String? = null)