Site Content
1.6.2
jvm
Site Content
/
dk.ds.site_content.domain.model.usersettings
/
UserBrand
User
Brand
data
class
UserBrand
(
val
variation
:
Int
?
,
val
backgroundImage
:
String
?
,
val
headline
:
String
?
,
val
body
:
String
?
,
val
ctaLabel
:
String
?
,
val
ctaLink
:
String
?
)
Members
Constructors
User
Brand
Link copied to clipboard
constructor
(
variation
:
Int
?
,
backgroundImage
:
String
?
,
headline
:
String
?
,
body
:
String
?
,
ctaLabel
:
String
?
,
ctaLink
:
String
?
)
Properties
background
Image
Link copied to clipboard
val
backgroundImage
:
String
?
body
Link copied to clipboard
val
body
:
String
?
cta
Label
Link copied to clipboard
val
ctaLabel
:
String
?
cta
Link
Link copied to clipboard
val
ctaLink
:
String
?
headline
Link copied to clipboard
val
headline
:
String
?
variation
Link copied to clipboard
val
variation
:
Int
?