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.

Files changed (14) hide show
  1. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/__init__.py +1 -1
  3. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/models.py +5 -0
  4. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud_sdk_python_wedata.egg-info/PKG-INFO +1 -1
  5. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/README.rst +0 -0
  6. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/setup.cfg +0 -0
  7. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/setup.py +0 -0
  8. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/__init__.py +0 -0
  9. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/__init__.py +0 -0
  10. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/errorcodes.py +0 -0
  11. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud/wedata/v20210820/wedata_client.py +0 -0
  12. {tencentcloud-sdk-python-wedata-3.0.862 → tencentcloud-sdk-python-wedata-3.0.864}/tencentcloud_sdk_python_wedata.egg-info/SOURCES.txt +0 -0
  13. {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
  14. {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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-wedata
3
- Version: 3.0.862
3
+ Version: 3.0.864
4
4
  Summary: Tencent Cloud Wedata SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.862'
17
+ __version__ = '3.0.864'
@@ -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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-wedata
3
- Version: 3.0.862
3
+ Version: 3.0.864
4
4
  Summary: Tencent Cloud Wedata SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud