[[["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-24 UTC."],[],[],null,["# DeploymentOptions interface\n\nConfiguration options for a function that applies during function deployment.\n\n**Signature:** \n\n export interface DeploymentOptions extends RuntimeOptions \n\n**Extends:** [RuntimeOptions](./firebase-functions.runtimeoptions.md#runtimeoptions_interface)\n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------|\n| [omit](./firebase-functions.deploymentoptions.md#deploymentoptionsomit) | boolean \\| [Expression](./firebase-functions.params.expression.md#paramsexpression_class)\\\u003cboolean\\\u003e | If true, do not deploy or emulate this function. |\n| [regions](./firebase-functions.deploymentoptions.md#deploymentoptionsregions) | Array\\\u003c(typeof [SUPPORTED_REGIONS](./firebase-functions.md#supported_regions))\\[number\\] \\| string \\| [Expression](./firebase-functions.params.expression.md#paramsexpression_class)\\\u003cstring\\\u003e \\| ResetValue\\\u003e | Regions where function should be deployed. |\n| [schedule](./firebase-functions.deploymentoptions.md#deploymentoptionsschedule) | [Schedule](./firebase-functions.schedule.md#schedule_interface) | Schedule for the scheduled function. |\n\nDeploymentOptions.omit\n----------------------\n\nIf true, do not deploy or emulate this function.\n\n**Signature:** \n\n omit?: boolean | Expression\u003cboolean\u003e;\n\nDeploymentOptions.regions\n-------------------------\n\nRegions where function should be deployed.\n\n**Signature:** \n\n regions?: Array\u003c(typeof SUPPORTED_REGIONS)[number] | string | Expression\u003cstring\u003e | ResetValue\u003e;\n\nDeploymentOptions.schedule\n--------------------------\n\nSchedule for the scheduled function.\n\n**Signature:** \n\n schedule?: Schedule;"]]