remoteConfig.ConfigUpdateData interface
Stay organized with collections
Save and categorize content based on your preferences.
The data within Firebase Remote Config update events.
Signature:
export interface ConfigUpdateData
Properties
Property |
Type |
Description |
description |
string |
The user-provided description of the corresponding Remote Config template. |
rollbackSource |
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. |
updateOrigin |
ConfigUpdateOrigin |
Where the update action originated. |
updateTime |
string |
When the Remote Config template was written to the Remote Config server. |
updateType |
ConfigUpdateType |
What type of update was made. |
updateUser |
ConfigUser |
Aggregation of all metadata fields about the account that performed the update. |
versionNumber |
number |
The version number of the version's corresponding Remote Config template. |
remoteConfig.ConfigUpdateData.description
The user-provided description of the corresponding Remote Config template.
Signature:
description: string;
remoteConfig.ConfigUpdateData.rollbackSource
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.
Signature:
rollbackSource: number;
remoteConfig.ConfigUpdateData.updateOrigin
Where the update action originated.
Signature:
updateOrigin: ConfigUpdateOrigin;
remoteConfig.ConfigUpdateData.updateTime
When the Remote Config template was written to the Remote Config server.
Signature:
updateTime: string;
remoteConfig.ConfigUpdateData.updateType
What type of update was made.
Signature:
updateType: ConfigUpdateType;
remoteConfig.ConfigUpdateData.updateUser
Aggregation of all metadata fields about the account that performed the update.
Signature:
updateUser: ConfigUser;
remoteConfig.ConfigUpdateData.versionNumber
The version number of the version's corresponding Remote Config template.
Signature:
versionNumber: number;
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 2023-04-18 UTC.
[null,null,["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;"]]