Site Content
1.6.2
jvm
Site Content
/
dk.ds.site_content.domain.model.quick
/
QuickHeroSpot
Quick
Hero
Spot
data
class
QuickHeroSpot
(
val
id
:
String
,
val
type
:
QuickHeroSpotType
,
val
backgroundImage
:
String
,
val
logoImage
:
String
,
val
value
:
String
,
val
details
:
String
?
)
Members
Constructors
Quick
Hero
Spot
Link copied to clipboard
constructor
(
id
:
String
,
type
:
QuickHeroSpotType
,
backgroundImage
:
String
,
logoImage
:
String
,
value
:
String
,
details
:
String
?
)
Properties
background
Image
Link copied to clipboard
val
backgroundImage
:
String
details
Link copied to clipboard
val
details
:
String
?
id
Link copied to clipboard
val
id
:
String
logo
Image
Link copied to clipboard
val
logoImage
:
String
type
Link copied to clipboard
val
type
:
QuickHeroSpotType
value
Link copied to clipboard
val
value
:
String