yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
rotor
/
su.pank.yamapi.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
:
String
?
=
null
)
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
:
String
?
=
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
?
genre
Name
Link copied to clipboard
val
genreName
:
String
?
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