GetProjectBranchMatcher

August 10, 2026 ยท View on GitHub

Configuration for matching git branches to this environment

Example Usage

import { GetProjectBranchMatcher } from "@vercel/sdk/models/getprojectprojectsbuildmachinetype.js";

let value: GetProjectBranchMatcher = {
  type: "equals",
  pattern: "<value>",
};

Fields

FieldTypeRequiredDescription
typemodels.GetProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType:heavy_check_mark:The type of matching to perform
patternstring:heavy_check_mark:The pattern to match against branch names