tencentcloud-sdk-python-cbs 3.0.1348__tar.gz → 3.0.1350__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-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/setup.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud/cbs/v20170312/models.py +0 -4
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cbs-3.0.1350/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cbs-3.0.1348/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/README.rst +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud/cbs/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud/cbs/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1348 → tencentcloud-sdk-python-cbs-3.0.1350}/tencentcloud_sdk_python_cbs.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-cbs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1350"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cbs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4344,7 +4344,6 @@ class DetailPrice(AbstractModel):
|
|
|
4344
4344
|
def __init__(self):
|
|
4345
4345
|
r"""
|
|
4346
4346
|
:param _PriceTitle: 描述计费项目名称。
|
|
4347
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4348
4347
|
:type PriceTitle: str
|
|
4349
4348
|
:param _PriceName: 描述计费项目显示名称,用户控制台展示。
|
|
4350
4349
|
:type PriceName: str
|
|
@@ -4391,7 +4390,6 @@ class DetailPrice(AbstractModel):
|
|
|
4391
4390
|
@property
|
|
4392
4391
|
def PriceTitle(self):
|
|
4393
4392
|
"""描述计费项目名称。
|
|
4394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4395
4393
|
:rtype: str
|
|
4396
4394
|
"""
|
|
4397
4395
|
return self._PriceTitle
|
|
@@ -7665,7 +7663,6 @@ class PrepayPrice(AbstractModel):
|
|
|
7665
7663
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7666
7664
|
:type UnitPrice: float
|
|
7667
7665
|
:param _DetailPrices: 计费项目明细列表。
|
|
7668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7669
7666
|
:type DetailPrices: list of DetailPrice
|
|
7670
7667
|
"""
|
|
7671
7668
|
self._DiscountPrice = None
|
|
@@ -7790,7 +7787,6 @@ class PrepayPrice(AbstractModel):
|
|
|
7790
7787
|
@property
|
|
7791
7788
|
def DetailPrices(self):
|
|
7792
7789
|
"""计费项目明细列表。
|
|
7793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7794
7790
|
:rtype: list of DetailPrice
|
|
7795
7791
|
"""
|
|
7796
7792
|
return self._DetailPrices
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1350
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1348
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|