mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
1.4 KiB
1.4 KiB
ApplicationSaveGitlabProviderRequest
Example Usage
import { ApplicationSaveGitlabProviderRequest } from "dokploy/models/operations";
let value: ApplicationSaveGitlabProviderRequest = {
applicationId: "<id>",
gitlabBranch: "<value>",
gitlabBuildPath: "<value>",
gitlabOwner: "<value>",
gitlabRepository: "<value>",
gitlabId: "<id>",
gitlabProjectId: 9227.42,
gitlabPathNamespace: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
applicationId |
string | ✔️ | N/A |
gitlabBranch |
string | ✔️ | N/A |
gitlabBuildPath |
string | ✔️ | N/A |
gitlabOwner |
string | ✔️ | N/A |
gitlabRepository |
string | ✔️ | N/A |
gitlabId |
string | ✔️ | N/A |
gitlabProjectId |
number | ✔️ | N/A |
gitlabPathNamespace |
string | ✔️ | N/A |