tencentcloud-sdk-python-cbs 3.0.1346__tar.gz → 3.0.1352__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-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud/cbs/v20170312/models.py +0 -4
  5. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cbs-3.0.1352/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cbs-3.0.1346/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud/cbs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud/cbs/v20170312/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
  13. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cbs-3.0.1346 → tencentcloud-sdk-python-cbs-3.0.1352}/tencentcloud_sdk_python_cbs.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cbs
3
- Version: 3.0.1346
3
+ Version: 3.0.1352
4
4
  Summary: Tencent Cloud Cbs 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-cbs',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1346"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1352"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cbs 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.1346'
17
+ __version__ = '3.0.1352'
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cbs
3
- Version: 3.0.1346
3
+ Version: 3.0.1352
4
4
  Summary: Tencent Cloud Cbs 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.1352
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1346