Files
Dokploy-ts-sdk/docs/models/operations/bitbuckettestconnectionrequest.md
2025-09-26 02:33:10 +00:00

19 lines
680 B
Markdown

# BitbucketTestConnectionRequest
## Example Usage
```typescript
import { BitbucketTestConnectionRequest } from "dokploy/models/operations";
let value: BitbucketTestConnectionRequest = {
bitbucketId: "<id>",
};
```
## 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 |