mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
17 lines
443 B
Markdown
17 lines
443 B
Markdown
# GitlabOneRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GitlabOneRequest } from "dokploy/models/operations";
|
|
|
|
let value: GitlabOneRequest = {
|
|
gitlabId: "<id>",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `gitlabId` | *string* | :heavy_check_mark: | N/A | |