Files
Dokploy-ts-sdk/docs/models/operations/composecreaterequest.md
2025-09-26 02:33:10 +00:00

23 lines
3.1 KiB
Markdown

# ComposeCreateRequest
## Example Usage
```typescript
import { ComposeCreateRequest } from "dokploy/models/operations";
let value: ComposeCreateRequest = {
name: "<value>",
projectId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `name` | *string* | :heavy_check_mark: | N/A |
| `description` | *string* | :heavy_minus_sign: | N/A |
| `projectId` | *string* | :heavy_check_mark: | N/A |
| `composeType` | [operations.ComposeCreateComposeType](../../models/operations/composecreatecomposetype.md) | :heavy_minus_sign: | N/A |
| `appName` | *string* | :heavy_minus_sign: | N/A |
| `serverId` | *string* | :heavy_minus_sign: | N/A |