tencentcloud-sdk-python-lke 3.0.1302__tar.gz → 3.0.1304__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-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/setup.py +1 -1
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud/lke/v20231130/models.py +15 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-lke-3.0.1304/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-lke-3.0.1302/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/README.rst +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/setup.cfg +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud/lke/v20231130/lke_client.py +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-lke-3.0.1302 → tencentcloud-sdk-python-lke-3.0.1304}/tencentcloud_sdk_python_lke.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-lke',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1304"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Lke SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -19863,6 +19863,8 @@ class QAQuery(AbstractModel):
|
|
|
19863
19863
|
:param _QueryAnswer: 查询答案
|
|
19864
19864
|
|
|
19865
19865
|
:type QueryAnswer: str
|
|
19866
|
+
:param _QueryType: 查询类型 filename 名称、 attribute 标签
|
|
19867
|
+
:type QueryType: str
|
|
19866
19868
|
"""
|
|
19867
19869
|
self._PageNumber = None
|
|
19868
19870
|
self._PageSize = None
|
|
@@ -19875,6 +19877,7 @@ class QAQuery(AbstractModel):
|
|
|
19875
19877
|
self._QaBizId = None
|
|
19876
19878
|
self._Source = None
|
|
19877
19879
|
self._QueryAnswer = None
|
|
19880
|
+
self._QueryType = None
|
|
19878
19881
|
|
|
19879
19882
|
@property
|
|
19880
19883
|
def PageNumber(self):
|
|
@@ -20008,6 +20011,17 @@ class QAQuery(AbstractModel):
|
|
|
20008
20011
|
def QueryAnswer(self, QueryAnswer):
|
|
20009
20012
|
self._QueryAnswer = QueryAnswer
|
|
20010
20013
|
|
|
20014
|
+
@property
|
|
20015
|
+
def QueryType(self):
|
|
20016
|
+
"""查询类型 filename 名称、 attribute 标签
|
|
20017
|
+
:rtype: str
|
|
20018
|
+
"""
|
|
20019
|
+
return self._QueryType
|
|
20020
|
+
|
|
20021
|
+
@QueryType.setter
|
|
20022
|
+
def QueryType(self, QueryType):
|
|
20023
|
+
self._QueryType = QueryType
|
|
20024
|
+
|
|
20011
20025
|
|
|
20012
20026
|
def _deserialize(self, params):
|
|
20013
20027
|
self._PageNumber = params.get("PageNumber")
|
|
@@ -20021,6 +20035,7 @@ class QAQuery(AbstractModel):
|
|
|
20021
20035
|
self._QaBizId = params.get("QaBizId")
|
|
20022
20036
|
self._Source = params.get("Source")
|
|
20023
20037
|
self._QueryAnswer = params.get("QueryAnswer")
|
|
20038
|
+
self._QueryType = params.get("QueryType")
|
|
20024
20039
|
memeber_set = set(params.keys())
|
|
20025
20040
|
for name, value in vars(self).items():
|
|
20026
20041
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1304
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1302
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|