tencentcloud-sdk-python-ess 3.1.4__tar.gz → 3.1.6__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/ess/v20201111/models.py +314 -5
  5. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud_sdk_python_ess.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ess-3.1.6/tencentcloud_sdk_python_ess.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ess-3.1.4/tencentcloud_sdk_python_ess.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/ess/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/ess/v20201111/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/ess/v20201111/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/ess/v20201111/ess_client.py +0 -0
  14. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud/ess/v20201111/ess_client_async.py +0 -0
  15. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud_sdk_python_ess.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/tencentcloud_sdk_python_ess.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ess-3.1.4 → tencentcloud_sdk_python_ess-3.1.6}/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.4
3
+ Version: 3.1.6
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.4
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.6
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.4,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.6,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ess SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.4'
17
+ __version__ = '3.1.6'
@@ -547,6 +547,14 @@ class ApproverInfo(AbstractModel):
547
547
  :param _RegisterInfo: 快速注册相关信息
548
548
 
549
549
  :type RegisterInfo: :class:`tencentcloud.ess.v20201111.models.RegisterInfo`
550
+ :param _NotSaveContact: 是否不保存联系人
551
+ 默认 false 保存联系人 true 不保存联系人
552
+
553
+ 设置这个参数为保存联系人的时候,他方企业签署人会被保存进发起人的联系人中。
554
+ 联系人查看可登录[电子签控制台](https://test.qian.tencent.cn/console/) 进行查看。
555
+ 如下图位置:
556
+ ![](https://qcloudimg.tencent-cloud.cn/raw/fb8a22cd615d24c21acfa0e37e2cd873.png)
557
+ :type NotSaveContact: bool
550
558
  """
551
559
  self._ApproverType = None
552
560
  self._ApproverName = None
@@ -573,6 +581,7 @@ class ApproverInfo(AbstractModel):
573
581
  self._Components = None
574
582
  self._SignEndpoints = None
575
583
  self._RegisterInfo = None
584
+ self._NotSaveContact = None
576
585
 
577
586
  @property
578
587
  def ApproverType(self):
@@ -955,6 +964,23 @@ class ApproverInfo(AbstractModel):
955
964
  def RegisterInfo(self, RegisterInfo):
956
965
  self._RegisterInfo = RegisterInfo
957
966
 
967
+ @property
968
+ def NotSaveContact(self):
969
+ r"""是否不保存联系人
970
+ 默认 false 保存联系人 true 不保存联系人
971
+
972
+ 设置这个参数为保存联系人的时候,他方企业签署人会被保存进发起人的联系人中。
973
+ 联系人查看可登录[电子签控制台](https://test.qian.tencent.cn/console/) 进行查看。
974
+ 如下图位置:
975
+ ![](https://qcloudimg.tencent-cloud.cn/raw/fb8a22cd615d24c21acfa0e37e2cd873.png)
976
+ :rtype: bool
977
+ """
978
+ return self._NotSaveContact
979
+
980
+ @NotSaveContact.setter
981
+ def NotSaveContact(self, NotSaveContact):
982
+ self._NotSaveContact = NotSaveContact
983
+
958
984
 
959
985
  def _deserialize(self, params):
960
986
  self._ApproverType = params.get("ApproverType")
@@ -1001,6 +1027,7 @@ class ApproverInfo(AbstractModel):
1001
1027
  if params.get("RegisterInfo") is not None:
1002
1028
  self._RegisterInfo = RegisterInfo()
1003
1029
  self._RegisterInfo._deserialize(params.get("RegisterInfo"))
1030
+ self._NotSaveContact = params.get("NotSaveContact")
1004
1031
  memeber_set = set(params.keys())
1005
1032
  for name, value in vars(self).items():
1006
1033
  property_name = name[1:]
@@ -14767,7 +14794,33 @@ Endpoint如果是APP 类型,请传递JumpUrl为<font color="red">"true" </font
14767
14794
  p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,仅会进行回跳。
14768
14795
  :type JumpEvents: list of JumpEvent
14769
14796
  :param _OrganizationIdCardType: 企业证照类型:<ul><li> **USCC** :(默认)工商组织营业执照</li><li> **PRACTICELICENSEOFMEDICALINSTITUTION** :医疗机构执业许可证</li></ul>
14797
+
14798
+ 注意 :
14799
+ 如果企业证照类型是医疗机构,则参数设置企业授权方式(AuthorizationTypes)和企业认证方式(AuthorizationMethods)都无效.
14800
+ 医疗机构的企业授权方式 仅有授权书的方式。企业认证仅有上传营业执照的方式。
14770
14801
  :type OrganizationIdCardType: str
14802
+ :param _OrganizationIdCardTypeSame: 是否允许编辑企业注册时的证照类型
14803
+
14804
+ true:不允许编辑。
14805
+
14806
+ false:允许编辑(默认值)。
14807
+
14808
+
14809
+ 注意:
14810
+ 入参中的OrganizationIdCardType值不为空的时候,才可设置为不可编辑。
14811
+ :type OrganizationIdCardTypeSame: bool
14812
+ :param _AuthorizationMethod: 指定企业认证的授权方式 支持多选:
14813
+
14814
+ <ul>
14815
+ <li><strong>1</strong>: 上传营业执照</li>
14816
+ <li><strong>2</strong>: 腾讯云快速认证</li>
14817
+ <li><strong>3</strong>: 腾讯商户号授权<font color="red">(仅支持小程序端)</font></li>
14818
+ </ul>
14819
+
14820
+ 注意:
14821
+ 1.如果没有指定,则默认是1,仅有上传营业执照。
14822
+ 2.H5 仅支持上传营业执照。
14823
+ :type AuthorizationMethod: list of int non-negative
14771
14824
  """
14772
14825
  self._Operator = None
14773
14826
  self._AuthorizationTypes = None
@@ -14795,6 +14848,8 @@ p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,
14795
14848
  self._BankAccountNumberSame = None
14796
14849
  self._JumpEvents = None
14797
14850
  self._OrganizationIdCardType = None
14851
+ self._OrganizationIdCardTypeSame = None
14852
+ self._AuthorizationMethod = None
14798
14853
 
14799
14854
  @property
14800
14855
  def Operator(self):
@@ -15136,6 +15191,10 @@ p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,
15136
15191
  @property
15137
15192
  def OrganizationIdCardType(self):
15138
15193
  r"""企业证照类型:<ul><li> **USCC** :(默认)工商组织营业执照</li><li> **PRACTICELICENSEOFMEDICALINSTITUTION** :医疗机构执业许可证</li></ul>
15194
+
15195
+ 注意 :
15196
+ 如果企业证照类型是医疗机构,则参数设置企业授权方式(AuthorizationTypes)和企业认证方式(AuthorizationMethods)都无效.
15197
+ 医疗机构的企业授权方式 仅有授权书的方式。企业认证仅有上传营业执照的方式。
15139
15198
  :rtype: str
15140
15199
  """
15141
15200
  return self._OrganizationIdCardType
@@ -15144,6 +15203,46 @@ p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,
15144
15203
  def OrganizationIdCardType(self, OrganizationIdCardType):
15145
15204
  self._OrganizationIdCardType = OrganizationIdCardType
15146
15205
 
15206
+ @property
15207
+ def OrganizationIdCardTypeSame(self):
15208
+ r"""是否允许编辑企业注册时的证照类型
15209
+
15210
+ true:不允许编辑。
15211
+
15212
+ false:允许编辑(默认值)。
15213
+
15214
+
15215
+ 注意:
15216
+ 入参中的OrganizationIdCardType值不为空的时候,才可设置为不可编辑。
15217
+ :rtype: bool
15218
+ """
15219
+ return self._OrganizationIdCardTypeSame
15220
+
15221
+ @OrganizationIdCardTypeSame.setter
15222
+ def OrganizationIdCardTypeSame(self, OrganizationIdCardTypeSame):
15223
+ self._OrganizationIdCardTypeSame = OrganizationIdCardTypeSame
15224
+
15225
+ @property
15226
+ def AuthorizationMethod(self):
15227
+ r"""指定企业认证的授权方式 支持多选:
15228
+
15229
+ <ul>
15230
+ <li><strong>1</strong>: 上传营业执照</li>
15231
+ <li><strong>2</strong>: 腾讯云快速认证</li>
15232
+ <li><strong>3</strong>: 腾讯商户号授权<font color="red">(仅支持小程序端)</font></li>
15233
+ </ul>
15234
+
15235
+ 注意:
15236
+ 1.如果没有指定,则默认是1,仅有上传营业执照。
15237
+ 2.H5 仅支持上传营业执照。
15238
+ :rtype: list of int non-negative
15239
+ """
15240
+ return self._AuthorizationMethod
15241
+
15242
+ @AuthorizationMethod.setter
15243
+ def AuthorizationMethod(self, AuthorizationMethod):
15244
+ self._AuthorizationMethod = AuthorizationMethod
15245
+
15147
15246
 
15148
15247
  def _deserialize(self, params):
15149
15248
  if params.get("Operator") is not None:
@@ -15179,6 +15278,8 @@ p.s. 如果Endpoint是 APP,传递的跳转地址无效,不会进行跳转,
15179
15278
  obj._deserialize(item)
15180
15279
  self._JumpEvents.append(obj)
15181
15280
  self._OrganizationIdCardType = params.get("OrganizationIdCardType")
15281
+ self._OrganizationIdCardTypeSame = params.get("OrganizationIdCardTypeSame")
15282
+ self._AuthorizationMethod = params.get("AuthorizationMethod")
15182
15283
  memeber_set = set(params.keys())
15183
15284
  for name, value in vars(self).items():
15184
15285
  property_name = name[1:]
@@ -30593,6 +30694,16 @@ class FlowCreateApprover(AbstractModel):
30593
30694
  :param _SignEndpoints: 进入签署流程的限制,目前支持以下选项:
30594
30695
  <ul><li> <b>空值(默认)</b> :无限制,可在任何场景进入签署流程。</li><li> <b>link</b> :选择此选项后,将无法通过控制台或电子签小程序列表进入填写或签署操作,仅可预览合同。填写或签署流程只能通过短信或发起方提供的专用链接进行。</li></ul>
30595
30696
  :type SignEndpoints: list of str
30697
+ :param _NotSaveContact: 是否不保存联系人
30698
+ 默认 false 保存联系人 true 不保存联系人
30699
+
30700
+ 设置这个参数为保存联系人的时候,他方企业签署人会被保存进发起人的联系人中。
30701
+ 联系人查看可登录[电子签控制台](https://test.qian.tencent.cn/console/) 进行查看。
30702
+ 如下图位置:
30703
+ ![](https://qcloudimg.tencent-cloud.cn/raw/fb8a22cd615d24c21acfa0e37e2cd873.png)
30704
+
30705
+
30706
+ :type NotSaveContact: bool
30596
30707
  """
30597
30708
  self._ApproverType = None
30598
30709
  self._OrganizationName = None
@@ -30623,6 +30734,7 @@ class FlowCreateApprover(AbstractModel):
30623
30734
  self._Deadline = None
30624
30735
  self._Intention = None
30625
30736
  self._SignEndpoints = None
30737
+ self._NotSaveContact = None
30626
30738
 
30627
30739
  @property
30628
30740
  def ApproverType(self):
@@ -31073,6 +31185,25 @@ class FlowCreateApprover(AbstractModel):
31073
31185
  def SignEndpoints(self, SignEndpoints):
31074
31186
  self._SignEndpoints = SignEndpoints
31075
31187
 
31188
+ @property
31189
+ def NotSaveContact(self):
31190
+ r"""是否不保存联系人
31191
+ 默认 false 保存联系人 true 不保存联系人
31192
+
31193
+ 设置这个参数为保存联系人的时候,他方企业签署人会被保存进发起人的联系人中。
31194
+ 联系人查看可登录[电子签控制台](https://test.qian.tencent.cn/console/) 进行查看。
31195
+ 如下图位置:
31196
+ ![](https://qcloudimg.tencent-cloud.cn/raw/fb8a22cd615d24c21acfa0e37e2cd873.png)
31197
+
31198
+
31199
+ :rtype: bool
31200
+ """
31201
+ return self._NotSaveContact
31202
+
31203
+ @NotSaveContact.setter
31204
+ def NotSaveContact(self, NotSaveContact):
31205
+ self._NotSaveContact = NotSaveContact
31206
+
31076
31207
 
31077
31208
  def _deserialize(self, params):
31078
31209
  self._ApproverType = params.get("ApproverType")
@@ -31120,6 +31251,7 @@ class FlowCreateApprover(AbstractModel):
31120
31251
  self._Intention = Intention()
31121
31252
  self._Intention._deserialize(params.get("Intention"))
31122
31253
  self._SignEndpoints = params.get("SignEndpoints")
31254
+ self._NotSaveContact = params.get("NotSaveContact")
31123
31255
  memeber_set = set(params.keys())
31124
31256
  for name, value in vars(self).items():
31125
31257
  property_name = name[1:]
@@ -38135,7 +38267,8 @@ class ReferenceExcerpt(AbstractModel):
38135
38267
 
38136
38268
 
38137
38269
  class RegisterInfo(AbstractModel):
38138
- r"""发起流程快速注册相关信息
38270
+ r"""创建合同,若对方签署人的企业信息还未在腾讯电子签注册。则在进行引导企业注册时控制企业填写的信息。
38271
+ 具体可查看[视频](https://qian.tencent.com/developers/video/?menu=scene&id=6)
38139
38272
 
38140
38273
  """
38141
38274
 
@@ -38164,6 +38297,25 @@ class RegisterInfo(AbstractModel):
38164
38297
  <li><strong>5</strong>: 授权书+对公打款方式</li>
38165
38298
  </ul>
38166
38299
  :type AuthorizationType: int
38300
+ :param _AuthorizationMethods: 指定企业认证的授权方式 支持多选:
38301
+
38302
+ <ul>
38303
+ <li><strong>1</strong>: 上传营业执照</li>
38304
+ <li><strong>2</strong>: 腾讯云快速认证</li>
38305
+ <li><strong>3</strong>: 腾讯商户号授权<font color="red">(仅支持小程序端)</font></li>
38306
+ </ul>
38307
+ :type AuthorizationMethods: list of int non-negative
38308
+ :param _OrganizationIdCardType: 企业证照类型:
38309
+
38310
+ USCC :(默认)工商组织营业执照
38311
+ PRACTICELICENSEOFMEDICALINSTITUTION :医疗机构执业许可证
38312
+ :type OrganizationIdCardType: str
38313
+ :param _RegisterInfoOption: 企业创建时候的个性化参数。
38314
+ 其中,包括一下内容:
38315
+ LegalNameSame 是否可以编辑法人。
38316
+ UnifiedSocialCreditCodeSame 是否可以编辑证件号码。
38317
+ OrganizationIdCardTypeSame 是否可以更改证照类型。
38318
+ :type RegisterInfoOption: :class:`tencentcloud.ess.v20201111.models.RegisterInfoOption`
38167
38319
  """
38168
38320
  self._LegalName = None
38169
38321
  self._Uscc = None
@@ -38171,6 +38323,9 @@ class RegisterInfo(AbstractModel):
38171
38323
  self._OrganizationAddress = None
38172
38324
  self._AuthorizationTypes = None
38173
38325
  self._AuthorizationType = None
38326
+ self._AuthorizationMethods = None
38327
+ self._OrganizationIdCardType = None
38328
+ self._RegisterInfoOption = None
38174
38329
 
38175
38330
  @property
38176
38331
  def LegalName(self):
@@ -38223,8 +38378,6 @@ class RegisterInfo(AbstractModel):
38223
38378
 
38224
38379
  @property
38225
38380
  def AuthorizationTypes(self):
38226
- warnings.warn("parameter `AuthorizationTypes` is deprecated", DeprecationWarning)
38227
-
38228
38381
  r"""指定企业认证的授权方式 支持多选:
38229
38382
 
38230
38383
  <ul>
@@ -38237,12 +38390,12 @@ class RegisterInfo(AbstractModel):
38237
38390
 
38238
38391
  @AuthorizationTypes.setter
38239
38392
  def AuthorizationTypes(self, AuthorizationTypes):
38240
- warnings.warn("parameter `AuthorizationTypes` is deprecated", DeprecationWarning)
38241
-
38242
38393
  self._AuthorizationTypes = AuthorizationTypes
38243
38394
 
38244
38395
  @property
38245
38396
  def AuthorizationType(self):
38397
+ warnings.warn("parameter `AuthorizationType` is deprecated", DeprecationWarning)
38398
+
38246
38399
  r"""指定企业认证的授权方式:
38247
38400
 
38248
38401
  <ul>
@@ -38255,8 +38408,56 @@ class RegisterInfo(AbstractModel):
38255
38408
 
38256
38409
  @AuthorizationType.setter
38257
38410
  def AuthorizationType(self, AuthorizationType):
38411
+ warnings.warn("parameter `AuthorizationType` is deprecated", DeprecationWarning)
38412
+
38258
38413
  self._AuthorizationType = AuthorizationType
38259
38414
 
38415
+ @property
38416
+ def AuthorizationMethods(self):
38417
+ r"""指定企业认证的授权方式 支持多选:
38418
+
38419
+ <ul>
38420
+ <li><strong>1</strong>: 上传营业执照</li>
38421
+ <li><strong>2</strong>: 腾讯云快速认证</li>
38422
+ <li><strong>3</strong>: 腾讯商户号授权<font color="red">(仅支持小程序端)</font></li>
38423
+ </ul>
38424
+ :rtype: list of int non-negative
38425
+ """
38426
+ return self._AuthorizationMethods
38427
+
38428
+ @AuthorizationMethods.setter
38429
+ def AuthorizationMethods(self, AuthorizationMethods):
38430
+ self._AuthorizationMethods = AuthorizationMethods
38431
+
38432
+ @property
38433
+ def OrganizationIdCardType(self):
38434
+ r"""企业证照类型:
38435
+
38436
+ USCC :(默认)工商组织营业执照
38437
+ PRACTICELICENSEOFMEDICALINSTITUTION :医疗机构执业许可证
38438
+ :rtype: str
38439
+ """
38440
+ return self._OrganizationIdCardType
38441
+
38442
+ @OrganizationIdCardType.setter
38443
+ def OrganizationIdCardType(self, OrganizationIdCardType):
38444
+ self._OrganizationIdCardType = OrganizationIdCardType
38445
+
38446
+ @property
38447
+ def RegisterInfoOption(self):
38448
+ r"""企业创建时候的个性化参数。
38449
+ 其中,包括一下内容:
38450
+ LegalNameSame 是否可以编辑法人。
38451
+ UnifiedSocialCreditCodeSame 是否可以编辑证件号码。
38452
+ OrganizationIdCardTypeSame 是否可以更改证照类型。
38453
+ :rtype: :class:`tencentcloud.ess.v20201111.models.RegisterInfoOption`
38454
+ """
38455
+ return self._RegisterInfoOption
38456
+
38457
+ @RegisterInfoOption.setter
38458
+ def RegisterInfoOption(self, RegisterInfoOption):
38459
+ self._RegisterInfoOption = RegisterInfoOption
38460
+
38260
38461
 
38261
38462
  def _deserialize(self, params):
38262
38463
  self._LegalName = params.get("LegalName")
@@ -38265,6 +38466,114 @@ class RegisterInfo(AbstractModel):
38265
38466
  self._OrganizationAddress = params.get("OrganizationAddress")
38266
38467
  self._AuthorizationTypes = params.get("AuthorizationTypes")
38267
38468
  self._AuthorizationType = params.get("AuthorizationType")
38469
+ self._AuthorizationMethods = params.get("AuthorizationMethods")
38470
+ self._OrganizationIdCardType = params.get("OrganizationIdCardType")
38471
+ if params.get("RegisterInfoOption") is not None:
38472
+ self._RegisterInfoOption = RegisterInfoOption()
38473
+ self._RegisterInfoOption._deserialize(params.get("RegisterInfoOption"))
38474
+ memeber_set = set(params.keys())
38475
+ for name, value in vars(self).items():
38476
+ property_name = name[1:]
38477
+ if property_name in memeber_set:
38478
+ memeber_set.remove(property_name)
38479
+ if len(memeber_set) > 0:
38480
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
38481
+
38482
+
38483
+
38484
+ class RegisterInfoOption(AbstractModel):
38485
+ r"""创建合同,若对方签署人的企业信息还未在腾讯电子签注册。则在进行引导企业注册时控制企业填写信息的个性化参数。
38486
+ 具体可查看[视频](https://qian.tencent.com/developers/video/?menu=scene&id=6)
38487
+
38488
+ """
38489
+
38490
+ def __init__(self):
38491
+ r"""
38492
+ :param _LegalNameSame: 是否允许编辑企业注册时的法人姓名。
38493
+ <br/>true:允许编辑<br/>false:不允许编辑(默认值)<br/>
38494
+
38495
+ 注意:
38496
+ RegisterInfo 中的LegalName值不为空的时候,才可设置为不可编辑。
38497
+ :type LegalNameSame: bool
38498
+ :param _UnifiedSocialCreditCodeCNameSame: 是否允许编辑企业注册时统一社会信用代码。
38499
+ <br/>true:不允许编辑。
38500
+ <br/>false:允许编辑(默认值)。
38501
+ <br/>
38502
+
38503
+
38504
+ 注意:
38505
+ RegisterInfo 中的UnifiedSocialCreditCode值不为空的时候,才可设置为不可编辑。
38506
+
38507
+ :type UnifiedSocialCreditCodeCNameSame: bool
38508
+ :param _OrganizationIdCardTypeSame: 是否允许编辑企业注册时的证照类型
38509
+ <br/>true:不允许编辑。
38510
+ <br/>false:允许编辑(默认值)。
38511
+ <br/>
38512
+
38513
+ 注意:
38514
+ RegisterInfo 中的OrganizationIdCardType值不为空的时候,才可设置为不可编辑。
38515
+ :type OrganizationIdCardTypeSame: bool
38516
+ """
38517
+ self._LegalNameSame = None
38518
+ self._UnifiedSocialCreditCodeCNameSame = None
38519
+ self._OrganizationIdCardTypeSame = None
38520
+
38521
+ @property
38522
+ def LegalNameSame(self):
38523
+ r"""是否允许编辑企业注册时的法人姓名。
38524
+ <br/>true:允许编辑<br/>false:不允许编辑(默认值)<br/>
38525
+
38526
+ 注意:
38527
+ RegisterInfo 中的LegalName值不为空的时候,才可设置为不可编辑。
38528
+ :rtype: bool
38529
+ """
38530
+ return self._LegalNameSame
38531
+
38532
+ @LegalNameSame.setter
38533
+ def LegalNameSame(self, LegalNameSame):
38534
+ self._LegalNameSame = LegalNameSame
38535
+
38536
+ @property
38537
+ def UnifiedSocialCreditCodeCNameSame(self):
38538
+ r"""是否允许编辑企业注册时统一社会信用代码。
38539
+ <br/>true:不允许编辑。
38540
+ <br/>false:允许编辑(默认值)。
38541
+ <br/>
38542
+
38543
+
38544
+ 注意:
38545
+ RegisterInfo 中的UnifiedSocialCreditCode值不为空的时候,才可设置为不可编辑。
38546
+
38547
+ :rtype: bool
38548
+ """
38549
+ return self._UnifiedSocialCreditCodeCNameSame
38550
+
38551
+ @UnifiedSocialCreditCodeCNameSame.setter
38552
+ def UnifiedSocialCreditCodeCNameSame(self, UnifiedSocialCreditCodeCNameSame):
38553
+ self._UnifiedSocialCreditCodeCNameSame = UnifiedSocialCreditCodeCNameSame
38554
+
38555
+ @property
38556
+ def OrganizationIdCardTypeSame(self):
38557
+ r"""是否允许编辑企业注册时的证照类型
38558
+ <br/>true:不允许编辑。
38559
+ <br/>false:允许编辑(默认值)。
38560
+ <br/>
38561
+
38562
+ 注意:
38563
+ RegisterInfo 中的OrganizationIdCardType值不为空的时候,才可设置为不可编辑。
38564
+ :rtype: bool
38565
+ """
38566
+ return self._OrganizationIdCardTypeSame
38567
+
38568
+ @OrganizationIdCardTypeSame.setter
38569
+ def OrganizationIdCardTypeSame(self, OrganizationIdCardTypeSame):
38570
+ self._OrganizationIdCardTypeSame = OrganizationIdCardTypeSame
38571
+
38572
+
38573
+ def _deserialize(self, params):
38574
+ self._LegalNameSame = params.get("LegalNameSame")
38575
+ self._UnifiedSocialCreditCodeCNameSame = params.get("UnifiedSocialCreditCodeCNameSame")
38576
+ self._OrganizationIdCardTypeSame = params.get("OrganizationIdCardTypeSame")
38268
38577
  memeber_set = set(params.keys())
38269
38578
  for name, value in vars(self).items():
38270
38579
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ess
3
- Version: 3.1.4
3
+ Version: 3.1.6
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.4
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.6
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.6
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.4