# ApplicationSaveBitbucketProviderRequest ## Example Usage ```typescript import { ApplicationSaveBitbucketProviderRequest } from "dokploy/models/operations"; let value: ApplicationSaveBitbucketProviderRequest = { bitbucketBranch: "", bitbucketBuildPath: null, bitbucketOwner: "", bitbucketRepository: "", bitbucketId: "", applicationId: "", }; ``` ## Fields | Field | Type | Required | Description | | --------------------- | --------------------- | --------------------- | --------------------- | | `bitbucketBranch` | *string* | :heavy_check_mark: | N/A | | `bitbucketBuildPath` | *string* | :heavy_check_mark: | N/A | | `bitbucketOwner` | *string* | :heavy_check_mark: | N/A | | `bitbucketRepository` | *string* | :heavy_check_mark: | N/A | | `bitbucketId` | *string* | :heavy_check_mark: | N/A | | `applicationId` | *string* | :heavy_check_mark: | N/A |