GetSuggestedFollowsByActorResponse

data class GetSuggestedFollowsByActorResponse(val suggestions: List<ProfileView>, val recIdStr: String? = null, val isFallback: Boolean? = false, val recId: Long? = null)

Parameters

recIdStr

Snowflake for this recommendation, use when submitting recommendation events.

Constructors

Link copied to clipboard
constructor(suggestions: List<ProfileView>, recIdStr: String? = null, isFallback: Boolean? = false, recId: Long? = null)

Properties

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

Snowflake for this recommendation, use when submitting recommendation events.

Link copied to clipboard