firebase:: remote_config:: ConfigKeyValue
  
    #include <remote_config.h>
  
Describes a mapping of a key to a string value.
Summary
Used to set default values.
        Public attributes | 
    |
|---|---|
        key
       | 
      
        const char *
        The lookup key string.  
       | 
    
        value
       | 
      
        const char *
        The value string to be stored.  
       | 
    
Public attributes
key
const char * firebase::remote_config::ConfigKeyValue::key
The lookup key string.
value
const char * firebase::remote_config::ConfigKeyValue::value
The value string to be stored.