toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model.ad
/
Ad
Ad
@
Serializable
data
class
Ad
(
val
offersBatchId
:
String
?
=
null
,
val
inAppProducts
:
List
<
AppProduct
>
,
val
nativeProducts
:
List
<
AppProduct
>
,
val
webPaymentUrl
:
String
,
val
promoCodesEnabled
:
Boolean
)
(
source
)
Members
Constructors
Ad
Link copied to clipboard
constructor
(
offersBatchId
:
String
?
=
null
,
inAppProducts
:
List
<
AppProduct
>
,
nativeProducts
:
List
<
AppProduct
>
,
webPaymentUrl
:
String
,
promoCodesEnabled
:
Boolean
)
Properties
in
App
Products
Link copied to clipboard
val
inAppProducts
:
List
<
AppProduct
>
native
Products
Link copied to clipboard
val
nativeProducts
:
List
<
AppProduct
>
offers
Batch
Id
Link copied to clipboard
val
offersBatchId
:
String
?
=
null
promo
Codes
Enabled
Link copied to clipboard
val
promoCodesEnabled
:
Boolean
web
Payment
Url
Link copied to clipboard
val
webPaymentUrl
:
String