CancelDeploymentOrigin
July 28, 2026 ยท View on GitHub
Reference back to the entity on the platform that initiated the deployment.
Example Usage
import { CancelDeploymentOrigin } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: CancelDeploymentOrigin = {
type: "id",
value: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.CancelDeploymentDeploymentsType | :heavy_check_mark: | Whether the value is an opaque identifier or a URL. |
value | string | :heavy_check_mark: | The identifier or URL pointing to the originating entity. |