library
library
/
io.constructor.data.model.common
/
RecommendationStrategy
Recommendation
Strategy
@
JsonClass
(
generateAdapter
=
true
)
data
class
RecommendationStrategy
(
@
Json
(
name
=
"id"
)
val
id
:
String
)
:
Serializable
Content copied to clipboard
Models a Recommendation Strategy object
Constructors
Properties
Constructors
Recommendation
Strategy
Link copied to clipboard
fun
RecommendationStrategy
(
@
Json
(
name
=
"id"
)
id
:
String
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard