toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.recommendations.models
/
SeedInfo
Seed
Info
@
Serializable
internal
data
class
SeedInfo
(
val
href
:
String
,
val
id
:
String
,
val
type
:
String
,
val
initialPoolSize
:
Int
,
val
afterFilteringSize
:
Int
,
val
afterRelinkingSize
:
Int
)
(
source
)
Members
Constructors
Seed
Info
Link copied to clipboard
constructor
(
href
:
String
,
id
:
String
,
type
:
String
,
initialPoolSize
:
Int
,
afterFilteringSize
:
Int
,
afterRelinkingSize
:
Int
)
Properties
after
Filtering
Size
Link copied to clipboard
val
afterFilteringSize
:
Int
after
Relinking
Size
Link copied to clipboard
val
afterRelinkingSize
:
Int
href
Link copied to clipboard
val
href
:
String
id
Link copied to clipboard
val
id
:
String
initial
Pool
Size
Link copied to clipboard
val
initialPoolSize
:
Int
type
Link copied to clipboard
val
type
:
String