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

17 lines
435 B
Markdown

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