Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 872 Bytes

BranchingModelSettingsAllOfBranchTypes.md

File metadata and controls

12 lines (8 loc) · 872 Bytes

BranchingModelSettingsAllOfBranchTypes

Properties

Name Type Description Notes
enabled bool Whether the branch type is enabled or not. A disabled branch type may contain an invalid `prefix`. [optional]
kind str The kind of the branch type.
prefix str 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]

[Back to Model list] [Back to API list] [Back to README]