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