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

19 lines
601 B
Markdown

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