[[["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 2023-04-18 UTC."],[],[],null,["# remoteConfig.ConfigUpdateData interface\n\nThe data within Firebase Remote Config update events.\n\n**Signature:** \n\n export interface ConfigUpdateData \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| [description](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedatadescription) | string | The user-provided description of the corresponding Remote Config template. |\n| [rollbackSource](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedatarollbacksource) | number | Only present if this version is the result of a rollback, and will be the version number of the Remote Config template that was rolled-back to. |\n| [updateOrigin](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedataupdateorigin) | [ConfigUpdateOrigin](./firebase-functions.remoteconfig.md#remoteconfigconfigupdateorigin) | Where the update action originated. |\n| [updateTime](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedataupdatetime) | string | When the Remote Config template was written to the Remote Config server. |\n| [updateType](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedataupdatetype) | [ConfigUpdateType](./firebase-functions.remoteconfig.md#remoteconfigconfigupdatetype) | What type of update was made. |\n| [updateUser](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedataupdateuser) | [ConfigUser](./firebase-functions.remoteconfig.configuser.md#remoteconfigconfiguser_interface) | Aggregation of all metadata fields about the account that performed the update. |\n| [versionNumber](./firebase-functions.remoteconfig.configupdatedata.md#remoteconfigconfigupdatedataversionnumber) | number | The version number of the version's corresponding Remote Config template. |\n\nremoteConfig.ConfigUpdateData.description\n-----------------------------------------\n\nThe user-provided description of the corresponding Remote Config template.\n\n**Signature:** \n\n description: string;\n\nremoteConfig.ConfigUpdateData.rollbackSource\n--------------------------------------------\n\nOnly present if this version is the result of a rollback, and will be the version number of the Remote Config template that was rolled-back to.\n\n**Signature:** \n\n rollbackSource: number;\n\nremoteConfig.ConfigUpdateData.updateOrigin\n------------------------------------------\n\nWhere the update action originated.\n\n**Signature:** \n\n updateOrigin: ConfigUpdateOrigin;\n\nremoteConfig.ConfigUpdateData.updateTime\n----------------------------------------\n\nWhen the Remote Config template was written to the Remote Config server.\n\n**Signature:** \n\n updateTime: string;\n\nremoteConfig.ConfigUpdateData.updateType\n----------------------------------------\n\nWhat type of update was made.\n\n**Signature:** \n\n updateType: ConfigUpdateType;\n\nremoteConfig.ConfigUpdateData.updateUser\n----------------------------------------\n\nAggregation of all metadata fields about the account that performed the update.\n\n**Signature:** \n\n updateUser: ConfigUser;\n\nremoteConfig.ConfigUpdateData.versionNumber\n-------------------------------------------\n\nThe version number of the version's corresponding Remote Config template.\n\n**Signature:** \n\n versionNumber: number;"]]