Recommendation Request
data class RecommendationRequest( var environment: String? = null, var user: RequestUser? = null, val id: String? = null, val category: List<String>? = null, val size: Int? = 4, val start: Int? = 0, val filter: Filter? = null, val exclusion: Filter? = null, val paginationTimestamp: Long? = null, val language: String? = Languages.English, val display: List<String>? = null, val displayVariants: List<String>? = null, val meta: Map<String, <ERROR CLASS>>? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun RecommendationRequest( environment: String? = null, user: RequestUser? = null, id: String? = null, category: List<String>? = null, size: Int? = 4, start: Int? = 0, filter: Filter? = null, exclusion: Filter? = null, paginationTimestamp: Long? = null, language: String? = Languages.English, display: List<String>? = null, displayVariants: List<String>? = null, meta: Map<String, <ERROR CLASS>>? = null)
Content copied to clipboard