Site Content
1.6.2
jvm
Site Content
/
dk.ds.site_content.domain.model.usersettings
/
UserGuide
User
Guide
data
class
UserGuide
(
val
body
:
List
<
UserGuideBodyItem
>
,
val
header
:
String
?
,
val
cancel
:
String
?
,
val
url
:
String
?
,
val
path
:
String
?
)
Members
Constructors
User
Guide
Link copied to clipboard
constructor
(
body
:
List
<
UserGuideBodyItem
>
,
header
:
String
?
,
cancel
:
String
?
,
url
:
String
?
,
path
:
String
?
)
Properties
body
Link copied to clipboard
val
body
:
List
<
UserGuideBodyItem
>
cancel
Link copied to clipboard
val
cancel
:
String
?
header
Link copied to clipboard
val
header
:
String
?
path
Link copied to clipboard
val
path
:
String
?
url
Link copied to clipboard
val
url
:
String
?