toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.rotor.model
/
AdParams
Ad
Params
@
Serializable
data
class
AdParams
(
val
partnerId
:
String
,
val
categoryId
:
String
,
val
pageRef
:
String
,
val
targetRef
:
String
,
val
otherParams
:
String
,
val
adVolume
:
Int
,
val
genreId
:
String
?
=
null
,
val
genreName
:
GenreType
?
=
null
)
(
source
)
Members
Constructors
Ad
Params
Link copied to clipboard
constructor
(
partnerId
:
String
,
categoryId
:
String
,
pageRef
:
String
,
targetRef
:
String
,
otherParams
:
String
,
adVolume
:
Int
,
genreId
:
String
?
=
null
,
genreName
:
GenreType
?
=
null
)
Properties
ad
Volume
Link copied to clipboard
val
adVolume
:
Int
category
Id
Link copied to clipboard
@
Serializable
(
with
=
IntOrStringSerializer::class
)
val
categoryId
:
String
genre
Id
Link copied to clipboard
@
Serializable
(
with
=
IntOrStringSerializer::class
)
val
genreId
:
String
?
=
null
genre
Name
Link copied to clipboard
val
genreName
:
GenreType
?
=
null
other
Params
Link copied to clipboard
val
otherParams
:
String
page
Ref
Link copied to clipboard
val
pageRef
:
String
partner
Id
Link copied to clipboard
@
Serializable
(
with
=
IntOrStringSerializer::class
)
val
partnerId
:
String
target
Ref
Link copied to clipboard
val
targetRef
:
String