mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
766 B
766 B
ApplicationSaveDockerProviderRequest
Example Usage
import { ApplicationSaveDockerProviderRequest } from "dokploy/models/operations";
let value: ApplicationSaveDockerProviderRequest = {
applicationId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
dockerImage |
string | ➖ | N/A |
applicationId |
string | ✔️ | N/A |
username |
string | ➖ | N/A |
password |
string | ➖ | N/A |