Skip to content

Commit

Permalink
Generated 2020-06-15 for hitsdb.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 23, 2023
1 parent 87b50a3 commit 6598447
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-hitsdb/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-11-23 Version: 3.1.12
- Generated 2020-06-15 for `hitsdb`.

2023-11-22 Version: 3.1.11
- Lindorm open api.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-hitsdb/aliyunsdkhitsdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.1.11'
__version__ = '3.1.12'
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ def get_OwnerId(self): # Long

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

def set_GroupName(self, GroupName): # String
self.add_query_param('GroupName', GroupName)
def get_SecurityIpList(self): # String
return self.get_query_params().get('SecurityIpList')

Expand Down

0 comments on commit 6598447

Please sign in to comment.