[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["# firebase::remote_config::ConfigKeyValue Struct Reference\n\nfirebase::remote_config::ConfigKeyValue\n=======================================\n\n\n`#include \u003cremote_config.h\u003e`\n\nDescribes a mapping of a key to a string value.\n\nSummary\n-------\n\nUsed to set default values.\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------|-----------------------------------------------|\n| [key](#structfirebase_1_1remote__config_1_1_config_key_value_1ac90271d5a3631a664a3dd8da201a783f) | `const char *` The lookup key string. |\n| [value](#structfirebase_1_1remote__config_1_1_config_key_value_1a350e15f4e483d5273a46650f4731e12e) | `const char *` The value string to be stored. |\n\nPublic attributes\n-----------------\n\n### key\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\n### value\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"]]