shared
1.19.13
common
shared
/
io.dyte.core.network.models
/
UserPresetColorsTheme
User
Preset
Colors
Theme
@
Serializable
data
class
UserPresetColorsTheme
(
var
primary
:
JsonElement
?
=
null
,
var
secondary
:
JsonElement
?
=
null
,
var
text
:
String
?
=
null
,
var
background
:
JsonElement
?
=
null
,
var
textPrimary
:
JsonElement
?
=
null
,
var
videoBackground
:
String
?
=
null
)
Members
Constructors
User
Preset
Colors
Theme
Link copied to clipboard
constructor
(
primary
:
JsonElement
?
=
null
,
secondary
:
JsonElement
?
=
null
,
text
:
String
?
=
null
,
background
:
JsonElement
?
=
null
,
textPrimary
:
JsonElement
?
=
null
,
videoBackground
:
String
?
=
null
)
Properties
background
Link copied to clipboard
var
background
:
JsonElement
?
primary
Link copied to clipboard
var
primary
:
JsonElement
?
secondary
Link copied to clipboard
var
secondary
:
JsonElement
?
text
Link copied to clipboard
var
text
:
String
?
text
Primary
Link copied to clipboard
var
textPrimary
:
JsonElement
?
video
Background
Link copied to clipboard
var
videoBackground
:
String
?