mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
20 lines
676 B
Markdown
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 | |