Stay organized with collections
Save and categorize content based on your preferences.
firebase::remote_config::ConfigUpdate
#include <remote_config.h>
Information about the updated config.
Summary
Public attributes
|
updated_keys
|
std::vector< std::string >
Parameter keys whose values have been updated from the currently activated values.
|
Public attributes
updated_keys
std::vector< std::string > firebase::remote_config::ConfigUpdate::updated_keys
Parameter keys whose values have been updated from the currently activated values.
Includes keys that are added, deleted, and whose value, value source, or metadata has changed.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.
[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["# firebase::remote_config::ConfigUpdate Struct Reference\n\nfirebase::remote_config::ConfigUpdate\n=====================================\n\n\n`#include \u003cremote_config.h\u003e`\n\nInformation about the updated config.\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|\n| [updated_keys](#structfirebase_1_1remote__config_1_1_config_update_1aeae7e1d0e6797a9bf79ff9151fd469c0) | `std::vector\u003c std::string \u003e` Parameter keys whose values have been updated from the currently activated values. |\n\nPublic attributes\n-----------------\n\n### updated_keys\n\n```c++\nstd::vector\u003c std::string \u003e firebase::remote_config::ConfigUpdate::updated_keys\n``` \nParameter keys whose values have been updated from the currently activated values.\n\nIncludes keys that are added, deleted, and whose value, value source, or metadata has changed."]]