[[["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-04-16 UTC."],[],[],null,["# ServerTemplateData interface\n\nRepresents the data in a Remote Config server template.\n\n**Signature:** \n\n export interface ServerTemplateData \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|\n| [conditions](./firebase-admin.remote-config.servertemplatedata.md#servertemplatedataconditions) | [NamedCondition](./firebase-admin.remote-config.namedcondition.md#namedcondition_interface)\\[\\] | A list of conditions in descending order by priority. |\n| [etag](./firebase-admin.remote-config.servertemplatedata.md#servertemplatedataetag) | string | Current Remote Config template ETag (read-only). |\n| [parameters](./firebase-admin.remote-config.servertemplatedata.md#servertemplatedataparameters) | { \\[key: string\\]: [RemoteConfigParameter](./firebase-admin.remote-config.remoteconfigparameter.md#remoteconfigparameter_interface); } | Map of parameter keys to their optional default values and optional conditional values. |\n| [version](./firebase-admin.remote-config.servertemplatedata.md#servertemplatedataversion) | [Version](./firebase-admin.remote-config.version.md#version_interface) | Version information for the current Remote Config template. |\n\nServerTemplateData.conditions\n-----------------------------\n\nA list of conditions in descending order by priority.\n\n**Signature:** \n\n conditions: NamedCondition[];\n\nServerTemplateData.etag\n-----------------------\n\nCurrent Remote Config template ETag (read-only).\n\n**Signature:** \n\n readonly etag: string;\n\nServerTemplateData.parameters\n-----------------------------\n\nMap of parameter keys to their optional default values and optional conditional values.\n\n**Signature:** \n\n parameters: {\n [key: string]: RemoteConfigParameter;\n };\n\nServerTemplateData.version\n--------------------------\n\nVersion information for the current Remote Config template.\n\n**Signature:** \n\n version?: Version;"]]