mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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 |
|
||||
Reference in New Issue
Block a user