tencentcloud-sdk-python 3.0.1468__py2.py3-none-any.whl → 3.0.1469__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/ccc/v20200210/models.py +45 -0
- tencentcloud/cdb/v20170320/cdb_client.py +23 -0
- tencentcloud/cdb/v20170320/errorcodes.py +3 -0
- tencentcloud/cdb/v20170320/models.py +128 -19
- tencentcloud/cdwpg/v20201230/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +6 -6
- tencentcloud/dbbrain/v20191016/models.py +116 -66
- tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
- tencentcloud/dbbrain/v20210527/models.py +619 -230
- tencentcloud/dts/v20180330/dts_client.py +1 -1
- tencentcloud/dts/v20180330/models.py +8 -4
- tencentcloud/dts/v20211206/dts_client.py +6 -5
- tencentcloud/dts/v20211206/models.py +136 -94
- tencentcloud/ess/v20201111/models.py +213 -2
- tencentcloud/essbasic/v20210526/models.py +203 -0
- tencentcloud/ioa/v20220601/models.py +15 -0
- tencentcloud/lke/v20231130/models.py +264 -54
- tencentcloud/mongodb/v20190725/models.py +979 -508
- tencentcloud/mongodb/v20190725/mongodb_client.py +8 -8
- tencentcloud/monitor/v20180724/errorcodes.py +6 -0
- tencentcloud/redis/v20180412/models.py +24 -16
- tencentcloud/rum/v20210622/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +637 -0
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +26 -8
- tencentcloud/waf/v20180125/models.py +30 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1468.dist-info → tencentcloud_sdk_python-3.0.1469.dist-info}/top_level.txt +0 -0
@@ -16600,6 +16600,8 @@ class CreateSealPolicyRequest(AbstractModel):
|
|
16600
16600
|
:param _Agent: 代理企业和员工的信息。
|
16601
16601
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
16602
16602
|
:type Agent: :class:`tencentcloud.ess.v20201111.models.Agent`
|
16603
|
+
:param _Options: 个性化配置字段,默认不传。
|
16604
|
+
:type Options: list of Option
|
16603
16605
|
"""
|
16604
16606
|
self._Operator = None
|
16605
16607
|
self._Users = None
|
@@ -16608,6 +16610,7 @@ class CreateSealPolicyRequest(AbstractModel):
|
|
16608
16610
|
self._UserIds = None
|
16609
16611
|
self._Policy = None
|
16610
16612
|
self._Agent = None
|
16613
|
+
self._Options = None
|
16611
16614
|
|
16612
16615
|
@property
|
16613
16616
|
def Operator(self):
|
@@ -16690,6 +16693,17 @@ class CreateSealPolicyRequest(AbstractModel):
|
|
16690
16693
|
def Agent(self, Agent):
|
16691
16694
|
self._Agent = Agent
|
16692
16695
|
|
16696
|
+
@property
|
16697
|
+
def Options(self):
|
16698
|
+
r"""个性化配置字段,默认不传。
|
16699
|
+
:rtype: list of Option
|
16700
|
+
"""
|
16701
|
+
return self._Options
|
16702
|
+
|
16703
|
+
@Options.setter
|
16704
|
+
def Options(self, Options):
|
16705
|
+
self._Options = Options
|
16706
|
+
|
16693
16707
|
|
16694
16708
|
def _deserialize(self, params):
|
16695
16709
|
if params.get("Operator") is not None:
|
@@ -16708,6 +16722,12 @@ class CreateSealPolicyRequest(AbstractModel):
|
|
16708
16722
|
if params.get("Agent") is not None:
|
16709
16723
|
self._Agent = Agent()
|
16710
16724
|
self._Agent._deserialize(params.get("Agent"))
|
16725
|
+
if params.get("Options") is not None:
|
16726
|
+
self._Options = []
|
16727
|
+
for item in params.get("Options"):
|
16728
|
+
obj = Option()
|
16729
|
+
obj._deserialize(item)
|
16730
|
+
self._Options.append(obj)
|
16711
16731
|
memeber_set = set(params.keys())
|
16712
16732
|
for name, value in vars(self).items():
|
16713
16733
|
property_name = name[1:]
|
@@ -16728,10 +16748,16 @@ class CreateSealPolicyResponse(AbstractModel):
|
|
16728
16748
|
:param _UserIds: 最终授权成功的用户ID,在腾讯电子签平台的唯一身份标识,为32位字符串。
|
16729
16749
|
可登录腾讯电子签控制台,在 "更多能力"->"组织管理" 中查看某位员工的UserId(在页面中展示为用户ID)。
|
16730
16750
|
:type UserIds: list of str
|
16751
|
+
:param _SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
16752
|
+
:type SealOperatorVerifyPath: str
|
16753
|
+
:param _SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
16754
|
+
:type SealOperatorVerifyQrcodeUrl: str
|
16731
16755
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16732
16756
|
:type RequestId: str
|
16733
16757
|
"""
|
16734
16758
|
self._UserIds = None
|
16759
|
+
self._SealOperatorVerifyPath = None
|
16760
|
+
self._SealOperatorVerifyQrcodeUrl = None
|
16735
16761
|
self._RequestId = None
|
16736
16762
|
|
16737
16763
|
@property
|
@@ -16746,6 +16772,28 @@ class CreateSealPolicyResponse(AbstractModel):
|
|
16746
16772
|
def UserIds(self, UserIds):
|
16747
16773
|
self._UserIds = UserIds
|
16748
16774
|
|
16775
|
+
@property
|
16776
|
+
def SealOperatorVerifyPath(self):
|
16777
|
+
r"""人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
16778
|
+
:rtype: str
|
16779
|
+
"""
|
16780
|
+
return self._SealOperatorVerifyPath
|
16781
|
+
|
16782
|
+
@SealOperatorVerifyPath.setter
|
16783
|
+
def SealOperatorVerifyPath(self, SealOperatorVerifyPath):
|
16784
|
+
self._SealOperatorVerifyPath = SealOperatorVerifyPath
|
16785
|
+
|
16786
|
+
@property
|
16787
|
+
def SealOperatorVerifyQrcodeUrl(self):
|
16788
|
+
r"""人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
16789
|
+
:rtype: str
|
16790
|
+
"""
|
16791
|
+
return self._SealOperatorVerifyQrcodeUrl
|
16792
|
+
|
16793
|
+
@SealOperatorVerifyQrcodeUrl.setter
|
16794
|
+
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
16795
|
+
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
16796
|
+
|
16749
16797
|
@property
|
16750
16798
|
def RequestId(self):
|
16751
16799
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -16760,6 +16808,8 @@ class CreateSealPolicyResponse(AbstractModel):
|
|
16760
16808
|
|
16761
16809
|
def _deserialize(self, params):
|
16762
16810
|
self._UserIds = params.get("UserIds")
|
16811
|
+
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
16812
|
+
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
16763
16813
|
self._RequestId = params.get("RequestId")
|
16764
16814
|
|
16765
16815
|
|
@@ -16833,6 +16883,8 @@ class CreateSealRequest(AbstractModel):
|
|
16833
16883
|
:type TaxIdentifyCode: str
|
16834
16884
|
:param _SealDescription: 印章描述内容
|
16835
16885
|
:type SealDescription: str
|
16886
|
+
:param _Options: 个性化配置字段,默认不传。
|
16887
|
+
:type Options: list of Option
|
16836
16888
|
"""
|
16837
16889
|
self._Operator = None
|
16838
16890
|
self._SealName = None
|
@@ -16852,6 +16904,7 @@ class CreateSealRequest(AbstractModel):
|
|
16852
16904
|
self._SealSize = None
|
16853
16905
|
self._TaxIdentifyCode = None
|
16854
16906
|
self._SealDescription = None
|
16907
|
+
self._Options = None
|
16855
16908
|
|
16856
16909
|
@property
|
16857
16910
|
def Operator(self):
|
@@ -17078,6 +17131,17 @@ class CreateSealRequest(AbstractModel):
|
|
17078
17131
|
def SealDescription(self, SealDescription):
|
17079
17132
|
self._SealDescription = SealDescription
|
17080
17133
|
|
17134
|
+
@property
|
17135
|
+
def Options(self):
|
17136
|
+
r"""个性化配置字段,默认不传。
|
17137
|
+
:rtype: list of Option
|
17138
|
+
"""
|
17139
|
+
return self._Options
|
17140
|
+
|
17141
|
+
@Options.setter
|
17142
|
+
def Options(self, Options):
|
17143
|
+
self._Options = Options
|
17144
|
+
|
17081
17145
|
|
17082
17146
|
def _deserialize(self, params):
|
17083
17147
|
if params.get("Operator") is not None:
|
@@ -17102,6 +17166,12 @@ class CreateSealRequest(AbstractModel):
|
|
17102
17166
|
self._SealSize = params.get("SealSize")
|
17103
17167
|
self._TaxIdentifyCode = params.get("TaxIdentifyCode")
|
17104
17168
|
self._SealDescription = params.get("SealDescription")
|
17169
|
+
if params.get("Options") is not None:
|
17170
|
+
self._Options = []
|
17171
|
+
for item in params.get("Options"):
|
17172
|
+
obj = Option()
|
17173
|
+
obj._deserialize(item)
|
17174
|
+
self._Options.append(obj)
|
17105
17175
|
memeber_set = set(params.keys())
|
17106
17176
|
for name, value in vars(self).items():
|
17107
17177
|
property_name = name[1:]
|
@@ -17123,10 +17193,16 @@ class CreateSealResponse(AbstractModel):
|
|
17123
17193
|
建议开发者保留此印章ID,后续指定签署区印章或者操作印章需此印章ID。
|
17124
17194
|
可登录腾讯电子签控制台,在 "印章"->"印章中心"选择查看的印章,在"印章详情" 中查看某个印章的SealId(在页面中展示为印章ID)。
|
17125
17195
|
:type SealId: str
|
17196
|
+
:param _SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
17197
|
+
:type SealOperatorVerifyPath: str
|
17198
|
+
:param _SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
17199
|
+
:type SealOperatorVerifyQrcodeUrl: str
|
17126
17200
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17127
17201
|
:type RequestId: str
|
17128
17202
|
"""
|
17129
17203
|
self._SealId = None
|
17204
|
+
self._SealOperatorVerifyPath = None
|
17205
|
+
self._SealOperatorVerifyQrcodeUrl = None
|
17130
17206
|
self._RequestId = None
|
17131
17207
|
|
17132
17208
|
@property
|
@@ -17142,6 +17218,28 @@ class CreateSealResponse(AbstractModel):
|
|
17142
17218
|
def SealId(self, SealId):
|
17143
17219
|
self._SealId = SealId
|
17144
17220
|
|
17221
|
+
@property
|
17222
|
+
def SealOperatorVerifyPath(self):
|
17223
|
+
r"""人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
17224
|
+
:rtype: str
|
17225
|
+
"""
|
17226
|
+
return self._SealOperatorVerifyPath
|
17227
|
+
|
17228
|
+
@SealOperatorVerifyPath.setter
|
17229
|
+
def SealOperatorVerifyPath(self, SealOperatorVerifyPath):
|
17230
|
+
self._SealOperatorVerifyPath = SealOperatorVerifyPath
|
17231
|
+
|
17232
|
+
@property
|
17233
|
+
def SealOperatorVerifyQrcodeUrl(self):
|
17234
|
+
r"""人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
17235
|
+
:rtype: str
|
17236
|
+
"""
|
17237
|
+
return self._SealOperatorVerifyQrcodeUrl
|
17238
|
+
|
17239
|
+
@SealOperatorVerifyQrcodeUrl.setter
|
17240
|
+
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
17241
|
+
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
17242
|
+
|
17145
17243
|
@property
|
17146
17244
|
def RequestId(self):
|
17147
17245
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -17156,6 +17254,8 @@ class CreateSealResponse(AbstractModel):
|
|
17156
17254
|
|
17157
17255
|
def _deserialize(self, params):
|
17158
17256
|
self._SealId = params.get("SealId")
|
17257
|
+
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
17258
|
+
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
17159
17259
|
self._RequestId = params.get("RequestId")
|
17160
17260
|
|
17161
17261
|
|
@@ -31327,8 +31427,12 @@ class MiniAppCreateFlowOption(AbstractModel):
|
|
31327
31427
|
:param _ForbidEditFlow: 小程序集成发起,是否禁止发起时修改合同内容
|
31328
31428
|
<ul>
|
31329
31429
|
<li>false:默认值,不禁止发起时修改合同内容</li>
|
31330
|
-
<li>true
|
31430
|
+
<li>true:禁止发起时修改合同内容(将直接跳过添加/编辑签署人步骤,直接到核对合同信息页面</li>
|
31331
31431
|
</ul>
|
31432
|
+
指定为true,效果如下:
|
31433
|
+
|
31434
|
+
效果如下:
|
31435
|
+
|
31332
31436
|
:type ForbidEditFlow: bool
|
31333
31437
|
"""
|
31334
31438
|
self._RemindedOn = None
|
@@ -31374,8 +31478,12 @@ class MiniAppCreateFlowOption(AbstractModel):
|
|
31374
31478
|
r"""小程序集成发起,是否禁止发起时修改合同内容
|
31375
31479
|
<ul>
|
31376
31480
|
<li>false:默认值,不禁止发起时修改合同内容</li>
|
31377
|
-
<li>true
|
31481
|
+
<li>true:禁止发起时修改合同内容(将直接跳过添加/编辑签署人步骤,直接到核对合同信息页面</li>
|
31378
31482
|
</ul>
|
31483
|
+
指定为true,效果如下:
|
31484
|
+
|
31485
|
+
效果如下:
|
31486
|
+
|
31379
31487
|
:rtype: bool
|
31380
31488
|
"""
|
31381
31489
|
return self._ForbidEditFlow
|
@@ -32886,11 +32994,14 @@ class OperateSealsRequest(AbstractModel):
|
|
32886
32994
|
:type Act: int
|
32887
32995
|
:param _SealIds: 需要操作的印章ID,数组形式,印章ID可从【web控制台->印章 】获取。
|
32888
32996
|
:type SealIds: list of str
|
32997
|
+
:param _Options: 个性化配置字段,默认不传。
|
32998
|
+
:type Options: list of Option
|
32889
32999
|
"""
|
32890
33000
|
self._Operator = None
|
32891
33001
|
self._Agent = None
|
32892
33002
|
self._Act = None
|
32893
33003
|
self._SealIds = None
|
33004
|
+
self._Options = None
|
32894
33005
|
|
32895
33006
|
@property
|
32896
33007
|
def Operator(self):
|
@@ -32938,6 +33049,17 @@ class OperateSealsRequest(AbstractModel):
|
|
32938
33049
|
def SealIds(self, SealIds):
|
32939
33050
|
self._SealIds = SealIds
|
32940
33051
|
|
33052
|
+
@property
|
33053
|
+
def Options(self):
|
33054
|
+
r"""个性化配置字段,默认不传。
|
33055
|
+
:rtype: list of Option
|
33056
|
+
"""
|
33057
|
+
return self._Options
|
33058
|
+
|
33059
|
+
@Options.setter
|
33060
|
+
def Options(self, Options):
|
33061
|
+
self._Options = Options
|
33062
|
+
|
32941
33063
|
|
32942
33064
|
def _deserialize(self, params):
|
32943
33065
|
if params.get("Operator") is not None:
|
@@ -32948,6 +33070,12 @@ class OperateSealsRequest(AbstractModel):
|
|
32948
33070
|
self._Agent._deserialize(params.get("Agent"))
|
32949
33071
|
self._Act = params.get("Act")
|
32950
33072
|
self._SealIds = params.get("SealIds")
|
33073
|
+
if params.get("Options") is not None:
|
33074
|
+
self._Options = []
|
33075
|
+
for item in params.get("Options"):
|
33076
|
+
obj = Option()
|
33077
|
+
obj._deserialize(item)
|
33078
|
+
self._Options.append(obj)
|
32951
33079
|
memeber_set = set(params.keys())
|
32952
33080
|
for name, value in vars(self).items():
|
32953
33081
|
property_name = name[1:]
|
@@ -32965,11 +33093,39 @@ class OperateSealsResponse(AbstractModel):
|
|
32965
33093
|
|
32966
33094
|
def __init__(self):
|
32967
33095
|
r"""
|
33096
|
+
:param _SealOperatorVerifyPath: 人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
33097
|
+
:type SealOperatorVerifyPath: str
|
33098
|
+
:param _SealOperatorVerifyQrcodeUrl: 人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
33099
|
+
:type SealOperatorVerifyQrcodeUrl: str
|
32968
33100
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
32969
33101
|
:type RequestId: str
|
32970
33102
|
"""
|
33103
|
+
self._SealOperatorVerifyPath = None
|
33104
|
+
self._SealOperatorVerifyQrcodeUrl = None
|
32971
33105
|
self._RequestId = None
|
32972
33106
|
|
33107
|
+
@property
|
33108
|
+
def SealOperatorVerifyPath(self):
|
33109
|
+
r"""人脸验证操作人链接,用法可以参考"[跳转电子签小程序配置](https://qian.tencent.com/developers/company/openwxminiprogram/)",默认为空。
|
33110
|
+
:rtype: str
|
33111
|
+
"""
|
33112
|
+
return self._SealOperatorVerifyPath
|
33113
|
+
|
33114
|
+
@SealOperatorVerifyPath.setter
|
33115
|
+
def SealOperatorVerifyPath(self, SealOperatorVerifyPath):
|
33116
|
+
self._SealOperatorVerifyPath = SealOperatorVerifyPath
|
33117
|
+
|
33118
|
+
@property
|
33119
|
+
def SealOperatorVerifyQrcodeUrl(self):
|
33120
|
+
r"""人脸验证操作人二维码链接,扫码后会跳转到腾讯电子签小程序进行人脸验证,默认为空。
|
33121
|
+
:rtype: str
|
33122
|
+
"""
|
33123
|
+
return self._SealOperatorVerifyQrcodeUrl
|
33124
|
+
|
33125
|
+
@SealOperatorVerifyQrcodeUrl.setter
|
33126
|
+
def SealOperatorVerifyQrcodeUrl(self, SealOperatorVerifyQrcodeUrl):
|
33127
|
+
self._SealOperatorVerifyQrcodeUrl = SealOperatorVerifyQrcodeUrl
|
33128
|
+
|
32973
33129
|
@property
|
32974
33130
|
def RequestId(self):
|
32975
33131
|
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -32983,6 +33139,8 @@ class OperateSealsResponse(AbstractModel):
|
|
32983
33139
|
|
32984
33140
|
|
32985
33141
|
def _deserialize(self, params):
|
33142
|
+
self._SealOperatorVerifyPath = params.get("SealOperatorVerifyPath")
|
33143
|
+
self._SealOperatorVerifyQrcodeUrl = params.get("SealOperatorVerifyQrcodeUrl")
|
32986
33144
|
self._RequestId = params.get("RequestId")
|
32987
33145
|
|
32988
33146
|
|
@@ -33162,6 +33320,59 @@ class OperateTemplateResponse(AbstractModel):
|
|
33162
33320
|
self._RequestId = params.get("RequestId")
|
33163
33321
|
|
33164
33322
|
|
33323
|
+
class Option(AbstractModel):
|
33324
|
+
r"""业务逻辑个性化配置字段,默认不传
|
33325
|
+
|
33326
|
+
注: `配置前请联系对接的客户经理沟通确认。`
|
33327
|
+
|
33328
|
+
"""
|
33329
|
+
|
33330
|
+
def __init__(self):
|
33331
|
+
r"""
|
33332
|
+
:param _Key: 个性化配置参数Key字段,对应传入字段的字段名
|
33333
|
+
:type Key: str
|
33334
|
+
:param _Value: 个性化配置参数Value字段,对应传入字段的字段值
|
33335
|
+
:type Value: str
|
33336
|
+
"""
|
33337
|
+
self._Key = None
|
33338
|
+
self._Value = None
|
33339
|
+
|
33340
|
+
@property
|
33341
|
+
def Key(self):
|
33342
|
+
r"""个性化配置参数Key字段,对应传入字段的字段名
|
33343
|
+
:rtype: str
|
33344
|
+
"""
|
33345
|
+
return self._Key
|
33346
|
+
|
33347
|
+
@Key.setter
|
33348
|
+
def Key(self, Key):
|
33349
|
+
self._Key = Key
|
33350
|
+
|
33351
|
+
@property
|
33352
|
+
def Value(self):
|
33353
|
+
r"""个性化配置参数Value字段,对应传入字段的字段值
|
33354
|
+
:rtype: str
|
33355
|
+
"""
|
33356
|
+
return self._Value
|
33357
|
+
|
33358
|
+
@Value.setter
|
33359
|
+
def Value(self, Value):
|
33360
|
+
self._Value = Value
|
33361
|
+
|
33362
|
+
|
33363
|
+
def _deserialize(self, params):
|
33364
|
+
self._Key = params.get("Key")
|
33365
|
+
self._Value = params.get("Value")
|
33366
|
+
memeber_set = set(params.keys())
|
33367
|
+
for name, value in vars(self).items():
|
33368
|
+
property_name = name[1:]
|
33369
|
+
if property_name in memeber_set:
|
33370
|
+
memeber_set.remove(property_name)
|
33371
|
+
if len(memeber_set) > 0:
|
33372
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
33373
|
+
|
33374
|
+
|
33375
|
+
|
33165
33376
|
class OrgBillSummary(AbstractModel):
|
33166
33377
|
r"""企业套餐余额情况
|
33167
33378
|
|