CancelDeploymentDeploymentsCreator
July 28, 2026 ยท View on GitHub
The user on the external platform who triggered the deployment.
Example Usage
import { CancelDeploymentDeploymentsCreator } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: CancelDeploymentDeploymentsCreator = {
name: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | string | :heavy_check_mark: | Display name of the platform user. |
avatar | string | :heavy_minus_sign: | URL of the platform user's avatar image. |