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

17 lines
518 B
Markdown

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