kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.merino
/
CuratedRecommendationsRequest
/
CuratedRecommendationsRequest
Curated
Recommendations
Request
constructor
(
locale
:
CuratedRecommendationLocale
,
region
:
String
?
=
null
,
count
:
Int
?
=
100
,
topics
:
List
<
String
>
?
=
null
,
feeds
:
List
<
String
>
?
=
null
,
sections
:
List
<
SectionSettings
>
?
=
null
,
experimentName
:
String
?
=
null
,
experimentBranch
:
String
?
=
null
,
enableInterestPicker
:
Boolean
=
false
)