We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523057c commit c33f6cfCopy full SHA for c33f6cf
atlassian/bitbucket/cloud/repositories/branchRestrictions.py
@@ -145,14 +145,14 @@ def kind(self):
145
return self.get_data("kind")
146
147
@property
148
- def branch_match_kindstring(self):
149
- """The branch restriction match kindstring"""
150
- return self.get_data("branch_match_kindstring")
+ def branch_match_kind(self):
+ """The branch restriction match kind"""
+ return self.get_data("branch_match_kind")
151
152
153
- def branch_typestring(self):
154
- """The branch restriction typestring"""
155
- return self.get_data("branch_typestring")
+ def branch_type(self):
+ """The branch restriction type"""
+ return self.get_data("branch_type")
156
157
158
def pattern(self):
0 commit comments