tencentcloud-sdk-python-lke 3.1.62__tar.gz → 3.1.64__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.1.62 → tencentcloud_sdk_python_lke-3.1.64}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/setup.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/lke/v20231130/models.py +15 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_lke-3.1.64/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_lke-3.1.62/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/README.rst +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/setup.cfg +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/lke/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/lke/v20231130/__init__.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/lke/v20231130/lke_client.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_lke-3.1.62 → tencentcloud_sdk_python_lke-3.1.64}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.64
|
|
4
4
|
Summary: Tencent Cloud Lke SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -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.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.64,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Lke SDK for Python',
|
|
@@ -8590,11 +8590,14 @@ class CreateWorkflowRunRequest(AbstractModel):
|
|
|
8590
8590
|
:type Query: str
|
|
8591
8591
|
:param _CustomVariables: API参数配置
|
|
8592
8592
|
:type CustomVariables: list of CustomVariable
|
|
8593
|
+
:param _VisitorId: 用户ID
|
|
8594
|
+
:type VisitorId: str
|
|
8593
8595
|
"""
|
|
8594
8596
|
self._AppBizId = None
|
|
8595
8597
|
self._RunEnv = None
|
|
8596
8598
|
self._Query = None
|
|
8597
8599
|
self._CustomVariables = None
|
|
8600
|
+
self._VisitorId = None
|
|
8598
8601
|
|
|
8599
8602
|
@property
|
|
8600
8603
|
def AppBizId(self):
|
|
@@ -8640,6 +8643,17 @@ class CreateWorkflowRunRequest(AbstractModel):
|
|
|
8640
8643
|
def CustomVariables(self, CustomVariables):
|
|
8641
8644
|
self._CustomVariables = CustomVariables
|
|
8642
8645
|
|
|
8646
|
+
@property
|
|
8647
|
+
def VisitorId(self):
|
|
8648
|
+
r"""用户ID
|
|
8649
|
+
:rtype: str
|
|
8650
|
+
"""
|
|
8651
|
+
return self._VisitorId
|
|
8652
|
+
|
|
8653
|
+
@VisitorId.setter
|
|
8654
|
+
def VisitorId(self, VisitorId):
|
|
8655
|
+
self._VisitorId = VisitorId
|
|
8656
|
+
|
|
8643
8657
|
|
|
8644
8658
|
def _deserialize(self, params):
|
|
8645
8659
|
self._AppBizId = params.get("AppBizId")
|
|
@@ -8651,6 +8665,7 @@ class CreateWorkflowRunRequest(AbstractModel):
|
|
|
8651
8665
|
obj = CustomVariable()
|
|
8652
8666
|
obj._deserialize(item)
|
|
8653
8667
|
self._CustomVariables.append(obj)
|
|
8668
|
+
self._VisitorId = params.get("VisitorId")
|
|
8654
8669
|
memeber_set = set(params.keys())
|
|
8655
8670
|
for name, value in vars(self).items():
|
|
8656
8671
|
property_name = name[1:]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-lke
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.64
|
|
4
4
|
Summary: Tencent Cloud Lke SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.64
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.62
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|