import { GetDeploymentFileContentsRequest } from "@simplesagar/vercel/models/getdeploymentfilecontentsop.js";
let value: GetDeploymentFileContentsRequest = {
id: "<id>",
fileId: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
id |
string | ✔️ | The unique deployment identifier |
fileId |
string | ✔️ | The unique file identifier |
path |
string | ➖ | Path to the file to fetch (only for Git deployments) |
teamId |
string | ➖ | The Team identifier to perform the request on behalf of. |
slug |
string | ➖ | The Team slug to perform the request on behalf of. |