bitbucket-api-client-lib

BranchingModelSettingsBranchTypes

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- enabled | Boolean | Whether the branch type is enabled or not. A disabled branch type may contain an invalid `prefix`. | [optional] kind | KindEnum | The kind of the branch type. | prefix | String | The prefix for this branch type. A branch with this prefix will be classified as per `kind`. The `prefix` of an enabled branch type must be a valid branch prefix.Additionally, it cannot be blank, empty or `null`. The `prefix` for a disabled branch type can be empty or invalid. | [optional]

Enum: KindEnum

Name | Value —- | —– FEATURE | "feature" BUGFIX | "bugfix" RELEASE | "release" HOTFIX | "hotfix"