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