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