mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
762 B
762 B
GitlabGetGitlabBranchesRequest
Example Usage
import { GitlabGetGitlabBranchesRequest } from "dokploy/models/operations";
let value: GitlabGetGitlabBranchesRequest = {
owner: "<value>",
repo: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
owner |
string | ✔️ | N/A |
repo |
string | ✔️ | N/A |
gitlabId |
string | ➖ | N/A |