tencentcloud-sdk-python-intl-en 3.0.1259__py2.py3-none-any.whl → 3.0.1260__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/intlpartnersmgt/v20220928/models.py +15 -15
- {tencentcloud_sdk_python_intl_en-3.0.1259.dist-info → tencentcloud_sdk_python_intl_en-3.0.1260.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1259.dist-info → tencentcloud_sdk_python_intl_en-3.0.1260.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_intl_en-3.0.1259.dist-info → tencentcloud_sdk_python_intl_en-3.0.1260.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1259.dist-info → tencentcloud_sdk_python_intl_en-3.0.1260.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1388,14 +1388,14 @@ Parameter value is not allowed to be 7,380,86.
|
|
1388
1388
|
:param _VerifyCode: VerifyCode. This parameter is required.
|
1389
1389
|
Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/65907) to obtain the verifycode.The SendVerifyCode API sends a 6-digit verifycode to your specified mobile number via SMS. After receiving it, you need to pass it along with other parameters.
|
1390
1390
|
:type VerifyCode: str
|
1391
|
-
:param _Extended: Extension field, which is left empty by default.
|
1392
|
-
:type Extended: str
|
1393
1391
|
:param _TradeOne: Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
1394
1392
|
such as "kghy_01".
|
1395
1393
|
:type TradeOne: str
|
1396
1394
|
:param _TradeTwo: Layer-2 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
1397
1395
|
such as "kghy_0101"
|
1398
1396
|
:type TradeTwo: str
|
1397
|
+
:param _Extended: Extension field, which is left empty by default.
|
1398
|
+
:type Extended: str
|
1399
1399
|
"""
|
1400
1400
|
self._AccountType = None
|
1401
1401
|
self._Mail = None
|
@@ -1405,9 +1405,9 @@ such as "kghy_0101"
|
|
1405
1405
|
self._CountryCode = None
|
1406
1406
|
self._Area = None
|
1407
1407
|
self._VerifyCode = None
|
1408
|
-
self._Extended = None
|
1409
1408
|
self._TradeOne = None
|
1410
1409
|
self._TradeTwo = None
|
1410
|
+
self._Extended = None
|
1411
1411
|
|
1412
1412
|
@property
|
1413
1413
|
def AccountType(self):
|
@@ -1505,17 +1505,6 @@ Use the [SendVerifyCode API](https://www.tencentcloud.com/document/product/1085/
|
|
1505
1505
|
def VerifyCode(self, VerifyCode):
|
1506
1506
|
self._VerifyCode = VerifyCode
|
1507
1507
|
|
1508
|
-
@property
|
1509
|
-
def Extended(self):
|
1510
|
-
"""Extension field, which is left empty by default.
|
1511
|
-
:rtype: str
|
1512
|
-
"""
|
1513
|
-
return self._Extended
|
1514
|
-
|
1515
|
-
@Extended.setter
|
1516
|
-
def Extended(self, Extended):
|
1517
|
-
self._Extended = Extended
|
1518
|
-
|
1519
1508
|
@property
|
1520
1509
|
def TradeOne(self):
|
1521
1510
|
"""Layer-1 industry id. This is a required item and can be obtained via the [ GetTradeConfigList API](https://www.tencentcloud.com/zh/document/product/1085/68181),
|
@@ -1540,6 +1529,17 @@ such as "kghy_0101"
|
|
1540
1529
|
def TradeTwo(self, TradeTwo):
|
1541
1530
|
self._TradeTwo = TradeTwo
|
1542
1531
|
|
1532
|
+
@property
|
1533
|
+
def Extended(self):
|
1534
|
+
"""Extension field, which is left empty by default.
|
1535
|
+
:rtype: str
|
1536
|
+
"""
|
1537
|
+
return self._Extended
|
1538
|
+
|
1539
|
+
@Extended.setter
|
1540
|
+
def Extended(self, Extended):
|
1541
|
+
self._Extended = Extended
|
1542
|
+
|
1543
1543
|
|
1544
1544
|
def _deserialize(self, params):
|
1545
1545
|
self._AccountType = params.get("AccountType")
|
@@ -1550,9 +1550,9 @@ such as "kghy_0101"
|
|
1550
1550
|
self._CountryCode = params.get("CountryCode")
|
1551
1551
|
self._Area = params.get("Area")
|
1552
1552
|
self._VerifyCode = params.get("VerifyCode")
|
1553
|
-
self._Extended = params.get("Extended")
|
1554
1553
|
self._TradeOne = params.get("TradeOne")
|
1555
1554
|
self._TradeTwo = params.get("TradeTwo")
|
1555
|
+
self._Extended = params.get("Extended")
|
1556
1556
|
memeber_set = set(params.keys())
|
1557
1557
|
for name, value in vars(self).items():
|
1558
1558
|
property_name = name[1:]
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=L4LNTXi2GCTq5kztDHF3rJexk11KT5BtZ6ew_WfojsU,630
|
2
2
|
tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
tencentcloud/advisor/v20200721/advisor_client.py,sha256=fiBV7Nao68T0UJdOUt5BxEABWr7mG_J9NPJT2lXDdyw,2897
|
@@ -349,7 +349,7 @@ tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
349
349
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
350
350
|
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=tSll8Z82ldhQ8Q6cBkmxaTXe1ILN__H4WOCWH4dnUFE,8711
|
351
351
|
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=iF6N_3z9vxvq5eLeQqEVzA12pESkKykAa5lx4KC6e8Y,47499
|
352
|
-
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=
|
352
|
+
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=S3Pii3TGDgmVj1PG-F0El_nBxtJ73lJtemptXZC_7es,277613
|
353
353
|
tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
354
354
|
tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
355
355
|
tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=5Wx7sPJOTpDdlX57HDEIEwoDirSwUiALR91_AR-SB6g,5860
|
@@ -678,7 +678,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
678
678
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=g2ac3Fxgbof23WWhGj9VxvuLJZNshnB0Mg7jWUzTh24,3168
|
679
679
|
tencentcloud/yunjing/v20180228/models.py,sha256=vFpNnPGWiOLdTut0XPTpRRF5lobWUTkFUO1EHc9RkBk,330643
|
680
680
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=PqtaJz4gQ-rIxKXVMNtOKx7kFBQdUn-zKVuH2NcMFcA,67362
|
681
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
682
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
683
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
684
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
681
|
+
tencentcloud_sdk_python_intl_en-3.0.1260.dist-info/METADATA,sha256=jlITA8GsE25-MFOwaYbnM5LVDTWvXjmj0iEon2CthxA,1628
|
682
|
+
tencentcloud_sdk_python_intl_en-3.0.1260.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
683
|
+
tencentcloud_sdk_python_intl_en-3.0.1260.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
684
|
+
tencentcloud_sdk_python_intl_en-3.0.1260.dist-info/RECORD,,
|
File without changes
|