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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recId: Long?
Link copied to clipboard

Snowflake for this recommendation, use when submitting recommendation events.