tencentcloud-sdk-python 3.0.1412__py2.py3-none-any.whl → 3.0.1414__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/ams/v20201229/models.py +2 -14
- tencentcloud/batch/v20170312/batch_client.py +23 -0
- tencentcloud/batch/v20170312/models.py +236 -0
- tencentcloud/bh/v20230418/models.py +424 -0
- tencentcloud/bi/v20220105/models.py +15 -0
- tencentcloud/ccc/v20200210/models.py +17 -0
- tencentcloud/cdb/v20170320/cdb_client.py +6 -5
- tencentcloud/cdb/v20170320/models.py +50 -42
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/models.py +700 -0
- tencentcloud/cdwdoris/v20211228/models.py +36 -2
- tencentcloud/cfg/v20210820/models.py +123 -0
- tencentcloud/ckafka/v20190819/models.py +32 -2
- tencentcloud/csip/v20221121/csip_client.py +73 -4
- tencentcloud/csip/v20221121/models.py +1510 -227
- tencentcloud/cvm/v20170312/models.py +17 -4
- tencentcloud/dlc/v20210125/models.py +101 -0
- tencentcloud/emr/v20190103/emr_client.py +69 -0
- tencentcloud/emr/v20190103/errorcodes.py +54 -0
- tencentcloud/emr/v20190103/models.py +1536 -98
- tencentcloud/ess/v20201111/models.py +57 -10
- tencentcloud/essbasic/v20210526/models.py +2 -2
- tencentcloud/gs/v20191118/models.py +67 -2
- tencentcloud/hai/v20230812/errorcodes.py +3 -0
- tencentcloud/igtm/__init__.py +0 -0
- tencentcloud/igtm/v20231024/__init__.py +0 -0
- tencentcloud/igtm/v20231024/errorcodes.py +264 -0
- tencentcloud/igtm/v20231024/igtm_client.py +555 -0
- tencentcloud/igtm/v20231024/models.py +6234 -0
- tencentcloud/ims/v20201229/models.py +0 -4
- tencentcloud/ioa/v20220601/errorcodes.py +9 -0
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +396 -0
- tencentcloud/iss/v20230517/models.py +17 -2
- tencentcloud/kms/v20190118/models.py +10 -22
- tencentcloud/mps/v20190612/models.py +82 -2
- tencentcloud/ocr/v20181119/models.py +247 -842
- tencentcloud/partners/v20180321/models.py +6 -2
- tencentcloud/securitylake/__init__.py +0 -0
- tencentcloud/securitylake/v20240117/__init__.py +0 -0
- tencentcloud/securitylake/v20240117/errorcodes.py +75 -0
- tencentcloud/securitylake/v20240117/models.py +1152 -0
- tencentcloud/securitylake/v20240117/securitylake_client.py +49 -0
- tencentcloud/sms/v20190711/errorcodes.py +2 -2
- tencentcloud/sms/v20210111/errorcodes.py +2 -2
- tencentcloud/tcbr/v20220217/models.py +113 -0
- tencentcloud/tdmq/v20200217/models.py +437 -10
- tencentcloud/teo/v20220901/models.py +47 -28
- tencentcloud/teo/v20220901/teo_client.py +3 -1
- tencentcloud/tione/v20211111/models.py +491 -2
- tencentcloud/tione/v20211111/tione_client.py +23 -0
- tencentcloud/tke/v20180525/models.py +79 -54
- tencentcloud/trocket/v20230308/models.py +148 -148
- tencentcloud/trocket/v20230308/trocket_client.py +46 -18
- tencentcloud/tsf/v20180326/models.py +6363 -4491
- tencentcloud/tsf/v20180326/tsf_client.py +23 -0
- tencentcloud/vdb/v20230616/models.py +75 -0
- tencentcloud/vm/v20210922/models.py +0 -8
- tencentcloud/vpc/v20170312/errorcodes.py +6 -0
- tencentcloud/wav/v20210129/models.py +6 -6
- tencentcloud/wedata/v20210820/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/RECORD +67 -57
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1412.dist-info → tencentcloud_sdk_python-3.0.1414.dist-info}/top_level.txt +0 -0
@@ -1455,6 +1455,29 @@ class TsfClient(AbstractClient):
|
|
1455
1455
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1456
1456
|
|
1457
1457
|
|
1458
|
+
def DeployContainerApplication(self, request):
|
1459
|
+
"""部署容器应用-更新
|
1460
|
+
|
1461
|
+
:param request: Request instance for DeployContainerApplication.
|
1462
|
+
:type request: :class:`tencentcloud.tsf.v20180326.models.DeployContainerApplicationRequest`
|
1463
|
+
:rtype: :class:`tencentcloud.tsf.v20180326.models.DeployContainerApplicationResponse`
|
1464
|
+
|
1465
|
+
"""
|
1466
|
+
try:
|
1467
|
+
params = request._serialize()
|
1468
|
+
headers = request.headers
|
1469
|
+
body = self.call("DeployContainerApplication", params, headers=headers)
|
1470
|
+
response = json.loads(body)
|
1471
|
+
model = models.DeployContainerApplicationResponse()
|
1472
|
+
model._deserialize(response["Response"])
|
1473
|
+
return model
|
1474
|
+
except Exception as e:
|
1475
|
+
if isinstance(e, TencentCloudSDKException):
|
1476
|
+
raise
|
1477
|
+
else:
|
1478
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1479
|
+
|
1480
|
+
|
1458
1481
|
def DeployContainerGroup(self, request):
|
1459
1482
|
"""部署容器应用-更新
|
1460
1483
|
|
@@ -1226,6 +1226,8 @@ class DescribeInstancesRequest(AbstractModel):
|
|
1226
1226
|
:type ResourceTags: list of Tag
|
1227
1227
|
:param _TaskStatus: 任务状态:1-待执行任务;2-密钥更新中;3-网络变更中;4-参数变更中;5-embedding变更中;6-ai套件变更中;7-滚动升级中;8-纵向扩容中;9-纵向缩容中;10-横向扩容中;11-横向缩容中
|
1228
1228
|
:type TaskStatus: list of int
|
1229
|
+
:param _Networks: 根据实例vip搜索实例
|
1230
|
+
:type Networks: list of str
|
1229
1231
|
"""
|
1230
1232
|
self._InstanceIds = None
|
1231
1233
|
self._InstanceNames = None
|
@@ -1242,6 +1244,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
1242
1244
|
self._Limit = None
|
1243
1245
|
self._ResourceTags = None
|
1244
1246
|
self._TaskStatus = None
|
1247
|
+
self._Networks = None
|
1245
1248
|
|
1246
1249
|
@property
|
1247
1250
|
def InstanceIds(self):
|
@@ -1416,6 +1419,17 @@ class DescribeInstancesRequest(AbstractModel):
|
|
1416
1419
|
def TaskStatus(self, TaskStatus):
|
1417
1420
|
self._TaskStatus = TaskStatus
|
1418
1421
|
|
1422
|
+
@property
|
1423
|
+
def Networks(self):
|
1424
|
+
"""根据实例vip搜索实例
|
1425
|
+
:rtype: list of str
|
1426
|
+
"""
|
1427
|
+
return self._Networks
|
1428
|
+
|
1429
|
+
@Networks.setter
|
1430
|
+
def Networks(self, Networks):
|
1431
|
+
self._Networks = Networks
|
1432
|
+
|
1419
1433
|
|
1420
1434
|
def _deserialize(self, params):
|
1421
1435
|
self._InstanceIds = params.get("InstanceIds")
|
@@ -1438,6 +1452,7 @@ class DescribeInstancesRequest(AbstractModel):
|
|
1438
1452
|
obj._deserialize(item)
|
1439
1453
|
self._ResourceTags.append(obj)
|
1440
1454
|
self._TaskStatus = params.get("TaskStatus")
|
1455
|
+
self._Networks = params.get("Networks")
|
1441
1456
|
memeber_set = set(params.keys())
|
1442
1457
|
for name, value in vars(self).items():
|
1443
1458
|
property_name = name[1:]
|
@@ -1855,6 +1870,12 @@ class InstanceInfo(AbstractModel):
|
|
1855
1870
|
:type ExpiredAt: str
|
1856
1871
|
:param _IsNoExpired: 是否不过期(永久)。
|
1857
1872
|
:type IsNoExpired: bool
|
1873
|
+
:param _ProductType: 产品版本,0-标准版,1-容量增强版
|
1874
|
+
:type ProductType: int
|
1875
|
+
:param _InstanceType: 实例类型
|
1876
|
+
:type InstanceType: str
|
1877
|
+
:param _NodeType: 节点类型
|
1878
|
+
:type NodeType: str
|
1858
1879
|
:param _WanAddress: 外网地址。
|
1859
1880
|
:type WanAddress: str
|
1860
1881
|
:param _IsolateAt: 隔离时间
|
@@ -1863,6 +1884,8 @@ class InstanceInfo(AbstractModel):
|
|
1863
1884
|
:type AutoRenew: int
|
1864
1885
|
:param _TaskStatus: 任务状态:0-无任务;1-待执行任务;2-密钥更新中;3-网络变更中;4-参数变更中;5-embedding变更中;6-ai套件变更中;7-滚动升级中;8-纵向扩容中;9-纵向缩容中;10-横向扩容中;11-横向缩容中
|
1865
1886
|
:type TaskStatus: int
|
1887
|
+
:param _SecurityGroupIds: 绑定的安全组id
|
1888
|
+
:type SecurityGroupIds: list of str
|
1866
1889
|
"""
|
1867
1890
|
self._InstanceId = None
|
1868
1891
|
self._Name = None
|
@@ -1889,10 +1912,14 @@ class InstanceInfo(AbstractModel):
|
|
1889
1912
|
self._Extend = None
|
1890
1913
|
self._ExpiredAt = None
|
1891
1914
|
self._IsNoExpired = None
|
1915
|
+
self._ProductType = None
|
1916
|
+
self._InstanceType = None
|
1917
|
+
self._NodeType = None
|
1892
1918
|
self._WanAddress = None
|
1893
1919
|
self._IsolateAt = None
|
1894
1920
|
self._AutoRenew = None
|
1895
1921
|
self._TaskStatus = None
|
1922
|
+
self._SecurityGroupIds = None
|
1896
1923
|
|
1897
1924
|
@property
|
1898
1925
|
def InstanceId(self):
|
@@ -2184,6 +2211,39 @@ class InstanceInfo(AbstractModel):
|
|
2184
2211
|
def IsNoExpired(self, IsNoExpired):
|
2185
2212
|
self._IsNoExpired = IsNoExpired
|
2186
2213
|
|
2214
|
+
@property
|
2215
|
+
def ProductType(self):
|
2216
|
+
"""产品版本,0-标准版,1-容量增强版
|
2217
|
+
:rtype: int
|
2218
|
+
"""
|
2219
|
+
return self._ProductType
|
2220
|
+
|
2221
|
+
@ProductType.setter
|
2222
|
+
def ProductType(self, ProductType):
|
2223
|
+
self._ProductType = ProductType
|
2224
|
+
|
2225
|
+
@property
|
2226
|
+
def InstanceType(self):
|
2227
|
+
"""实例类型
|
2228
|
+
:rtype: str
|
2229
|
+
"""
|
2230
|
+
return self._InstanceType
|
2231
|
+
|
2232
|
+
@InstanceType.setter
|
2233
|
+
def InstanceType(self, InstanceType):
|
2234
|
+
self._InstanceType = InstanceType
|
2235
|
+
|
2236
|
+
@property
|
2237
|
+
def NodeType(self):
|
2238
|
+
"""节点类型
|
2239
|
+
:rtype: str
|
2240
|
+
"""
|
2241
|
+
return self._NodeType
|
2242
|
+
|
2243
|
+
@NodeType.setter
|
2244
|
+
def NodeType(self, NodeType):
|
2245
|
+
self._NodeType = NodeType
|
2246
|
+
|
2187
2247
|
@property
|
2188
2248
|
def WanAddress(self):
|
2189
2249
|
"""外网地址。
|
@@ -2228,6 +2288,17 @@ class InstanceInfo(AbstractModel):
|
|
2228
2288
|
def TaskStatus(self, TaskStatus):
|
2229
2289
|
self._TaskStatus = TaskStatus
|
2230
2290
|
|
2291
|
+
@property
|
2292
|
+
def SecurityGroupIds(self):
|
2293
|
+
"""绑定的安全组id
|
2294
|
+
:rtype: list of str
|
2295
|
+
"""
|
2296
|
+
return self._SecurityGroupIds
|
2297
|
+
|
2298
|
+
@SecurityGroupIds.setter
|
2299
|
+
def SecurityGroupIds(self, SecurityGroupIds):
|
2300
|
+
self._SecurityGroupIds = SecurityGroupIds
|
2301
|
+
|
2231
2302
|
|
2232
2303
|
def _deserialize(self, params):
|
2233
2304
|
self._InstanceId = params.get("InstanceId")
|
@@ -2265,10 +2336,14 @@ class InstanceInfo(AbstractModel):
|
|
2265
2336
|
self._Extend = params.get("Extend")
|
2266
2337
|
self._ExpiredAt = params.get("ExpiredAt")
|
2267
2338
|
self._IsNoExpired = params.get("IsNoExpired")
|
2339
|
+
self._ProductType = params.get("ProductType")
|
2340
|
+
self._InstanceType = params.get("InstanceType")
|
2341
|
+
self._NodeType = params.get("NodeType")
|
2268
2342
|
self._WanAddress = params.get("WanAddress")
|
2269
2343
|
self._IsolateAt = params.get("IsolateAt")
|
2270
2344
|
self._AutoRenew = params.get("AutoRenew")
|
2271
2345
|
self._TaskStatus = params.get("TaskStatus")
|
2346
|
+
self._SecurityGroupIds = params.get("SecurityGroupIds")
|
2272
2347
|
memeber_set = set(params.keys())
|
2273
2348
|
for name, value in vars(self).items():
|
2274
2349
|
property_name = name[1:]
|
@@ -3725,19 +3725,15 @@ class TaskLabel(AbstractModel):
|
|
3725
3725
|
r"""
|
3726
3726
|
:param _Label: 该字段用于返回检测结果所对应的恶意标签。
|
3727
3727
|
返回值:Porn:色情,Abuse:谩骂,Ad:广告;以及其他令人反感、不安全或不适宜的内容类型。
|
3728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3729
3728
|
:type Label: str
|
3730
3729
|
:param _Suggestion: 审核建议,可选值:
|
3731
3730
|
Pass 通过,
|
3732
3731
|
Review 建议人审,
|
3733
3732
|
Block 确认违规
|
3734
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3735
3733
|
:type Suggestion: str
|
3736
3734
|
:param _Score: 得分,分数是 0 ~ 100
|
3737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3738
3735
|
:type Score: int
|
3739
3736
|
:param _SubLabel: 命中的二级标签
|
3740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3741
3737
|
:type SubLabel: str
|
3742
3738
|
"""
|
3743
3739
|
self._Label = None
|
@@ -3749,7 +3745,6 @@ Block 确认违规
|
|
3749
3745
|
def Label(self):
|
3750
3746
|
"""该字段用于返回检测结果所对应的恶意标签。
|
3751
3747
|
返回值:Porn:色情,Abuse:谩骂,Ad:广告;以及其他令人反感、不安全或不适宜的内容类型。
|
3752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3753
3748
|
:rtype: str
|
3754
3749
|
"""
|
3755
3750
|
return self._Label
|
@@ -3764,7 +3759,6 @@ Block 确认违规
|
|
3764
3759
|
Pass 通过,
|
3765
3760
|
Review 建议人审,
|
3766
3761
|
Block 确认违规
|
3767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3768
3762
|
:rtype: str
|
3769
3763
|
"""
|
3770
3764
|
return self._Suggestion
|
@@ -3776,7 +3770,6 @@ Block 确认违规
|
|
3776
3770
|
@property
|
3777
3771
|
def Score(self):
|
3778
3772
|
"""得分,分数是 0 ~ 100
|
3779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3780
3773
|
:rtype: int
|
3781
3774
|
"""
|
3782
3775
|
return self._Score
|
@@ -3788,7 +3781,6 @@ Block 确认违规
|
|
3788
3781
|
@property
|
3789
3782
|
def SubLabel(self):
|
3790
3783
|
"""命中的二级标签
|
3791
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3792
3784
|
:rtype: str
|
3793
3785
|
"""
|
3794
3786
|
return self._SubLabel
|
@@ -107,6 +107,9 @@ INVALIDPARAMETER_DUPLICATEDLBTRAFFICMIRRORCOLLECTORS = 'InvalidParameter.Duplica
|
|
107
107
|
# 指定过滤条件不存在。
|
108
108
|
INVALIDPARAMETER_FILTERINVALIDKEY = 'InvalidParameter.FilterInvalidKey'
|
109
109
|
|
110
|
+
# 指定过滤选项缺失
|
111
|
+
INVALIDPARAMETER_FILTERMISSPARAMETER = 'InvalidParameter.FilterMissParameter'
|
112
|
+
|
110
113
|
# 指定过滤条件不是键值对。
|
111
114
|
INVALIDPARAMETER_FILTERNOTDICT = 'InvalidParameter.FilterNotDict'
|
112
115
|
|
@@ -1232,6 +1235,9 @@ UNSUPPORTEDOPERATION_RESOURCEISINVALIDSTATE = 'UnsupportedOperation.ResourceIsIn
|
|
1232
1235
|
# 输入的资源ID与IP绑定的资源不匹配,请检查。
|
1233
1236
|
UNSUPPORTEDOPERATION_RESOURCEMISMATCH = 'UnsupportedOperation.ResourceMismatch'
|
1234
1237
|
|
1238
|
+
# 资源正在操作中,请稍后重试。
|
1239
|
+
UNSUPPORTEDOPERATION_RESOURCEPROCESSING = 'UnsupportedOperation.ResourceProcessing'
|
1240
|
+
|
1235
1241
|
# 未找到相关角色,请确认角色是否授权。
|
1236
1242
|
UNSUPPORTEDOPERATION_ROLENOTFOUND = 'UnsupportedOperation.RoleNotFound'
|
1237
1243
|
|
@@ -6843,7 +6843,7 @@ class QueryCrmStatisticsResponse(AbstractModel):
|
|
6843
6843
|
|
6844
6844
|
def __init__(self):
|
6845
6845
|
r"""
|
6846
|
-
:param _NextCursor:
|
6846
|
+
:param _NextCursor: 分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
6847
6847
|
注意:此字段可能返回 null,表示取不到有效值。
|
6848
6848
|
:type NextCursor: str
|
6849
6849
|
:param _PageData: CRM统计响应数据
|
@@ -6858,7 +6858,7 @@ class QueryCrmStatisticsResponse(AbstractModel):
|
|
6858
6858
|
|
6859
6859
|
@property
|
6860
6860
|
def NextCursor(self):
|
6861
|
-
"""
|
6861
|
+
"""分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
6862
6862
|
注意:此字段可能返回 null,表示取不到有效值。
|
6863
6863
|
:rtype: str
|
6864
6864
|
"""
|
@@ -6991,7 +6991,7 @@ class QueryCustomerEventDetailStatisticsResponse(AbstractModel):
|
|
6991
6991
|
|
6992
6992
|
def __init__(self):
|
6993
6993
|
r"""
|
6994
|
-
:param _NextCursor:
|
6994
|
+
:param _NextCursor: 分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
6995
6995
|
注意:此字段可能返回 null,表示取不到有效值。
|
6996
6996
|
:type NextCursor: str
|
6997
6997
|
:param _PageData: 外部联系人SaaS使用明细统计响应数据
|
@@ -7006,7 +7006,7 @@ class QueryCustomerEventDetailStatisticsResponse(AbstractModel):
|
|
7006
7006
|
|
7007
7007
|
@property
|
7008
7008
|
def NextCursor(self):
|
7009
|
-
"""
|
7009
|
+
"""分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
7010
7010
|
注意:此字段可能返回 null,表示取不到有效值。
|
7011
7011
|
:rtype: str
|
7012
7012
|
"""
|
@@ -8571,7 +8571,7 @@ class QueryStaffEventDetailStatisticsResponse(AbstractModel):
|
|
8571
8571
|
|
8572
8572
|
def __init__(self):
|
8573
8573
|
r"""
|
8574
|
-
:param _NextCursor:
|
8574
|
+
:param _NextCursor: 分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
8575
8575
|
注意:此字段可能返回 null,表示取不到有效值。
|
8576
8576
|
:type NextCursor: str
|
8577
8577
|
:param _PageData: 企业成员SaaS使用明细统计响应数据
|
@@ -8586,7 +8586,7 @@ class QueryStaffEventDetailStatisticsResponse(AbstractModel):
|
|
8586
8586
|
|
8587
8587
|
@property
|
8588
8588
|
def NextCursor(self):
|
8589
|
-
"""
|
8589
|
+
"""分页游标,在下次请求时填写以获取之后分页的记录,如果已经没有更多的数据则返回空
|
8590
8590
|
注意:此字段可能返回 null,表示取不到有效值。
|
8591
8591
|
:rtype: str
|
8592
8592
|
"""
|
@@ -86710,6 +86710,8 @@ class ScreenTaskInfo(AbstractModel):
|
|
86710
86710
|
:param _MinuteNum: 分钟任务
|
86711
86711
|
注意:此字段可能返回 null,表示取不到有效值。
|
86712
86712
|
:type MinuteNum: int
|
86713
|
+
:param _WorkflowNum: 工作流总数
|
86714
|
+
:type WorkflowNum: int
|
86713
86715
|
"""
|
86714
86716
|
self._CountTag = None
|
86715
86717
|
self._TotalNum = None
|
@@ -86724,6 +86726,7 @@ class ScreenTaskInfo(AbstractModel):
|
|
86724
86726
|
self._DayNum = None
|
86725
86727
|
self._HourNum = None
|
86726
86728
|
self._MinuteNum = None
|
86729
|
+
self._WorkflowNum = None
|
86727
86730
|
|
86728
86731
|
@property
|
86729
86732
|
def CountTag(self):
|
@@ -86880,6 +86883,17 @@ class ScreenTaskInfo(AbstractModel):
|
|
86880
86883
|
def MinuteNum(self, MinuteNum):
|
86881
86884
|
self._MinuteNum = MinuteNum
|
86882
86885
|
|
86886
|
+
@property
|
86887
|
+
def WorkflowNum(self):
|
86888
|
+
"""工作流总数
|
86889
|
+
:rtype: int
|
86890
|
+
"""
|
86891
|
+
return self._WorkflowNum
|
86892
|
+
|
86893
|
+
@WorkflowNum.setter
|
86894
|
+
def WorkflowNum(self, WorkflowNum):
|
86895
|
+
self._WorkflowNum = WorkflowNum
|
86896
|
+
|
86883
86897
|
|
86884
86898
|
def _deserialize(self, params):
|
86885
86899
|
self._CountTag = params.get("CountTag")
|
@@ -86895,6 +86909,7 @@ class ScreenTaskInfo(AbstractModel):
|
|
86895
86909
|
self._DayNum = params.get("DayNum")
|
86896
86910
|
self._HourNum = params.get("HourNum")
|
86897
86911
|
self._MinuteNum = params.get("MinuteNum")
|
86912
|
+
self._WorkflowNum = params.get("WorkflowNum")
|
86898
86913
|
memeber_set = set(params.keys())
|
86899
86914
|
for name, value in vars(self).items():
|
86900
86915
|
property_name = name[1:]
|