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

19 lines
588 B
Markdown

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