Skip to content

Commit

Permalink
DescribeChildInstanceRegions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Sep 12, 2023
1 parent 3072f12 commit 224952f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-cbn/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-09-12 Version: 1.0.40
- DescribeChildInstanceRegions.

2023-08-08 Version: 1.0.39
- Update API ListGrantVSwitchEnis.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-cbn/aliyunsdkcbn/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.39'
__version__ = '1.0.40'
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ def get_OwnerId(self): # Long

def set_OwnerId(self, OwnerId): # Long
self.add_query_param('OwnerId', OwnerId)
def get_AcceptLanguage(self): # String
return self.get_query_params().get('AcceptLanguage')

def set_AcceptLanguage(self, AcceptLanguage): # String
self.add_query_param('AcceptLanguage', AcceptLanguage)

0 comments on commit 224952f

Please sign in to comment.