tencentcloud-sdk-python-svp 3.0.1323__tar.gz → 3.0.1324__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 (16) hide show
  1. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/setup.py +1 -1
  3. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud/svp/v20240125/models.py +0 -6
  5. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud_sdk_python_svp.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-svp-3.0.1324/tencentcloud_sdk_python_svp.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-svp-3.0.1323/tencentcloud_sdk_python_svp.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/README.rst +0 -0
  9. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud/svp/__init__.py +0 -0
  11. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud/svp/v20240125/__init__.py +0 -0
  12. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud/svp/v20240125/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud/svp/v20240125/svp_client.py +0 -0
  14. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud_sdk_python_svp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud_sdk_python_svp.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-svp-3.0.1323 → tencentcloud-sdk-python-svp-3.0.1324}/tencentcloud_sdk_python_svp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-svp
3
- Version: 3.0.1323
3
+ Version: 3.0.1324
4
4
  Summary: Tencent Cloud Svp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -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.1323"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1324"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Svp SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1323'
17
+ __version__ = '3.0.1324'
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-svp
3
- Version: 3.0.1323
3
+ Version: 3.0.1324
4
4
  Summary: Tencent Cloud Svp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1324
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1323