ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
MetaConfig
/
Topic
Topic
@
JsonClass
(
generateAdapter
=
true
)
data
class
Topic
(
val
apiMethod
:
String
?
,
val
apiParams
:
List
<
Any
>
?
,
val
collectionPath
:
String
?
,
val
id
:
String
?
,
val
menuVisible
:
Boolean
?
,
val
name
:
String
?
,
val
order
:
Int
?
,
val
priority
:
Boolean
?
,
val
subsection
:
String
?
,
val
url
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Topic
Link copied to clipboard
fun
Topic
(
apiMethod
:
String
?
,
apiParams
:
List
<
Any
>
?
,
collectionPath
:
String
?
,
id
:
String
?
,
menuVisible
:
Boolean
?
,
name
:
String
?
,
order
:
Int
?
,
priority
:
Boolean
?
,
subsection
:
String
?
,
url
:
String
?
)
Content copied to clipboard
Properties
api
Method
Link copied to clipboard
val
apiMethod
:
String
?
Content copied to clipboard
api
Params
Link copied to clipboard
val
apiParams
:
List
<
Any
>
?
Content copied to clipboard
collection
Path
Link copied to clipboard
val
collectionPath
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard
menu
Visible
Link copied to clipboard
val
menuVisible
:
Boolean
?
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
order
Link copied to clipboard
val
order
:
Int
?
Content copied to clipboard
priority
Link copied to clipboard
val
priority
:
Boolean
?
Content copied to clipboard
subsection
Link copied to clipboard
val
subsection
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard