# ApplicationSaveGitlabProviderRequest ## Example Usage ```typescript import { ApplicationSaveGitlabProviderRequest } from "dokploy/models/operations"; let value: ApplicationSaveGitlabProviderRequest = { applicationId: "", gitlabBranch: "", gitlabBuildPath: "", gitlabOwner: "", gitlabRepository: "", gitlabId: "", gitlabProjectId: 9227.42, gitlabPathNamespace: "", }; ``` ## Fields | Field | Type | Required | Description | | --------------------- | --------------------- | --------------------- | --------------------- | | `applicationId` | *string* | :heavy_check_mark: | N/A | | `gitlabBranch` | *string* | :heavy_check_mark: | N/A | | `gitlabBuildPath` | *string* | :heavy_check_mark: | N/A | | `gitlabOwner` | *string* | :heavy_check_mark: | N/A | | `gitlabRepository` | *string* | :heavy_check_mark: | N/A | | `gitlabId` | *string* | :heavy_check_mark: | N/A | | `gitlabProjectId` | *number* | :heavy_check_mark: | N/A | | `gitlabPathNamespace` | *string* | :heavy_check_mark: | N/A |