Site Content
1.6.2
jvm
Site Content
/
dk.ds.site_content.domain.model.usersettings
/
UserBrandQuick
User
Brand
Quick
data
class
UserBrandQuick
(
val
gameLink
:
String
,
val
gameId
:
String
?
,
val
logoImage
:
String
?
,
val
variation
:
Int
?
,
val
backgroundImage
:
String
?
)
Members
Constructors
User
Brand
Quick
Link copied to clipboard
constructor
(
gameLink
:
String
,
gameId
:
String
?
,
logoImage
:
String
?
,
variation
:
Int
?
,
backgroundImage
:
String
?
)
Properties
background
Image
Link copied to clipboard
val
backgroundImage
:
String
?
game
Id
Link copied to clipboard
val
gameId
:
String
?
game
Link
Link copied to clipboard
val
gameLink
:
String
logo
Image
Link copied to clipboard
val
logoImage
:
String
?
variation
Link copied to clipboard
val
variation
:
Int
?