Skip to content

Commit

Permalink
Support new feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 7, 2023
1 parent b4b533f commit af2f241
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-polardb/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-11-07 Version: 1.8.46
- Support new feature.

2023-10-30 Version: 1.8.45
- Support new feature.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-polardb/aliyunsdkpolardb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.8.45'
__version__ = '1.8.46'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ def get_ResourceOwnerId(self): # Long

def set_ResourceOwnerId(self, ResourceOwnerId): # Long
self.add_query_param('ResourceOwnerId', ResourceOwnerId)
def get_DescribeType(self): # String
return self.get_query_params().get('DescribeType')

def set_DescribeType(self, DescribeType): # String
self.add_query_param('DescribeType', DescribeType)
def get_ResourceOwnerAccount(self): # String
return self.get_query_params().get('ResourceOwnerAccount')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ def get_NodeType(self): # String

def set_NodeType(self, NodeType): # String
self.add_query_param('NodeType', NodeType)
def get_DescribeType(self): # String
return self.get_query_params().get('DescribeType')

def set_DescribeType(self, DescribeType): # String
self.add_query_param('DescribeType', DescribeType)
def get_ResourceGroupId(self): # String
return self.get_query_params().get('ResourceGroupId')

Expand Down

0 comments on commit af2f241

Please sign in to comment.