tencentcloud-sdk-python-ess 3.1.116__tar.gz → 3.1.117__tar.gz
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_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/setup.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/ess/v20201111/ess_client.py +49 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/ess/v20201111/ess_client_async.py +44 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/ess/v20201111/models.py +302 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ess-3.1.117/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ess-3.1.116/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/README.rst +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/ess/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/ess/v20201111/__init__.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ess-3.1.116 → tencentcloud_sdk_python_ess-3.1.117}/tencentcloud_sdk_python_ess.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.117
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.117
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ess',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.117,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ess SDK for Python',
|
|
@@ -1355,6 +1355,55 @@ class EssClient(AbstractClient):
|
|
|
1355
1355
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1356
1356
|
|
|
1357
1357
|
|
|
1358
|
+
def CreateFlowGroupReminds(self, request):
|
|
1359
|
+
r"""指定需要批量催办的合同组签署流程ID,按合同组维度进行催办
|
|
1360
|
+
##### 需要符合以下条件的合同才可被催办:
|
|
1361
|
+
<ol>
|
|
1362
|
+
<li>发起合同时,**设置了经办人通知方式**</li>
|
|
1363
|
+
<li>子合同中当前状态为 **待签署、待填写** 的签署人是催办的对象</li>
|
|
1364
|
+
<li>**每个合同的每个签署方最多3次*</li>
|
|
1365
|
+
</ol>
|
|
1366
|
+
|
|
1367
|
+
**注意**
|
|
1368
|
+
- 催办结果会以签署方维度列出(不同公司下的同个员工会被视为两个不同的签署方,同一人分别作为个人签署方与企业签署方也会被视为两个不同的签署方)
|
|
1369
|
+
- 合同组只支持短信方式催办
|
|
1370
|
+
|
|
1371
|
+
##### 催办的效果:
|
|
1372
|
+
|
|
1373
|
+
###### 效果
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
<li>对方会收到如下的短信通知</li>
|
|
1380
|
+
|
|
1381
|
+

|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
注:`合同催办是白名单功能,请联系客户经理申请开白后使用`
|
|
1386
|
+
|
|
1387
|
+
:param request: Request instance for CreateFlowGroupReminds.
|
|
1388
|
+
:type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowGroupRemindsRequest`
|
|
1389
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.CreateFlowGroupRemindsResponse`
|
|
1390
|
+
|
|
1391
|
+
"""
|
|
1392
|
+
try:
|
|
1393
|
+
params = request._serialize()
|
|
1394
|
+
headers = request.headers
|
|
1395
|
+
body = self.call("CreateFlowGroupReminds", params, headers=headers)
|
|
1396
|
+
response = json.loads(body)
|
|
1397
|
+
model = models.CreateFlowGroupRemindsResponse()
|
|
1398
|
+
model._deserialize(response["Response"])
|
|
1399
|
+
return model
|
|
1400
|
+
except Exception as e:
|
|
1401
|
+
if isinstance(e, TencentCloudSDKException):
|
|
1402
|
+
raise
|
|
1403
|
+
else:
|
|
1404
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
1405
|
+
|
|
1406
|
+
|
|
1358
1407
|
def CreateFlowGroupSignReview(self, request):
|
|
1359
1408
|
r"""提交合同组签署流程审批结果的适用场景包括:
|
|
1360
1409
|
|
|
@@ -1164,6 +1164,50 @@ class EssClient(AbstractClient):
|
|
|
1164
1164
|
|
|
1165
1165
|
return await self.call_and_deserialize(**kwargs)
|
|
1166
1166
|
|
|
1167
|
+
async def CreateFlowGroupReminds(
|
|
1168
|
+
self,
|
|
1169
|
+
request: models.CreateFlowGroupRemindsRequest,
|
|
1170
|
+
opts: Dict = None,
|
|
1171
|
+
) -> models.CreateFlowGroupRemindsResponse:
|
|
1172
|
+
"""
|
|
1173
|
+
指定需要批量催办的合同组签署流程ID,按合同组维度进行催办
|
|
1174
|
+
##### 需要符合以下条件的合同才可被催办:
|
|
1175
|
+
<ol>
|
|
1176
|
+
<li>发起合同时,**设置了经办人通知方式**</li>
|
|
1177
|
+
<li>子合同中当前状态为 **待签署、待填写** 的签署人是催办的对象</li>
|
|
1178
|
+
<li>**每个合同的每个签署方最多3次*</li>
|
|
1179
|
+
</ol>
|
|
1180
|
+
|
|
1181
|
+
**注意**
|
|
1182
|
+
- 催办结果会以签署方维度列出(不同公司下的同个员工会被视为两个不同的签署方,同一人分别作为个人签署方与企业签署方也会被视为两个不同的签署方)
|
|
1183
|
+
- 合同组只支持短信方式催办
|
|
1184
|
+
|
|
1185
|
+
##### 催办的效果:
|
|
1186
|
+
|
|
1187
|
+
###### 效果
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
<li>对方会收到如下的短信通知</li>
|
|
1194
|
+
|
|
1195
|
+

|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
注:`合同催办是白名单功能,请联系客户经理申请开白后使用`
|
|
1200
|
+
"""
|
|
1201
|
+
|
|
1202
|
+
kwargs = {}
|
|
1203
|
+
kwargs["action"] = "CreateFlowGroupReminds"
|
|
1204
|
+
kwargs["params"] = request._serialize()
|
|
1205
|
+
kwargs["resp_cls"] = models.CreateFlowGroupRemindsResponse
|
|
1206
|
+
kwargs["headers"] = request.headers
|
|
1207
|
+
kwargs["opts"] = opts or {}
|
|
1208
|
+
|
|
1209
|
+
return await self.call_and_deserialize(**kwargs)
|
|
1210
|
+
|
|
1167
1211
|
async def CreateFlowGroupSignReview(
|
|
1168
1212
|
self,
|
|
1169
1213
|
request: models.CreateFlowGroupSignReviewRequest,
|
|
@@ -12086,6 +12086,124 @@ class CreateFlowGroupByTemplatesResponse(AbstractModel):
|
|
|
12086
12086
|
self._RequestId = params.get("RequestId")
|
|
12087
12087
|
|
|
12088
12088
|
|
|
12089
|
+
class CreateFlowGroupRemindsRequest(AbstractModel):
|
|
12090
|
+
r"""CreateFlowGroupReminds请求参数结构体
|
|
12091
|
+
|
|
12092
|
+
"""
|
|
12093
|
+
|
|
12094
|
+
def __init__(self):
|
|
12095
|
+
r"""
|
|
12096
|
+
:param _Operator: <p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
12097
|
+
:type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
12098
|
+
:param _FlowGroupId: <p>合同(流程)组的合同组Id</p>
|
|
12099
|
+
:type FlowGroupId: str
|
|
12100
|
+
:param _Agent: <p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
12101
|
+
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
12102
|
+
"""
|
|
12103
|
+
self._Operator = None
|
|
12104
|
+
self._FlowGroupId = None
|
|
12105
|
+
self._Agent = None
|
|
12106
|
+
|
|
12107
|
+
@property
|
|
12108
|
+
def Operator(self):
|
|
12109
|
+
r"""<p>执行本接口操作的员工信息。<br>注: <code>在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。</code></p>
|
|
12110
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.UserInfo`
|
|
12111
|
+
"""
|
|
12112
|
+
return self._Operator
|
|
12113
|
+
|
|
12114
|
+
@Operator.setter
|
|
12115
|
+
def Operator(self, Operator):
|
|
12116
|
+
self._Operator = Operator
|
|
12117
|
+
|
|
12118
|
+
@property
|
|
12119
|
+
def FlowGroupId(self):
|
|
12120
|
+
r"""<p>合同(流程)组的合同组Id</p>
|
|
12121
|
+
:rtype: str
|
|
12122
|
+
"""
|
|
12123
|
+
return self._FlowGroupId
|
|
12124
|
+
|
|
12125
|
+
@FlowGroupId.setter
|
|
12126
|
+
def FlowGroupId(self, FlowGroupId):
|
|
12127
|
+
self._FlowGroupId = FlowGroupId
|
|
12128
|
+
|
|
12129
|
+
@property
|
|
12130
|
+
def Agent(self):
|
|
12131
|
+
r"""<p>代理企业和员工的信息。<br>在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。</p>
|
|
12132
|
+
:rtype: :class:`tencentcloud.ess.v20201111.models.Agent`
|
|
12133
|
+
"""
|
|
12134
|
+
return self._Agent
|
|
12135
|
+
|
|
12136
|
+
@Agent.setter
|
|
12137
|
+
def Agent(self, Agent):
|
|
12138
|
+
self._Agent = Agent
|
|
12139
|
+
|
|
12140
|
+
|
|
12141
|
+
def _deserialize(self, params):
|
|
12142
|
+
if params.get("Operator") is not None:
|
|
12143
|
+
self._Operator = UserInfo()
|
|
12144
|
+
self._Operator._deserialize(params.get("Operator"))
|
|
12145
|
+
self._FlowGroupId = params.get("FlowGroupId")
|
|
12146
|
+
if params.get("Agent") is not None:
|
|
12147
|
+
self._Agent = Agent()
|
|
12148
|
+
self._Agent._deserialize(params.get("Agent"))
|
|
12149
|
+
memeber_set = set(params.keys())
|
|
12150
|
+
for name, value in vars(self).items():
|
|
12151
|
+
property_name = name[1:]
|
|
12152
|
+
if property_name in memeber_set:
|
|
12153
|
+
memeber_set.remove(property_name)
|
|
12154
|
+
if len(memeber_set) > 0:
|
|
12155
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
12156
|
+
|
|
12157
|
+
|
|
12158
|
+
|
|
12159
|
+
class CreateFlowGroupRemindsResponse(AbstractModel):
|
|
12160
|
+
r"""CreateFlowGroupReminds返回参数结构体
|
|
12161
|
+
|
|
12162
|
+
"""
|
|
12163
|
+
|
|
12164
|
+
def __init__(self):
|
|
12165
|
+
r"""
|
|
12166
|
+
:param _RemindFlowGroupRecords: <p>合同组催办接口返回的详细信息。</p>
|
|
12167
|
+
:type RemindFlowGroupRecords: list of RemindFlowGroupRecord
|
|
12168
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12169
|
+
:type RequestId: str
|
|
12170
|
+
"""
|
|
12171
|
+
self._RemindFlowGroupRecords = None
|
|
12172
|
+
self._RequestId = None
|
|
12173
|
+
|
|
12174
|
+
@property
|
|
12175
|
+
def RemindFlowGroupRecords(self):
|
|
12176
|
+
r"""<p>合同组催办接口返回的详细信息。</p>
|
|
12177
|
+
:rtype: list of RemindFlowGroupRecord
|
|
12178
|
+
"""
|
|
12179
|
+
return self._RemindFlowGroupRecords
|
|
12180
|
+
|
|
12181
|
+
@RemindFlowGroupRecords.setter
|
|
12182
|
+
def RemindFlowGroupRecords(self, RemindFlowGroupRecords):
|
|
12183
|
+
self._RemindFlowGroupRecords = RemindFlowGroupRecords
|
|
12184
|
+
|
|
12185
|
+
@property
|
|
12186
|
+
def RequestId(self):
|
|
12187
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12188
|
+
:rtype: str
|
|
12189
|
+
"""
|
|
12190
|
+
return self._RequestId
|
|
12191
|
+
|
|
12192
|
+
@RequestId.setter
|
|
12193
|
+
def RequestId(self, RequestId):
|
|
12194
|
+
self._RequestId = RequestId
|
|
12195
|
+
|
|
12196
|
+
|
|
12197
|
+
def _deserialize(self, params):
|
|
12198
|
+
if params.get("RemindFlowGroupRecords") is not None:
|
|
12199
|
+
self._RemindFlowGroupRecords = []
|
|
12200
|
+
for item in params.get("RemindFlowGroupRecords"):
|
|
12201
|
+
obj = RemindFlowGroupRecord()
|
|
12202
|
+
obj._deserialize(item)
|
|
12203
|
+
self._RemindFlowGroupRecords.append(obj)
|
|
12204
|
+
self._RequestId = params.get("RequestId")
|
|
12205
|
+
|
|
12206
|
+
|
|
12089
12207
|
class CreateFlowGroupSignReviewRequest(AbstractModel):
|
|
12090
12208
|
r"""CreateFlowGroupSignReview请求参数结构体
|
|
12091
12209
|
|
|
@@ -43678,6 +43796,190 @@ class RemindEmailInfo(AbstractModel):
|
|
|
43678
43796
|
|
|
43679
43797
|
|
|
43680
43798
|
|
|
43799
|
+
class RemindFlowGroupDetail(AbstractModel):
|
|
43800
|
+
r"""催办合同组下签署人维度详细信息。
|
|
43801
|
+
|
|
43802
|
+
"""
|
|
43803
|
+
|
|
43804
|
+
def __init__(self):
|
|
43805
|
+
r"""
|
|
43806
|
+
:param _ApproverOrder: <p>该签署人在合同中的签署顺序</p>
|
|
43807
|
+
:type ApproverOrder: int
|
|
43808
|
+
:param _SignId: <p>签署人对应的签署id</p>
|
|
43809
|
+
:type SignId: str
|
|
43810
|
+
:param _Status: <p>催办状态</p><p>枚举值:</p><ul><li>0: 成功</li><li>2: 无需催办</li><li>5: 超过次数限制</li></ul>
|
|
43811
|
+
:type Status: int
|
|
43812
|
+
:param _Reason: <p>描述当前催办结果的原因</p>
|
|
43813
|
+
:type Reason: str
|
|
43814
|
+
"""
|
|
43815
|
+
self._ApproverOrder = None
|
|
43816
|
+
self._SignId = None
|
|
43817
|
+
self._Status = None
|
|
43818
|
+
self._Reason = None
|
|
43819
|
+
|
|
43820
|
+
@property
|
|
43821
|
+
def ApproverOrder(self):
|
|
43822
|
+
r"""<p>该签署人在合同中的签署顺序</p>
|
|
43823
|
+
:rtype: int
|
|
43824
|
+
"""
|
|
43825
|
+
return self._ApproverOrder
|
|
43826
|
+
|
|
43827
|
+
@ApproverOrder.setter
|
|
43828
|
+
def ApproverOrder(self, ApproverOrder):
|
|
43829
|
+
self._ApproverOrder = ApproverOrder
|
|
43830
|
+
|
|
43831
|
+
@property
|
|
43832
|
+
def SignId(self):
|
|
43833
|
+
r"""<p>签署人对应的签署id</p>
|
|
43834
|
+
:rtype: str
|
|
43835
|
+
"""
|
|
43836
|
+
return self._SignId
|
|
43837
|
+
|
|
43838
|
+
@SignId.setter
|
|
43839
|
+
def SignId(self, SignId):
|
|
43840
|
+
self._SignId = SignId
|
|
43841
|
+
|
|
43842
|
+
@property
|
|
43843
|
+
def Status(self):
|
|
43844
|
+
r"""<p>催办状态</p><p>枚举值:</p><ul><li>0: 成功</li><li>2: 无需催办</li><li>5: 超过次数限制</li></ul>
|
|
43845
|
+
:rtype: int
|
|
43846
|
+
"""
|
|
43847
|
+
return self._Status
|
|
43848
|
+
|
|
43849
|
+
@Status.setter
|
|
43850
|
+
def Status(self, Status):
|
|
43851
|
+
self._Status = Status
|
|
43852
|
+
|
|
43853
|
+
@property
|
|
43854
|
+
def Reason(self):
|
|
43855
|
+
r"""<p>描述当前催办结果的原因</p>
|
|
43856
|
+
:rtype: str
|
|
43857
|
+
"""
|
|
43858
|
+
return self._Reason
|
|
43859
|
+
|
|
43860
|
+
@Reason.setter
|
|
43861
|
+
def Reason(self, Reason):
|
|
43862
|
+
self._Reason = Reason
|
|
43863
|
+
|
|
43864
|
+
|
|
43865
|
+
def _deserialize(self, params):
|
|
43866
|
+
self._ApproverOrder = params.get("ApproverOrder")
|
|
43867
|
+
self._SignId = params.get("SignId")
|
|
43868
|
+
self._Status = params.get("Status")
|
|
43869
|
+
self._Reason = params.get("Reason")
|
|
43870
|
+
memeber_set = set(params.keys())
|
|
43871
|
+
for name, value in vars(self).items():
|
|
43872
|
+
property_name = name[1:]
|
|
43873
|
+
if property_name in memeber_set:
|
|
43874
|
+
memeber_set.remove(property_name)
|
|
43875
|
+
if len(memeber_set) > 0:
|
|
43876
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
43877
|
+
|
|
43878
|
+
|
|
43879
|
+
|
|
43880
|
+
class RemindFlowGroupRecord(AbstractModel):
|
|
43881
|
+
r"""合同组催办接口返回的详细信息。
|
|
43882
|
+
|
|
43883
|
+
"""
|
|
43884
|
+
|
|
43885
|
+
def __init__(self):
|
|
43886
|
+
r"""
|
|
43887
|
+
:param _FlowIds: <p>对应签署人出现的合同列表</p>
|
|
43888
|
+
:type FlowIds: list of str
|
|
43889
|
+
:param _FlowNames: <p>对应签署人出现的合同名</p>
|
|
43890
|
+
:type FlowNames: list of str
|
|
43891
|
+
:param _ApproverName: <p>签署人姓名</p>
|
|
43892
|
+
:type ApproverName: str
|
|
43893
|
+
:param _Mobile: <p>签署人手机号</p>
|
|
43894
|
+
:type Mobile: str
|
|
43895
|
+
:param _RemindMessageList: <p>催办合同组下签署人维度详细信息</p>
|
|
43896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
43897
|
+
:type RemindMessageList: list of RemindFlowGroupDetail
|
|
43898
|
+
"""
|
|
43899
|
+
self._FlowIds = None
|
|
43900
|
+
self._FlowNames = None
|
|
43901
|
+
self._ApproverName = None
|
|
43902
|
+
self._Mobile = None
|
|
43903
|
+
self._RemindMessageList = None
|
|
43904
|
+
|
|
43905
|
+
@property
|
|
43906
|
+
def FlowIds(self):
|
|
43907
|
+
r"""<p>对应签署人出现的合同列表</p>
|
|
43908
|
+
:rtype: list of str
|
|
43909
|
+
"""
|
|
43910
|
+
return self._FlowIds
|
|
43911
|
+
|
|
43912
|
+
@FlowIds.setter
|
|
43913
|
+
def FlowIds(self, FlowIds):
|
|
43914
|
+
self._FlowIds = FlowIds
|
|
43915
|
+
|
|
43916
|
+
@property
|
|
43917
|
+
def FlowNames(self):
|
|
43918
|
+
r"""<p>对应签署人出现的合同名</p>
|
|
43919
|
+
:rtype: list of str
|
|
43920
|
+
"""
|
|
43921
|
+
return self._FlowNames
|
|
43922
|
+
|
|
43923
|
+
@FlowNames.setter
|
|
43924
|
+
def FlowNames(self, FlowNames):
|
|
43925
|
+
self._FlowNames = FlowNames
|
|
43926
|
+
|
|
43927
|
+
@property
|
|
43928
|
+
def ApproverName(self):
|
|
43929
|
+
r"""<p>签署人姓名</p>
|
|
43930
|
+
:rtype: str
|
|
43931
|
+
"""
|
|
43932
|
+
return self._ApproverName
|
|
43933
|
+
|
|
43934
|
+
@ApproverName.setter
|
|
43935
|
+
def ApproverName(self, ApproverName):
|
|
43936
|
+
self._ApproverName = ApproverName
|
|
43937
|
+
|
|
43938
|
+
@property
|
|
43939
|
+
def Mobile(self):
|
|
43940
|
+
r"""<p>签署人手机号</p>
|
|
43941
|
+
:rtype: str
|
|
43942
|
+
"""
|
|
43943
|
+
return self._Mobile
|
|
43944
|
+
|
|
43945
|
+
@Mobile.setter
|
|
43946
|
+
def Mobile(self, Mobile):
|
|
43947
|
+
self._Mobile = Mobile
|
|
43948
|
+
|
|
43949
|
+
@property
|
|
43950
|
+
def RemindMessageList(self):
|
|
43951
|
+
r"""<p>催办合同组下签署人维度详细信息</p>
|
|
43952
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
43953
|
+
:rtype: list of RemindFlowGroupDetail
|
|
43954
|
+
"""
|
|
43955
|
+
return self._RemindMessageList
|
|
43956
|
+
|
|
43957
|
+
@RemindMessageList.setter
|
|
43958
|
+
def RemindMessageList(self, RemindMessageList):
|
|
43959
|
+
self._RemindMessageList = RemindMessageList
|
|
43960
|
+
|
|
43961
|
+
|
|
43962
|
+
def _deserialize(self, params):
|
|
43963
|
+
self._FlowIds = params.get("FlowIds")
|
|
43964
|
+
self._FlowNames = params.get("FlowNames")
|
|
43965
|
+
self._ApproverName = params.get("ApproverName")
|
|
43966
|
+
self._Mobile = params.get("Mobile")
|
|
43967
|
+
if params.get("RemindMessageList") is not None:
|
|
43968
|
+
self._RemindMessageList = []
|
|
43969
|
+
for item in params.get("RemindMessageList"):
|
|
43970
|
+
obj = RemindFlowGroupDetail()
|
|
43971
|
+
obj._deserialize(item)
|
|
43972
|
+
self._RemindMessageList.append(obj)
|
|
43973
|
+
memeber_set = set(params.keys())
|
|
43974
|
+
for name, value in vars(self).items():
|
|
43975
|
+
property_name = name[1:]
|
|
43976
|
+
if property_name in memeber_set:
|
|
43977
|
+
memeber_set.remove(property_name)
|
|
43978
|
+
if len(memeber_set) > 0:
|
|
43979
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
43980
|
+
|
|
43981
|
+
|
|
43982
|
+
|
|
43681
43983
|
class RemindFlowRecords(AbstractModel):
|
|
43682
43984
|
r"""催办接口返回的详细信息。
|
|
43683
43985
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ess
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.117
|
|
4
4
|
Summary: Tencent Cloud Ess SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.117
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.117
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.116
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|