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