GetProjectLastAliasRequest
August 10, 2026 ยท View on GitHub
Example Usage
import { GetProjectLastAliasRequest } from "@vercel/sdk/models/getprojectinternalroutes.js";
let value: GetProjectLastAliasRequest = {
fromDeploymentId: "<id>",
toDeploymentId: "<id>",
jobStatus: "succeeded",
requestedAt: 9641.9,
type: "promote",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fromDeploymentId | string | :heavy_check_mark: | N/A |
toDeploymentId | string | :heavy_check_mark: | N/A |
fromRollingReleaseId | string | :heavy_minus_sign: | If rolling back from a rolling release, fromDeploymentId captures the "base" of that rolling release, and fromRollingReleaseId captures the "target" of that rolling release. |
jobStatus | models.GetProjectJobStatus | :heavy_check_mark: | N/A |
requestedAt | number | :heavy_check_mark: | N/A |
type | models.GetProjectProjectsResponse200ApplicationJSONType | :heavy_check_mark: | N/A |