shared
1.31.6
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
@
SerialName
(
value
=
"background"
)
var
background
:
JsonElement
?
primary
Link copied to clipboard
@
SerialName
(
value
=
"primary"
)
var
primary
:
JsonElement
?
secondary
Link copied to clipboard
@
SerialName
(
value
=
"secondary"
)
var
secondary
:
JsonElement
?
text
Link copied to clipboard
@
SerialName
(
value
=
"text"
)
var
text
:
String
?
text
Primary
Link copied to clipboard
@
SerialName
(
value
=
"textPrimary"
)
var
textPrimary
:
JsonElement
?
video
Background
Link copied to clipboard
@
SerialName
(
value
=
"videoBackground"
)
var
videoBackground
:
String
?