GetProjectProjectsBranchMatcher
August 10, 2026 ยท View on GitHub
Example Usage
import { GetProjectProjectsBranchMatcher } from "@vercel/sdk/models/getprojectprojectsbuildmachinetype.js";
let value: GetProjectProjectsBranchMatcher = {
type: "endsWith",
pattern: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | models.GetProjectProjectsResponse200ApplicationJSONResponseBodyType | :heavy_check_mark: | The type of matching to perform |
pattern | string | :heavy_check_mark: | The pattern to match against branch names |