CreateIntegrationStoreDirectProjectsMetadata
June 9, 2026 ยท View on GitHub
Example Usage
import { CreateIntegrationStoreDirectProjectsMetadata } from "@vercel/sdk/models/createintegrationstoredirectpropertiesintegrationsresponse200applicationjsonresponsebodystoreproductmetadataschema7type.js";
let value: CreateIntegrationStoreDirectProjectsMetadata = {
id: "<id>",
projectId: "<id>",
name: "<value>",
environments: [],
envVarPrefix: "<value>",
environmentVariables: [
"<value 1>",
"<value 2>",
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | N/A |
projectId | string | :heavy_check_mark: | N/A |
name | string | :heavy_check_mark: | N/A |
framework | models.CreateIntegrationStoreDirectFramework | :heavy_minus_sign: | N/A |
latestDeployment | string | :heavy_minus_sign: | N/A |
environments | string[] | :heavy_check_mark: | N/A |
envVarPrefix | string | :heavy_check_mark: | N/A |
environmentVariables | string[] | :heavy_check_mark: | N/A |
deployments | models.CreateIntegrationStoreDirectDeployments | :heavy_minus_sign: | N/A |
makeEnvVarsSensitive | boolean | :heavy_minus_sign: | N/A |