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

19 lines
597 B
Markdown

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