mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
550 B
550 B
DockerGetConfigRequest
Example Usage
import { DockerGetConfigRequest } from "dokploy/models/operations";
let value: DockerGetConfigRequest = {
containerId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
containerId |
string | ✔️ | N/A |
serverId |
string | ➖ | N/A |