ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
RelatedCategory
Related
Category
@
JsonClass
(
generateAdapter
=
true
)
data
class
RelatedCategory
(
val
id
:
String
?
,
val
name
:
String
?
,
val
uuid
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Related
Category
Link copied to clipboard
fun
RelatedCategory
(
id
:
String
?
,
name
:
String
?
,
uuid
:
String
?
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
uuid
Link copied to clipboard
val
uuid
:
String
?
Content copied to clipboard