CancelDeploymentDeploymentsSource
July 28, 2026 ยท View on GitHub
The external platform that created the deployment (e.g. its display name).
Example Usage
import { CancelDeploymentDeploymentsSource } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: CancelDeploymentDeploymentsSource = {
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | :heavy_check_mark: | Display name of the platform. |