toggle menu
configcat-kotlin-client
4.1.0
common
switch theme
search in API
configcat-kotlin-client
/
com.configcat.model
/
ServedValue
Served
Value
@
Serializable
data
class
ServedValue
(
val
value
:
SettingValue
,
val
variationId
:
String
?
=
null
)
(
source
)
Members
Constructors
Served
Value
Link copied to clipboard
constructor
(
value
:
SettingValue
,
variationId
:
String
?
=
null
)
Properties
value
Link copied to clipboard
@
SerialName
(
value
=
"v"
)
val
value
:
SettingValue
variation
Id
Link copied to clipboard
@
SerialName
(
value
=
"i"
)
val
variationId
:
String
?
=
null