We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e43554 + 3146d63 commit 3bf2b3aCopy full SHA for 3bf2b3a
bitbucket/resource_branching_model.go
@@ -25,7 +25,7 @@ type BranchingModel struct {
25
type BranchModel struct {
26
IsValid bool `json:"is_valid,omitempty"`
27
Name *string `json:"name"`
28
- UseMainbranch bool `json:"use_mainbranch,omitempty"`
+ UseMainbranch bool `json:"use_mainbranch"`
29
BranchDoesNotExist bool `json:"branch_does_not_exist,omitempty"`
30
Enabled bool `json:"enabled,omitempty"`
31
}
0 commit comments