GetDeploymentsDeploymentsSource

February 26, 2026 ยท View on GitHub

The external platform that created the deployment (e.g. its display name).

Example Usage

import { GetDeploymentsDeploymentsSource } from "@vercel/sdk/models/getdeploymentsop.js";

let value: GetDeploymentsDeploymentsSource = {
  name: "<value>",
};

Fields

FieldTypeRequiredDescription
namestring:heavy_check_mark:Display name of the platform.