ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
Source
Source
@
JsonClass
(
generateAdapter
=
true
)
data
class
Source
(
val
name
:
String
?
,
val
system
:
String
?
,
@
Json
(
name
=
"edit_url"
)
val
editUrl
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Source
Link copied to clipboard
fun
Source
(
name
:
String
?
,
system
:
String
?
,
@
Json
(
name
=
"edit_url"
)
editUrl
:
String
?
)
Content copied to clipboard
Properties
edit
Url
Link copied to clipboard
val
editUrl
:
String
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
system
Link copied to clipboard
val
system
:
String
?
Content copied to clipboard