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

FieldTypeRequiredDescription
typemodels.GetDeploymentsDeploymentsType:heavy_check_mark:Whether the value is an opaque identifier or a URL.
valuestring:heavy_check_mark:The identifier or URL pointing to the originating entity.