mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
initial commit
This commit is contained in:
20
docs/models/operations/githubgetgithubbranchesrequest.md
Normal file
20
docs/models/operations/githubgetgithubbranchesrequest.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user