Files
Dokploy-ts-sdk/docs/models/operations/gitlabgetgitlabbranchesrequest.md
2025-09-26 02:33:10 +00:00

21 lines
762 B
Markdown

# GitlabGetGitlabBranchesRequest
## Example Usage
```typescript
import { GitlabGetGitlabBranchesRequest } from "dokploy/models/operations";
let value: GitlabGetGitlabBranchesRequest = {
owner: "<value>",
repo: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id` | *number* | :heavy_minus_sign: | N/A |
| `owner` | *string* | :heavy_check_mark: | N/A |
| `repo` | *string* | :heavy_check_mark: | N/A |
| `gitlabId` | *string* | :heavy_minus_sign: | N/A |