tencentcloud-sdk-python-svp 3.0.1323__tar.gz → 3.0.1325__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-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/setup.py +1 -1
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud/svp/v20240125/models.py +0 -6
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud_sdk_python_svp.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-svp-3.0.1325/tencentcloud_sdk_python_svp.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-svp-3.0.1323/tencentcloud_sdk_python_svp.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/README.rst +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/setup.cfg +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud/svp/__init__.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud/svp/v20240125/__init__.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud/svp/v20240125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud/svp/v20240125/svp_client.py +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud_sdk_python_svp.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud_sdk_python_svp.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1325}/tencentcloud_sdk_python_svp.egg-info/top_level.txt +0 -0
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
8
8
|
|
9
9
|
setup(
|
10
10
|
name='tencentcloud-sdk-python-svp',
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1325"],
|
12
12
|
version=tencentcloud.__version__,
|
13
13
|
description='Tencent Cloud Svp SDK for Python',
|
14
14
|
long_description=open('README.rst').read(),
|
@@ -1156,10 +1156,8 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
1156
1156
|
:param _Region: 地域
|
1157
1157
|
:type Region: list of str
|
1158
1158
|
:param _PayType: 支付类型
|
1159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1160
1159
|
:type PayType: int
|
1161
1160
|
:param _BuyTime: 购买时间 yyyy-mm-dd HH:mm:ss格式
|
1162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1163
1161
|
:type BuyTime: str
|
1164
1162
|
"""
|
1165
1163
|
self._SpType = None
|
@@ -1252,7 +1250,6 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
1252
1250
|
@property
|
1253
1251
|
def PayType(self):
|
1254
1252
|
"""支付类型
|
1255
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1256
1253
|
:rtype: int
|
1257
1254
|
"""
|
1258
1255
|
return self._PayType
|
@@ -1264,7 +1261,6 @@ class SavingPlanOverviewDetail(AbstractModel):
|
|
1264
1261
|
@property
|
1265
1262
|
def BuyTime(self):
|
1266
1263
|
"""购买时间 yyyy-mm-dd HH:mm:ss格式
|
1267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1268
1264
|
:rtype: str
|
1269
1265
|
"""
|
1270
1266
|
return self._BuyTime
|
@@ -1320,7 +1316,6 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
1320
1316
|
:param _CostAmount: 累计成本金额(单位:元)
|
1321
1317
|
:type CostAmount: str
|
1322
1318
|
:param _Region: 地域
|
1323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1324
1319
|
:type Region: list of str
|
1325
1320
|
"""
|
1326
1321
|
self._SpType = None
|
@@ -1436,7 +1431,6 @@ class SavingPlanUsageDetail(AbstractModel):
|
|
1436
1431
|
@property
|
1437
1432
|
def Region(self):
|
1438
1433
|
"""地域
|
1439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1440
1434
|
:rtype: list of str
|
1441
1435
|
"""
|
1442
1436
|
return self._Region
|
@@ -0,0 +1 @@
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1325
|
@@ -1 +0,0 @@
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1323
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|