GetDeploymentsOrigin
June 9, 2026 ยท View on GitHub
Reference back to the entity on the platform that initiated the deployment.
Example Usage
import { GetDeploymentsOrigin } from "@vercel/sdk/models/getdeploymentsop.js";
let value: GetDeploymentsOrigin = {
type: "id",
value: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.GetDeploymentsDeploymentsType | :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. |