[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["firebase::remote_config::ConfigKeyValue\n\n\n`#include \u003cremote_config.h\u003e`\n\nDescribes a mapping of a key to a string value.\n\nSummary\n\nUsed to set default values.\n\nPublic attributes \n\nkey \n\n```c++\nconst char * firebase::remote_config::ConfigKeyValue::key\n``` \nThe lookup key string.\n\n\n| **Note:** Ensure this string stays valid for the duration of the call to SetDefaults.\n\n\u003cbr /\u003e\n\nvalue \n\n```c++\nconst char * firebase::remote_config::ConfigKeyValue::value\n``` \nThe value string to be stored.\n\n\n| **Note:** Ensure this string stays valid for the duration of the call to SetDefaults.\n\n\u003cbr /\u003e"]]