tencentcloud-sdk-python-wedata 3.0.862__tar.gz → 3.0.864__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-wedata might be problematic. Click here for more details.
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/models.py +5 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/README.rst +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/setup.cfg +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/setup.py +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/__init__.py +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/__init__.py +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud_sdk_python_wedata.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud_sdk_python_wedata.egg-info/top_level.txt +0 -0
|
@@ -11651,6 +11651,9 @@ class InLongAgentDetail(AbstractModel):
|
|
|
11651
11651
|
:param AgentTotal: agent数量
|
|
11652
11652
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11653
11653
|
:type AgentTotal: int
|
|
11654
|
+
:param LifeDays: 生命周期
|
|
11655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11656
|
+
:type LifeDays: int
|
|
11654
11657
|
"""
|
|
11655
11658
|
self.AgentId = None
|
|
11656
11659
|
self.AgentName = None
|
|
@@ -11665,6 +11668,7 @@ class InLongAgentDetail(AbstractModel):
|
|
|
11665
11668
|
self.AgentGroupId = None
|
|
11666
11669
|
self.CvmAgentStatusList = None
|
|
11667
11670
|
self.AgentTotal = None
|
|
11671
|
+
self.LifeDays = None
|
|
11668
11672
|
|
|
11669
11673
|
|
|
11670
11674
|
def _deserialize(self, params):
|
|
@@ -11686,6 +11690,7 @@ class InLongAgentDetail(AbstractModel):
|
|
|
11686
11690
|
obj._deserialize(item)
|
|
11687
11691
|
self.CvmAgentStatusList.append(obj)
|
|
11688
11692
|
self.AgentTotal = params.get("AgentTotal")
|
|
11693
|
+
self.LifeDays = params.get("LifeDays")
|
|
11689
11694
|
memeber_set = set(params.keys())
|
|
11690
11695
|
for name, value in vars(self).items():
|
|
11691
11696
|
if name in memeber_set:
|
{tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/README.rst
RENAMED
|
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
|