ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
PromoItemBasic
Promo
Item
Basic
@
JsonClass
(
generateAdapter
=
true
)
data
class
PromoItemBasic
(
val
type
:
String
?
,
val
version
:
String
?
,
val
credits
:
Credits
?
,
val
url
:
String
?
,
val
width
:
Int
?
,
val
height
:
Int
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Promo
Item
Basic
Link copied to clipboard
fun
PromoItemBasic
(
type
:
String
?
,
version
:
String
?
,
credits
:
Credits
?
,
url
:
String
?
,
width
:
Int
?
,
height
:
Int
?
)
Content copied to clipboard
Properties
credits
Link copied to clipboard
val
credits
:
Credits
?
Content copied to clipboard
height
Link copied to clipboard
val
height
:
Int
?
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard
version
Link copied to clipboard
val
version
:
String
?
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
?
Content copied to clipboard