[[["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-05-09 UTC."],[],[],null,["# Firebase.RemoteConfig.ConfigInfo Class Reference\n\nFirebase.RemoteConfig.ConfigInfo\n================================\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| ### Properties ||\n|----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [FetchTime](#class_firebase_1_1_remote_config_1_1_config_info_1ada9a3e4e6e09dabe133c5e547a2944e1) | `System.DateTime` The time when the last fetch operation completed. |\n| [LastFetchFailureReason](#class_firebase_1_1_remote_config_1_1_config_info_1a6459600cd270802d927169878bf8dd11) | [FetchFailureReason](/docs/reference/unity/namespace/firebase/remote-config#namespace_firebase_1_1_remote_config_1a41e00bf8ed5b155fb433f5173212787b) The reason the most recent fetch failed. |\n| [LastFetchStatus](#class_firebase_1_1_remote_config_1_1_config_info_1a0f2b23084b56f7f0062dbdc48f7aebcd) | [LastFetchStatus](/docs/reference/unity/namespace/firebase/remote-config#namespace_firebase_1_1_remote_config_1a36d228a1957619a925e1f9f5363e316e) The status of the last fetch request. |\n| [ThrottledEndTime](#class_firebase_1_1_remote_config_1_1_config_info_1a84977f51562d9be4b5551eb9f814a4c1) | `System.DateTime` The time when Remote Config data refreshes will no longer be throttled. |\n\nProperties\n----------\n\n### FetchTime\n\n```c#\nSystem.DateTime FetchTime\n``` \nThe time when the last fetch operation completed. \n\n### LastFetchFailureReason\n\n```c#\nFetchFailureReason LastFetchFailureReason\n``` \nThe reason the most recent fetch failed. \n\n### LastFetchStatus\n\n```c#\nLastFetchStatus LastFetchStatus\n``` \nThe status of the last fetch request. \n\n### ThrottledEndTime\n\n```c#\nSystem.DateTime ThrottledEndTime\n``` \nThe time when Remote Config data refreshes will no longer be throttled."]]