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)

Properties

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

DEPRECATED: use recIdStr instead.

Link copied to clipboard
val recIdStr: String? = null

Snowflake for this recommendation, use when submitting recommendation events.