[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-26 UTC."],[],[],null,["# firebase::remote_config::ConfigInfo Struct Reference\n\nfirebase::remote_config::ConfigInfo\n===================================\n\n\n`#include \u003cremote_config.h\u003e`\n\nDescribes the state of the most recent Fetch() call.\n\nSummary\n-------\n\nNormally returned as a result of the GetInfo() function.\n\n| ### Public attributes ||\n|-------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [fetch_time](#structfirebase_1_1remote__config_1_1_config_info_1a353be5e95447fb67de0cf34dc65a7013) | `uint64_t` The time (in milliseconds since the epoch) that the last fetch operation completed. |\n| [last_fetch_failure_reason](#structfirebase_1_1remote__config_1_1_config_info_1aa353fb3a873feeed0c8cee9d57217f7b) | [FetchFailureReason](/docs/reference/cpp/namespace/firebase/remote-config#namespacefirebase_1_1remote__config_1a6fb05ff71e1e4820f002ccaf7d0b2968) The reason the most recent fetch failed. |\n| [last_fetch_status](#structfirebase_1_1remote__config_1_1_config_info_1a023e7d12118c479ce06c8c07d3d5a1c7) | [LastFetchStatus](/docs/reference/cpp/namespace/firebase/remote-config#namespacefirebase_1_1remote__config_1ac0e46414bf605c3cfaac1c6f370d586a) The status of the last fetch request. |\n| [throttled_end_time](#structfirebase_1_1remote__config_1_1_config_info_1a9d6def15a09e0f0f2aa38c61c3e9e513) | `uint64_t` The time (in milliseconds since the epoch) when the refreshing of Remote Config data is throttled. |\n\nPublic attributes\n-----------------\n\n### fetch_time\n\n```c++\nuint64_t firebase::remote_config::ConfigInfo::fetch_time\n``` \nThe time (in milliseconds since the epoch) that the last fetch operation completed.\n\n0 if no fetch attempt has been made yet. \n\n### last_fetch_failure_reason\n\n```c++\nFetchFailureReason firebase::remote_config::ConfigInfo::last_fetch_failure_reason\n``` \nThe reason the most recent fetch failed. \n\n### last_fetch_status\n\n```c++\nLastFetchStatus firebase::remote_config::ConfigInfo::last_fetch_status\n``` \nThe status of the last fetch request. \n\n### throttled_end_time\n\n```c++\nuint64_t firebase::remote_config::ConfigInfo::throttled_end_time\n``` \nThe time (in milliseconds since the epoch) when the refreshing of Remote Config data is throttled."]]