ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
PromoImage
Promo
Image
@
JsonClass
(
generateAdapter
=
true
)
data
class
PromoImage
(
val
image
:
VideoVO.PromoImage.Image
?
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Promo
Image
Link copied to clipboard
fun
PromoImage
(
image
:
VideoVO.PromoImage.Image
?
)
Content copied to clipboard
Types
Image
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
Image
(
val
caption
:
String
?
,
val
credits
:
List
<
Any
>
?
,
val
height
:
Int
?
,
val
photographer
:
String
?
,
val
url
:
String
?
,
val
width
:
Int
?
)
Content copied to clipboard
Properties
image
Link copied to clipboard
val
image
:
VideoVO.PromoImage.Image
?
Content copied to clipboard