ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
Program
Program
@
JsonClass
(
generateAdapter
=
true
)
data
class
Program
(
val
id
:
String
?
,
val
ansId
:
String
?
,
val
name
:
String
?
,
val
description
:
String
?
,
val
url
:
String
?
,
val
imageUrl
:
String
?
,
val
duration
:
Double
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Program
Link copied to clipboard
fun
Program
(
id
:
String
?
,
ansId
:
String
?
,
name
:
String
?
,
description
:
String
?
,
url
:
String
?
,
imageUrl
:
String
?
,
duration
:
Double
?
)
Content copied to clipboard
Properties
ans
Id
Link copied to clipboard
val
ansId
:
String
?
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
?
Content copied to clipboard
duration
Link copied to clipboard
val
duration
:
Double
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard