shared
1.33.0
common
shared
/
io.dyte.core.network.models
/
UserPresetDesignColors
User
Preset
Design
Colors
@
Serializable
data
class
UserPresetDesignColors
(
val
brand
:
Map
<
String
,
String
>
,
val
background
:
Map
<
String
,
String
>
,
val
danger
:
String
,
val
text
:
String
,
val
textOnBrand
:
String
,
val
success
:
String
,
val
videoBg
:
String
,
val
warning
:
String
)
Members
Constructors
User
Preset
Design
Colors
Link copied to clipboard
constructor
(
brand
:
Map
<
String
,
String
>
,
background
:
Map
<
String
,
String
>
,
danger
:
String
,
text
:
String
,
textOnBrand
:
String
,
success
:
String
,
videoBg
:
String
,
warning
:
String
)
Properties
background
Link copied to clipboard
val
background
:
Map
<
String
,
String
>
brand
Link copied to clipboard
val
brand
:
Map
<
String
,
String
>
danger
Link copied to clipboard
val
danger
:
String
success
Link copied to clipboard
val
success
:
String
text
Link copied to clipboard
val
text
:
String
text
On
Brand
Link copied to clipboard
@
SerialName
(
value
=
"text_on_brand"
)
val
textOnBrand
:
String
video
Bg
Link copied to clipboard
@
SerialName
(
value
=
"video_bg"
)
val
videoBg
:
String
warning
Link copied to clipboard
val
warning
:
String