tencentcloud-sdk-python-csip 3.0.1124__tar.gz → 3.0.1127__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-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/setup.py +1 -1
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud/csip/v20221121/models.py +3 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-csip-3.0.1127/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-csip-3.0.1124/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/README.rst +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/setup.cfg +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-csip-3.0.1124 → tencentcloud-sdk-python-csip-3.0.1127}/tencentcloud_sdk_python_csip.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-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1127"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Csip SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -16057,13 +16057,16 @@ class WhereFilter(AbstractModel):
|
|
|
16057
16057
|
def __init__(self):
|
|
16058
16058
|
r"""
|
|
16059
16059
|
:param _Name: 过滤的项
|
|
16060
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16060
16061
|
:type Name: str
|
|
16061
16062
|
:param _Values: 过滤的值
|
|
16063
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16062
16064
|
:type Values: list of str
|
|
16063
16065
|
:param _OperatorType: 中台定义:
|
|
16064
16066
|
1等于 2大于 3小于 4大于等于 5小于等于 6不等于 9模糊匹配 13非模糊匹配 14按位与
|
|
16065
16067
|
精确匹配填 7 模糊匹配填9
|
|
16066
16068
|
|
|
16069
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16067
16070
|
:type OperatorType: int
|
|
16068
16071
|
"""
|
|
16069
16072
|
self._Name = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1127
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1124
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|