ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
MetaConfig
/
Distributor
Distributor
@
JsonClass
(
generateAdapter
=
true
)
data
class
Distributor
(
val
additionalProperties
:
Map
<
String
,
*
>
?
,
val
category
:
String
?
,
val
name
:
String
?
,
val
subcategory
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Distributor
Link copied to clipboard
fun
Distributor
(
additionalProperties
:
Map
<
String
,
*
>
?
,
category
:
String
?
,
name
:
String
?
,
subcategory
:
String
?
)
Content copied to clipboard
Properties
additional
Properties
Link copied to clipboard
val
additionalProperties
:
Map
<
String
,
*
>
?
Content copied to clipboard
category
Link copied to clipboard
val
category
:
String
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
subcategory
Link copied to clipboard
val
subcategory
:
String
?
Content copied to clipboard