clientprotocol
/
org.inthewaves.kotlinsignald.clientprotocol.v1.structures
/
RemoteConfig
common
Remote
Config
data class
RemoteConfig
(name:
String
?, value:
String
?)
Content copied to clipboard
A remote config (feature flag) entry.
Constructors
Properties
Constructors
RemoteConfig
Link copied to clipboard
common
fun
RemoteConfig
(name:
String
? = null, value:
String
? = null)
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
? = null
Content copied to clipboard
The name of this remote config entry.
value
Link copied to clipboard
common
val
value
:
String
? = null
Content copied to clipboard
The value for this remote config entry.