[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["firebase::remote_config::ConfigKeyValueVariant\n\n\n`#include \u003cremote_config.h\u003e`\n\nDescribes a mapping of a key to a value of any type.\n\nSummary\n\nUsed to set default values.\n\nPublic attributes \n\nkey \n\n```c++\nconst char * firebase::remote_config::ConfigKeyValueVariant::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++\nVariant firebase::remote_config::ConfigKeyValueVariant::value\n``` \nThe value to be stored.\n\nThe type of the [Variant](/docs/reference/cpp/class/firebase/variant#classfirebase_1_1_variant) determines the type of default data for the given key.\n\n\n| **Note:** If you use a [Variant](/docs/reference/cpp/class/firebase/variant#classfirebase_1_1_variant) of type StaticString, ensure it stays valid for the duration of the call to SetDefaults.\n\n\u003cbr /\u003e"]]