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

20 lines
676 B
Markdown

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