GetSuggestionsResponse

data class GetSuggestionsResponse(val cursor: String? = null, val actors: List<ProfileView>, val recId: Long? = null)

Parameters

recId

Snowflake for this recommendation, use when submitting recommendation events.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val recId: Long? = null

Snowflake for this recommendation, use when submitting recommendation events.