ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
PromoImage
/
Image
Image
@
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
Constructors
Properties
Constructors
Image
Link copied to clipboard
fun
Image
(
caption
:
String
?
,
credits
:
List
<
Any
>
?
,
height
:
Int
?
,
photographer
:
String
?
,
url
:
String
?
,
width
:
Int
?
)
Content copied to clipboard
Properties
caption
Link copied to clipboard
val
caption
:
String
?
Content copied to clipboard
credits
Link copied to clipboard
val
credits
:
List
<
Any
>
?
Content copied to clipboard
height
Link copied to clipboard
val
height
:
Int
?
Content copied to clipboard
photographer
Link copied to clipboard
val
photographer
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
?
Content copied to clipboard