Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.67 KB

getdeploymentscreator.md

File metadata and controls

27 lines (21 loc) · 1.67 KB

GetDeploymentsCreator

Metadata information of the user who created the deployment.

Example Usage

import { GetDeploymentsCreator } from "@vercel/sdk/models/getdeploymentsop.js";

let value: GetDeploymentsCreator = {
  uid: "eLrCnEgbKhsHyfbiNR7E8496",
  email: "[email protected]",
  username: "johndoe",
  githubLogin: "johndoe",
  gitlabLogin: "johndoe",
};

Fields

Field Type Required Description Example
uid string ✔️ The unique identifier of the user. eLrCnEgbKhsHyfbiNR7E8496
email string The email address of the user. [email protected]
username string The username of the user. johndoe
githubLogin string The GitHub login of the user. johndoe
gitlabLogin string The GitLab login of the user. johndoe