Lambdas
August 5, 2026 ยท View on GitHub
A partial representation of a Build used by the deployment endpoint.
Example Usage
import { Lambdas } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";
let value: Lambdas = {
id: "<id>",
output: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | N/A |
readyState | models.CancelDeploymentReadyState | :heavy_minus_sign: | N/A |
createdAt | number | :heavy_minus_sign: | N/A |
entrypoint | string | :heavy_minus_sign: | N/A |
readyStateAt | number | :heavy_minus_sign: | N/A |
output | models.CancelDeploymentOutput[] | :heavy_check_mark: | N/A |