firebase:: remote_config:: ValueInfo
  
    #include <remote_config.h>
  
Describes a retrieved value.
Summary
        Public attributes | 
    |
|---|---|
        conversion_successful
       | 
      
        bool
        If  
      true this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead.  | 
    
        source
       | 
      
        
         Where the config value was retrieved from (Default Config or Active Config).  
       | 
    
Public attributes
conversion_successful
bool firebase::remote_config::ValueInfo::conversion_successful
If true this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead. 
source
ValueSource firebase::remote_config::ValueInfo::source
Where the config value was retrieved from (Default Config or Active Config).