# BitbucketTestConnectionRequest ## Example Usage ```typescript import { BitbucketTestConnectionRequest } from "dokploy/models/operations"; let value: BitbucketTestConnectionRequest = { bitbucketId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------- | ------------------- | ------------------- | ------------------- | | `bitbucketId` | *string* | :heavy_check_mark: | N/A | | `bitbucketUsername` | *string* | :heavy_minus_sign: | N/A | | `workspaceName` | *string* | :heavy_minus_sign: | N/A |