Skip to content

Commit db356ad

Browse files
committed
Generated 2020-05-18 for dataworks-public.
1 parent 6642d04 commit db356ad

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

aliyun-python-sdk-dataworks-public/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-04-07 Version: 6.1.11
2+
- Generated 2020-05-18 for `dataworks-public`.
3+
14
2025-03-27 Version: 6.1.10
25
- Generated 2020-05-18 for `dataworks-public`.
36

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '6.1.10'
1+
__version__ = '6.1.11'

aliyun-python-sdk-dataworks-public/aliyunsdkdataworks_public/request/v20200518/ListFilesRequest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ def get_NeedContent(self): # Boolean
4646

4747
def set_NeedContent(self, NeedContent): # Boolean
4848
self.add_body_params('NeedContent', NeedContent)
49+
def get_CommitStatus(self): # Integer
50+
return self.get_body_params().get('CommitStatus')
51+
52+
def set_CommitStatus(self, CommitStatus): # Integer
53+
self.add_body_params('CommitStatus', CommitStatus)
4954
def get_NeedAbsoluteFolderPath(self): # Boolean
5055
return self.get_body_params().get('NeedAbsoluteFolderPath')
5156

0 commit comments

Comments
 (0)