ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
CreditsVO
Credits
VO
@
JsonClass
(
generateAdapter
=
true
)
data
class
CreditsVO
(
val
contributors
:
List
<
String
>
?
,
val
editor
:
String
?
,
val
hostTalent
:
List
<
String
>
?
,
val
source
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Credits
VO
Link copied to clipboard
fun
CreditsVO
(
contributors
:
List
<
String
>
?
,
editor
:
String
?
,
hostTalent
:
List
<
String
>
?
,
source
:
String
?
)
Content copied to clipboard
Properties
contributors
Link copied to clipboard
val
contributors
:
List
<
String
>
?
Content copied to clipboard
editor
Link copied to clipboard
val
editor
:
String
?
Content copied to clipboard
host
Talent
Link copied to clipboard
val
hostTalent
:
List
<
String
>
?
Content copied to clipboard
source
Link copied to clipboard
val
source
:
String
?
Content copied to clipboard