# GitlabGetGitlabBranchesRequest ## Example Usage ```typescript import { GitlabGetGitlabBranchesRequest } from "dokploy/models/operations"; let value: GitlabGetGitlabBranchesRequest = { owner: "", repo: "", }; ``` ## 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 |