Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.9 KB

getdeploymentfilecontentsrequest.md

File metadata and controls

22 lines (17 loc) · 1.9 KB

GetDeploymentFileContentsRequest

Example Usage

import { GetDeploymentFileContentsRequest } from "@simplesagar/vercel/models/getdeploymentfilecontentsop.js";

let value: GetDeploymentFileContentsRequest = {
  id: "<id>",
  fileId: "<value>",
};

Fields

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.