Skip to content

Commit

Permalink
Support Media StorageClass.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Dec 13, 2023
1 parent 0983e01 commit fa81cc1
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-vod/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-12-13 Version: 2.16.20
- Support Media StorageClass.

2023-11-15 Version: 2.16.19
- Latest version for php.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-vod/aliyunsdkvod/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.16.19'
__version__ = '2.16.20'
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ def get_StorageClass(self): # String

def set_StorageClass(self, StorageClass): # String
self.add_query_param('StorageClass', StorageClass)
def get_AllowUpdateWithoutTimeLimit(self): # Boolean
return self.get_query_params().get('AllowUpdateWithoutTimeLimit')

def set_AllowUpdateWithoutTimeLimit(self, AllowUpdateWithoutTimeLimit): # Boolean
self.add_query_param('AllowUpdateWithoutTimeLimit', AllowUpdateWithoutTimeLimit)

0 comments on commit fa81cc1

Please sign in to comment.