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

17 lines
489 B
Markdown

# ComposeGetDefaultCommandRequest
## Example Usage
```typescript
import { ComposeGetDefaultCommandRequest } from "dokploy/models/operations";
let value: ComposeGetDefaultCommandRequest = {
composeId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `composeId` | *string* | :heavy_check_mark: | N/A |