tencentcloud-sdk-python-weilingwith 3.0.1328__py2.py3-none-any.whl → 3.0.1329__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/weilingwith/v20230427/models.py +0 -20
- {tencentcloud_sdk_python_weilingwith-3.0.1328.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info}/METADATA +2 -2
- {tencentcloud_sdk_python_weilingwith-3.0.1328.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info}/RECORD +6 -6
- {tencentcloud_sdk_python_weilingwith-3.0.1328.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_weilingwith-3.0.1328.dist-info → tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -18609,7 +18609,6 @@ class SaveDeviceGroupRes(AbstractModel):
|
|
18609
18609
|
def __init__(self):
|
18610
18610
|
r"""
|
18611
18611
|
:param _Id: 保存or修改设备分组回包信息
|
18612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18613
18612
|
:type Id: int
|
18614
18613
|
"""
|
18615
18614
|
self._Id = None
|
@@ -18617,7 +18616,6 @@ class SaveDeviceGroupRes(AbstractModel):
|
|
18617
18616
|
@property
|
18618
18617
|
def Id(self):
|
18619
18618
|
"""保存or修改设备分组回包信息
|
18620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18621
18619
|
:rtype: int
|
18622
18620
|
"""
|
18623
18621
|
return self._Id
|
@@ -18692,13 +18690,10 @@ class SceneInfo(AbstractModel):
|
|
18692
18690
|
def __init__(self):
|
18693
18691
|
r"""
|
18694
18692
|
:param _SceneId: 场景id
|
18695
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18696
18693
|
:type SceneId: str
|
18697
18694
|
:param _SceneName: 场景名称
|
18698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18699
18695
|
:type SceneName: str
|
18700
18696
|
:param _Version: 场景版本
|
18701
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18702
18697
|
:type Version: str
|
18703
18698
|
"""
|
18704
18699
|
self._SceneId = None
|
@@ -18708,7 +18703,6 @@ class SceneInfo(AbstractModel):
|
|
18708
18703
|
@property
|
18709
18704
|
def SceneId(self):
|
18710
18705
|
"""场景id
|
18711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18712
18706
|
:rtype: str
|
18713
18707
|
"""
|
18714
18708
|
return self._SceneId
|
@@ -18720,7 +18714,6 @@ class SceneInfo(AbstractModel):
|
|
18720
18714
|
@property
|
18721
18715
|
def SceneName(self):
|
18722
18716
|
"""场景名称
|
18723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18724
18717
|
:rtype: str
|
18725
18718
|
"""
|
18726
18719
|
return self._SceneName
|
@@ -18732,7 +18725,6 @@ class SceneInfo(AbstractModel):
|
|
18732
18725
|
@property
|
18733
18726
|
def Version(self):
|
18734
18727
|
"""场景版本
|
18735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18736
18728
|
:rtype: str
|
18737
18729
|
"""
|
18738
18730
|
return self._Version
|
@@ -18850,16 +18842,12 @@ class SpaceDataStats(AbstractModel):
|
|
18850
18842
|
def __init__(self):
|
18851
18843
|
r"""
|
18852
18844
|
:param _WorkspaceId: 工作空间ID
|
18853
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18854
18845
|
:type WorkspaceId: str
|
18855
18846
|
:param _WorkspaceName: 工作空间名称
|
18856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18857
18847
|
:type WorkspaceName: str
|
18858
18848
|
:param _BuildingCount: 楼栋数量
|
18859
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18860
18849
|
:type BuildingCount: int
|
18861
18850
|
:param _BuildingArea: 建筑面积
|
18862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18863
18851
|
:type BuildingArea: float
|
18864
18852
|
"""
|
18865
18853
|
self._WorkspaceId = None
|
@@ -18870,7 +18858,6 @@ class SpaceDataStats(AbstractModel):
|
|
18870
18858
|
@property
|
18871
18859
|
def WorkspaceId(self):
|
18872
18860
|
"""工作空间ID
|
18873
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18874
18861
|
:rtype: str
|
18875
18862
|
"""
|
18876
18863
|
return self._WorkspaceId
|
@@ -18882,7 +18869,6 @@ class SpaceDataStats(AbstractModel):
|
|
18882
18869
|
@property
|
18883
18870
|
def WorkspaceName(self):
|
18884
18871
|
"""工作空间名称
|
18885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18886
18872
|
:rtype: str
|
18887
18873
|
"""
|
18888
18874
|
return self._WorkspaceName
|
@@ -18894,7 +18880,6 @@ class SpaceDataStats(AbstractModel):
|
|
18894
18880
|
@property
|
18895
18881
|
def BuildingCount(self):
|
18896
18882
|
"""楼栋数量
|
18897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18898
18883
|
:rtype: int
|
18899
18884
|
"""
|
18900
18885
|
return self._BuildingCount
|
@@ -18906,7 +18891,6 @@ class SpaceDataStats(AbstractModel):
|
|
18906
18891
|
@property
|
18907
18892
|
def BuildingArea(self):
|
18908
18893
|
"""建筑面积
|
18909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18910
18894
|
:rtype: float
|
18911
18895
|
"""
|
18912
18896
|
return self._BuildingArea
|
@@ -18939,10 +18923,8 @@ class SpaceDataTotalStatsRes(AbstractModel):
|
|
18939
18923
|
def __init__(self):
|
18940
18924
|
r"""
|
18941
18925
|
:param _BuildingCount: 总楼栋数量
|
18942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18943
18926
|
:type BuildingCount: int
|
18944
18927
|
:param _BuildingArea: 总建筑面积
|
18945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18946
18928
|
:type BuildingArea: float
|
18947
18929
|
"""
|
18948
18930
|
self._BuildingCount = None
|
@@ -18951,7 +18933,6 @@ class SpaceDataTotalStatsRes(AbstractModel):
|
|
18951
18933
|
@property
|
18952
18934
|
def BuildingCount(self):
|
18953
18935
|
"""总楼栋数量
|
18954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18955
18936
|
:rtype: int
|
18956
18937
|
"""
|
18957
18938
|
return self._BuildingCount
|
@@ -18963,7 +18944,6 @@ class SpaceDataTotalStatsRes(AbstractModel):
|
|
18963
18944
|
@property
|
18964
18945
|
def BuildingArea(self):
|
18965
18946
|
"""总建筑面积
|
18966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18967
18947
|
:rtype: float
|
18968
18948
|
"""
|
18969
18949
|
return self._BuildingArea
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tencentcloud-sdk-python-weilingwith
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1329
|
4
4
|
Summary: Tencent Cloud Weilingwith 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 (==3.0.
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common (==3.0.1329)
|
19
19
|
|
20
20
|
============================
|
21
21
|
Tencent Cloud SDK for Python
|
@@ -1,10 +1,10 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=D1OFENzhL6egSoLkLk7Vihf4pEoNda7PraCg8Tmiqlw,631
|
2
2
|
tencentcloud/weilingwith/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
tencentcloud/weilingwith/v20230427/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
tencentcloud/weilingwith/v20230427/errorcodes.py,sha256=X6eW2aW6obRprFUx7xLZH_McLbE3NyJQX2LTddzH_pU,8533
|
5
|
-
tencentcloud/weilingwith/v20230427/models.py,sha256=
|
5
|
+
tencentcloud/weilingwith/v20230427/models.py,sha256=QCbq1SnMMO22ZEvO0y4aBZs3m5FkQ9jrOW9dZid8Q-E,621269
|
6
6
|
tencentcloud/weilingwith/v20230427/weilingwith_client.py,sha256=_4RuWaZo8a9So0Rd0J7IWqnRxfc12tEqyTTLiZfsFBc,60031
|
7
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
8
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
9
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
10
|
-
tencentcloud_sdk_python_weilingwith-3.0.
|
7
|
+
tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info/METADATA,sha256=n7HEuWAzq9r1ZbKKU0FTAQorj4J3zU1beuXmTwF4LIQ,1536
|
8
|
+
tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
9
|
+
tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
10
|
+
tencentcloud_sdk_python_weilingwith-3.0.1329.dist-info/RECORD,,
|
File without changes
|