ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
Website
Website
@
JsonClass
(
generateAdapter
=
true
)
data
class
Website
(
val
id
:
String
?
,
val
primary
:
Boolean
,
val
sections
:
List
<
Section
>
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Website
Link copied to clipboard
fun
Website
(
id
:
String
?
,
primary
:
Boolean
,
sections
:
List
<
Section
>
?
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
String
?
Content copied to clipboard
primary
Link copied to clipboard
val
primary
:
Boolean
Content copied to clipboard
sections
Link copied to clipboard
val
sections
:
List
<
Section
>
?
Content copied to clipboard