tencentcloud-sdk-python 3.0.1351__py2.py3-none-any.whl → 3.0.1353__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.
Files changed (66) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/batch_client.py +0 -46
  3. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  4. tencentcloud/batch/v20170312/models.py +21 -962
  5. tencentcloud/bi/v20220105/models.py +145 -0
  6. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  7. tencentcloud/cam/v20190116/models.py +0 -82
  8. tencentcloud/cbs/v20170312/models.py +6 -14
  9. tencentcloud/cdn/v20180606/models.py +0 -46
  10. tencentcloud/chdfs/v20201112/models.py +2 -2
  11. tencentcloud/cls/v20201016/cls_client.py +92 -0
  12. tencentcloud/cls/v20201016/models.py +908 -26
  13. tencentcloud/controlcenter/v20230110/models.py +0 -58
  14. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  15. tencentcloud/cvm/v20170312/models.py +2 -6
  16. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  17. tencentcloud/dbbrain/v20191016/models.py +603 -10
  18. tencentcloud/dbbrain/v20210527/dbbrain_client.py +46 -0
  19. tencentcloud/dbbrain/v20210527/models.py +942 -49
  20. tencentcloud/dcdb/v20180411/models.py +175 -2
  21. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  22. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  23. tencentcloud/dlc/v20210125/models.py +284 -0
  24. tencentcloud/dnspod/v20210323/models.py +0 -70
  25. tencentcloud/ess/v20201111/models.py +6 -6
  26. tencentcloud/essbasic/v20210526/models.py +2 -2
  27. tencentcloud/facefusion/v20220927/models.py +4 -2
  28. tencentcloud/gs/v20191118/models.py +51 -4
  29. tencentcloud/hai/v20230812/models.py +2 -18
  30. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
  31. tencentcloud/iotexplorer/v20190423/models.py +141 -420
  32. tencentcloud/live/v20180801/models.py +4 -6
  33. tencentcloud/lkeap/v20240522/models.py +12 -6
  34. tencentcloud/mariadb/v20170312/models.py +151 -2
  35. tencentcloud/mps/v20190612/models.py +10 -10
  36. tencentcloud/mqtt/v20240516/models.py +97 -14
  37. tencentcloud/ocr/v20181119/errorcodes.py +0 -3
  38. tencentcloud/ocr/v20181119/models.py +143 -558
  39. tencentcloud/ocr/v20181119/ocr_client.py +0 -23
  40. tencentcloud/organization/v20210331/models.py +15 -0
  41. tencentcloud/partners/v20180321/models.py +15 -0
  42. tencentcloud/sqlserver/v20180328/models.py +15 -0
  43. tencentcloud/tcb/v20180608/models.py +20 -0
  44. tencentcloud/tdmq/v20200217/models.py +45 -0
  45. tencentcloud/teo/v20220106/teo_client.py +6 -2
  46. tencentcloud/teo/v20220901/models.py +85 -12
  47. tencentcloud/tione/v20211111/models.py +35 -3
  48. tencentcloud/trro/v20220325/models.py +992 -44
  49. tencentcloud/trro/v20220325/trro_client.py +117 -0
  50. tencentcloud/tse/v20201207/models.py +0 -34
  51. tencentcloud/vdb/v20230616/models.py +1438 -40
  52. tencentcloud/vdb/v20230616/vdb_client.py +184 -0
  53. tencentcloud/vod/v20180717/models.py +15 -0
  54. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  55. tencentcloud/vod/v20240718/models.py +1839 -0
  56. tencentcloud/vod/v20240718/vod_client.py +146 -0
  57. tencentcloud/vpc/v20170312/models.py +300 -0
  58. tencentcloud/vpc/v20170312/vpc_client.py +26 -0
  59. tencentcloud/wedata/v20210820/models.py +808 -0
  60. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  61. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  62. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/METADATA +1 -1
  63. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/RECORD +66 -66
  64. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/LICENSE +0 -0
  65. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/WHEEL +0 -0
  66. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1353.dist-info}/top_level.txt +0 -0
@@ -203,13 +203,10 @@ class ActivateTWeCallLicenseResponse(AbstractModel):
203
203
  def __init__(self):
204
204
  r"""
205
205
  :param _DeviceList: 设备激活返回数据
206
- 注意:此字段可能返回 null,表示取不到有效值。
207
206
  :type DeviceList: list of DeviceActiveResult
208
207
  :param _FailureList: 设备激活失败返回数据
209
- 注意:此字段可能返回 null,表示取不到有效值。
210
208
  :type FailureList: list of DeviceActiveResult
211
209
  :param _SuccessList: 设备激活成功返回数据
212
- 注意:此字段可能返回 null,表示取不到有效值。
213
210
  :type SuccessList: list of DeviceActiveResult
214
211
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
215
212
  :type RequestId: str
@@ -221,20 +218,22 @@ class ActivateTWeCallLicenseResponse(AbstractModel):
221
218
 
222
219
  @property
223
220
  def DeviceList(self):
221
+ warnings.warn("parameter `DeviceList` is deprecated", DeprecationWarning)
222
+
224
223
  """设备激活返回数据
225
- 注意:此字段可能返回 null,表示取不到有效值。
226
224
  :rtype: list of DeviceActiveResult
227
225
  """
228
226
  return self._DeviceList
229
227
 
230
228
  @DeviceList.setter
231
229
  def DeviceList(self, DeviceList):
230
+ warnings.warn("parameter `DeviceList` is deprecated", DeprecationWarning)
231
+
232
232
  self._DeviceList = DeviceList
233
233
 
234
234
  @property
235
235
  def FailureList(self):
236
236
  """设备激活失败返回数据
237
- 注意:此字段可能返回 null,表示取不到有效值。
238
237
  :rtype: list of DeviceActiveResult
239
238
  """
240
239
  return self._FailureList
@@ -246,7 +245,6 @@ class ActivateTWeCallLicenseResponse(AbstractModel):
246
245
  @property
247
246
  def SuccessList(self):
248
247
  """设备激活成功返回数据
249
- 注意:此字段可能返回 null,表示取不到有效值。
250
248
  :rtype: list of DeviceActiveResult
251
249
  """
252
250
  return self._SuccessList
@@ -468,22 +466,16 @@ class AuthMiniProgramAppInfo(AbstractModel):
468
466
  def __init__(self):
469
467
  r"""
470
468
  :param _MiniProgramAppId: 小程序APPID
471
- 注意:此字段可能返回 null,表示取不到有效值。
472
469
  :type MiniProgramAppId: str
473
470
  :param _CreateTime: 创建时间
474
- 注意:此字段可能返回 null,表示取不到有效值。
475
471
  :type CreateTime: int
476
472
  :param _MiniProgramName: 小程序名称
477
- 注意:此字段可能返回 null,表示取不到有效值。
478
473
  :type MiniProgramName: str
479
474
  :param _LicenseNum: 激活码数
480
- 注意:此字段可能返回 null,表示取不到有效值。
481
475
  :type LicenseNum: int
482
476
  :param _IotAppId: 应用ID
483
- 注意:此字段可能返回 null,表示取不到有效值。
484
477
  :type IotAppId: str
485
478
  :param _IotAppName: 应用名称
486
- 注意:此字段可能返回 null,表示取不到有效值。
487
479
  :type IotAppName: str
488
480
  """
489
481
  self._MiniProgramAppId = None
@@ -496,7 +488,6 @@ class AuthMiniProgramAppInfo(AbstractModel):
496
488
  @property
497
489
  def MiniProgramAppId(self):
498
490
  """小程序APPID
499
- 注意:此字段可能返回 null,表示取不到有效值。
500
491
  :rtype: str
501
492
  """
502
493
  return self._MiniProgramAppId
@@ -508,7 +499,6 @@ class AuthMiniProgramAppInfo(AbstractModel):
508
499
  @property
509
500
  def CreateTime(self):
510
501
  """创建时间
511
- 注意:此字段可能返回 null,表示取不到有效值。
512
502
  :rtype: int
513
503
  """
514
504
  return self._CreateTime
@@ -520,7 +510,6 @@ class AuthMiniProgramAppInfo(AbstractModel):
520
510
  @property
521
511
  def MiniProgramName(self):
522
512
  """小程序名称
523
- 注意:此字段可能返回 null,表示取不到有效值。
524
513
  :rtype: str
525
514
  """
526
515
  return self._MiniProgramName
@@ -532,7 +521,6 @@ class AuthMiniProgramAppInfo(AbstractModel):
532
521
  @property
533
522
  def LicenseNum(self):
534
523
  """激活码数
535
- 注意:此字段可能返回 null,表示取不到有效值。
536
524
  :rtype: int
537
525
  """
538
526
  return self._LicenseNum
@@ -544,7 +532,6 @@ class AuthMiniProgramAppInfo(AbstractModel):
544
532
  @property
545
533
  def IotAppId(self):
546
534
  """应用ID
547
- 注意:此字段可能返回 null,表示取不到有效值。
548
535
  :rtype: str
549
536
  """
550
537
  return self._IotAppId
@@ -556,7 +543,6 @@ class AuthMiniProgramAppInfo(AbstractModel):
556
543
  @property
557
544
  def IotAppName(self):
558
545
  """应用名称
559
- 注意:此字段可能返回 null,表示取不到有效值。
560
546
  :rtype: str
561
547
  """
562
548
  return self._IotAppName
@@ -945,25 +931,18 @@ class BindProductInfo(AbstractModel):
945
931
  :param _ProductName: 产品名称。
946
932
  :type ProductName: str
947
933
  :param _ProjectId: 产品所属项目ID。
948
- 注意:此字段可能返回 null,表示取不到有效值。
949
934
  :type ProjectId: str
950
935
  :param _DataProtocol: 物模型类型。
951
- 注意:此字段可能返回 null,表示取不到有效值。
952
936
  :type DataProtocol: int
953
937
  :param _CategoryId: 产品分组模板ID
954
- 注意:此字段可能返回 null,表示取不到有效值。
955
938
  :type CategoryId: int
956
939
  :param _ProductType: 产品类型
957
- 注意:此字段可能返回 null,表示取不到有效值。
958
940
  :type ProductType: int
959
941
  :param _NetType: 连接类型
960
- 注意:此字段可能返回 null,表示取不到有效值。
961
942
  :type NetType: str
962
943
  :param _DevStatus: 状态
963
- 注意:此字段可能返回 null,表示取不到有效值。
964
944
  :type DevStatus: str
965
945
  :param _ProductOwnerName: 产品拥有者名称
966
- 注意:此字段可能返回 null,表示取不到有效值。
967
946
  :type ProductOwnerName: str
968
947
  """
969
948
  self._ProductId = None
@@ -1001,7 +980,6 @@ class BindProductInfo(AbstractModel):
1001
980
  @property
1002
981
  def ProjectId(self):
1003
982
  """产品所属项目ID。
1004
- 注意:此字段可能返回 null,表示取不到有效值。
1005
983
  :rtype: str
1006
984
  """
1007
985
  return self._ProjectId
@@ -1013,7 +991,6 @@ class BindProductInfo(AbstractModel):
1013
991
  @property
1014
992
  def DataProtocol(self):
1015
993
  """物模型类型。
1016
- 注意:此字段可能返回 null,表示取不到有效值。
1017
994
  :rtype: int
1018
995
  """
1019
996
  return self._DataProtocol
@@ -1025,7 +1002,6 @@ class BindProductInfo(AbstractModel):
1025
1002
  @property
1026
1003
  def CategoryId(self):
1027
1004
  """产品分组模板ID
1028
- 注意:此字段可能返回 null,表示取不到有效值。
1029
1005
  :rtype: int
1030
1006
  """
1031
1007
  return self._CategoryId
@@ -1037,7 +1013,6 @@ class BindProductInfo(AbstractModel):
1037
1013
  @property
1038
1014
  def ProductType(self):
1039
1015
  """产品类型
1040
- 注意:此字段可能返回 null,表示取不到有效值。
1041
1016
  :rtype: int
1042
1017
  """
1043
1018
  return self._ProductType
@@ -1049,7 +1024,6 @@ class BindProductInfo(AbstractModel):
1049
1024
  @property
1050
1025
  def NetType(self):
1051
1026
  """连接类型
1052
- 注意:此字段可能返回 null,表示取不到有效值。
1053
1027
  :rtype: str
1054
1028
  """
1055
1029
  return self._NetType
@@ -1061,7 +1035,6 @@ class BindProductInfo(AbstractModel):
1061
1035
  @property
1062
1036
  def DevStatus(self):
1063
1037
  """状态
1064
- 注意:此字段可能返回 null,表示取不到有效值。
1065
1038
  :rtype: str
1066
1039
  """
1067
1040
  return self._DevStatus
@@ -1073,7 +1046,6 @@ class BindProductInfo(AbstractModel):
1073
1046
  @property
1074
1047
  def ProductOwnerName(self):
1075
1048
  """产品拥有者名称
1076
- 注意:此字段可能返回 null,表示取不到有效值。
1077
1049
  :rtype: str
1078
1050
  """
1079
1051
  return self._ProductOwnerName
@@ -1412,7 +1384,6 @@ class CallDeviceActionSyncResponse(AbstractModel):
1412
1384
  :param _ClientToken: 调用Id
1413
1385
  :type ClientToken: str
1414
1386
  :param _OutputParams: 输出参数,取值设备端上报$thing/up/action method为action_reply 的 response字段,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
1415
- 注意:此字段可能返回 null,表示取不到有效值。
1416
1387
  :type OutputParams: str
1417
1388
  :param _Status: 返回状态,取值设备端上报$thing/up/action method为action_reply 的 status字段,如果不包含status字段,则取默认值,空字符串,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
1418
1389
  :type Status: str
@@ -1438,7 +1409,6 @@ class CallDeviceActionSyncResponse(AbstractModel):
1438
1409
  @property
1439
1410
  def OutputParams(self):
1440
1411
  """输出参数,取值设备端上报$thing/up/action method为action_reply 的 response字段,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
1441
- 注意:此字段可能返回 null,表示取不到有效值。
1442
1412
  :rtype: str
1443
1413
  """
1444
1414
  return self._OutputParams
@@ -1485,10 +1455,8 @@ class CamTag(AbstractModel):
1485
1455
  def __init__(self):
1486
1456
  r"""
1487
1457
  :param _TagKey: 标签键
1488
- 注意:此字段可能返回 null,表示取不到有效值。
1489
1458
  :type TagKey: str
1490
1459
  :param _TagValue: 标签值
1491
- 注意:此字段可能返回 null,表示取不到有效值。
1492
1460
  :type TagValue: str
1493
1461
  """
1494
1462
  self._TagKey = None
@@ -1497,7 +1465,6 @@ class CamTag(AbstractModel):
1497
1465
  @property
1498
1466
  def TagKey(self):
1499
1467
  """标签键
1500
- 注意:此字段可能返回 null,表示取不到有效值。
1501
1468
  :rtype: str
1502
1469
  """
1503
1470
  return self._TagKey
@@ -1509,7 +1476,6 @@ class CamTag(AbstractModel):
1509
1476
  @property
1510
1477
  def TagValue(self):
1511
1478
  """标签值
1512
- 注意:此字段可能返回 null,表示取不到有效值。
1513
1479
  :rtype: str
1514
1480
  """
1515
1481
  return self._TagValue
@@ -1749,10 +1715,8 @@ class CheckFirmwareUpdateResponse(AbstractModel):
1749
1715
  def __init__(self):
1750
1716
  r"""
1751
1717
  :param _CurrentVersion: 设备当前固件版本。
1752
- 注意:此字段可能返回 null,表示取不到有效值。
1753
1718
  :type CurrentVersion: str
1754
1719
  :param _DstVersion: 固件可升级版本。
1755
- 注意:此字段可能返回 null,表示取不到有效值。
1756
1720
  :type DstVersion: str
1757
1721
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1758
1722
  :type RequestId: str
@@ -1764,7 +1728,6 @@ class CheckFirmwareUpdateResponse(AbstractModel):
1764
1728
  @property
1765
1729
  def CurrentVersion(self):
1766
1730
  """设备当前固件版本。
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1731
  :rtype: str
1769
1732
  """
1770
1733
  return self._CurrentVersion
@@ -1776,7 +1739,6 @@ class CheckFirmwareUpdateResponse(AbstractModel):
1776
1739
  @property
1777
1740
  def DstVersion(self):
1778
1741
  """固件可升级版本。
1779
- 注意:此字段可能返回 null,表示取不到有效值。
1780
1742
  :rtype: str
1781
1743
  """
1782
1744
  return self._DstVersion
@@ -2064,12 +2026,15 @@ class CloudStorageAIServiceTaskFileInfo(AbstractModel):
2064
2026
  :type MimeType: str
2065
2027
  :param _VideoMetaInfo: 视频文件元数据(仅当文件为视频类型时包含该字段)
2066
2028
  :type VideoMetaInfo: :class:`tencentcloud.iotexplorer.v20190423.models.CloudStorageAIServiceTaskVideoMetaInfo`
2029
+ :param _Labels: 文件标签
2030
+ :type Labels: list of CloudStorageAIServiceTaskFileLabel
2067
2031
  """
2068
2032
  self._FileName = None
2069
2033
  self._FileSize = None
2070
2034
  self._DownloadURL = None
2071
2035
  self._MimeType = None
2072
2036
  self._VideoMetaInfo = None
2037
+ self._Labels = None
2073
2038
 
2074
2039
  @property
2075
2040
  def FileName(self):
@@ -2126,6 +2091,17 @@ class CloudStorageAIServiceTaskFileInfo(AbstractModel):
2126
2091
  def VideoMetaInfo(self, VideoMetaInfo):
2127
2092
  self._VideoMetaInfo = VideoMetaInfo
2128
2093
 
2094
+ @property
2095
+ def Labels(self):
2096
+ """文件标签
2097
+ :rtype: list of CloudStorageAIServiceTaskFileLabel
2098
+ """
2099
+ return self._Labels
2100
+
2101
+ @Labels.setter
2102
+ def Labels(self, Labels):
2103
+ self._Labels = Labels
2104
+
2129
2105
 
2130
2106
  def _deserialize(self, params):
2131
2107
  self._FileName = params.get("FileName")
@@ -2135,6 +2111,63 @@ class CloudStorageAIServiceTaskFileInfo(AbstractModel):
2135
2111
  if params.get("VideoMetaInfo") is not None:
2136
2112
  self._VideoMetaInfo = CloudStorageAIServiceTaskVideoMetaInfo()
2137
2113
  self._VideoMetaInfo._deserialize(params.get("VideoMetaInfo"))
2114
+ if params.get("Labels") is not None:
2115
+ self._Labels = []
2116
+ for item in params.get("Labels"):
2117
+ obj = CloudStorageAIServiceTaskFileLabel()
2118
+ obj._deserialize(item)
2119
+ self._Labels.append(obj)
2120
+ memeber_set = set(params.keys())
2121
+ for name, value in vars(self).items():
2122
+ property_name = name[1:]
2123
+ if property_name in memeber_set:
2124
+ memeber_set.remove(property_name)
2125
+ if len(memeber_set) > 0:
2126
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2127
+
2128
+
2129
+
2130
+ class CloudStorageAIServiceTaskFileLabel(AbstractModel):
2131
+ """云存 AI 任务输出文件标签
2132
+
2133
+ """
2134
+
2135
+ def __init__(self):
2136
+ r"""
2137
+ :param _Key: key1
2138
+ :type Key: str
2139
+ :param _Value: value1
2140
+ :type Value: str
2141
+ """
2142
+ self._Key = None
2143
+ self._Value = None
2144
+
2145
+ @property
2146
+ def Key(self):
2147
+ """key1
2148
+ :rtype: str
2149
+ """
2150
+ return self._Key
2151
+
2152
+ @Key.setter
2153
+ def Key(self, Key):
2154
+ self._Key = Key
2155
+
2156
+ @property
2157
+ def Value(self):
2158
+ """value1
2159
+ :rtype: str
2160
+ """
2161
+ return self._Value
2162
+
2163
+ @Value.setter
2164
+ def Value(self, Value):
2165
+ self._Value = Value
2166
+
2167
+
2168
+ def _deserialize(self, params):
2169
+ self._Key = params.get("Key")
2170
+ self._Value = params.get("Value")
2138
2171
  memeber_set = set(params.keys())
2139
2172
  for name, value in vars(self).items():
2140
2173
  property_name = name[1:]
@@ -2533,7 +2566,6 @@ class CloudStorageTimeData(AbstractModel):
2533
2566
  :param _TimeList: 云存时间轴信息列表
2534
2567
  :type TimeList: list of CloudStorageTimeInfo
2535
2568
  :param _VideoURL: 播放地址
2536
- 注意:此字段可能返回 null,表示取不到有效值。
2537
2569
  :type VideoURL: str
2538
2570
  """
2539
2571
  self._TimeList = None
@@ -2553,7 +2585,6 @@ class CloudStorageTimeData(AbstractModel):
2553
2585
  @property
2554
2586
  def VideoURL(self):
2555
2587
  """播放地址
2556
- 注意:此字段可能返回 null,表示取不到有效值。
2557
2588
  :rtype: str
2558
2589
  """
2559
2590
  return self._VideoURL
@@ -2791,7 +2822,6 @@ class ControlDeviceDataResponse(AbstractModel):
2791
2822
  :param _Result: JSON字符串, 返回下发控制的结果信息,
2792
2823
  Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
2793
2824
  pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
2794
- 注意:此字段可能返回 null,表示取不到有效值。
2795
2825
  :type Result: str
2796
2826
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2797
2827
  :type RequestId: str
@@ -2816,7 +2846,6 @@ pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备
2816
2846
  """JSON字符串, 返回下发控制的结果信息,
2817
2847
  Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
2818
2848
  pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
2819
- 注意:此字段可能返回 null,表示取不到有效值。
2820
2849
  :rtype: str
2821
2850
  """
2822
2851
  return self._Result
@@ -4104,10 +4133,8 @@ class CreateFreeCloudStorageResponse(AbstractModel):
4104
4133
  def __init__(self):
4105
4134
  r"""
4106
4135
  :param _Price: 订单金额,单位为分
4107
- 注意:此字段可能返回 null,表示取不到有效值。
4108
4136
  :type Price: int
4109
4137
  :param _Amount: 支付金额,单位为分
4110
- 注意:此字段可能返回 null,表示取不到有效值。
4111
4138
  :type Amount: int
4112
4139
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4113
4140
  :type RequestId: str
@@ -4119,7 +4146,6 @@ class CreateFreeCloudStorageResponse(AbstractModel):
4119
4146
  @property
4120
4147
  def Price(self):
4121
4148
  """订单金额,单位为分
4122
- 注意:此字段可能返回 null,表示取不到有效值。
4123
4149
  :rtype: int
4124
4150
  """
4125
4151
  return self._Price
@@ -4131,7 +4157,6 @@ class CreateFreeCloudStorageResponse(AbstractModel):
4131
4157
  @property
4132
4158
  def Amount(self):
4133
4159
  """支付金额,单位为分
4134
- 注意:此字段可能返回 null,表示取不到有效值。
4135
4160
  :rtype: int
4136
4161
  """
4137
4162
  return self._Amount
@@ -4347,10 +4372,8 @@ class CreateIotVideoCloudStorageResponse(AbstractModel):
4347
4372
  def __init__(self):
4348
4373
  r"""
4349
4374
  :param _Price: 订单金额,单位为分
4350
- 注意:此字段可能返回 null,表示取不到有效值。
4351
4375
  :type Price: int
4352
4376
  :param _Amount: 支付金额,单位为分
4353
- 注意:此字段可能返回 null,表示取不到有效值。
4354
4377
  :type Amount: int
4355
4378
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4356
4379
  :type RequestId: str
@@ -4362,7 +4385,6 @@ class CreateIotVideoCloudStorageResponse(AbstractModel):
4362
4385
  @property
4363
4386
  def Price(self):
4364
4387
  """订单金额,单位为分
4365
- 注意:此字段可能返回 null,表示取不到有效值。
4366
4388
  :rtype: int
4367
4389
  """
4368
4390
  return self._Price
@@ -4374,7 +4396,6 @@ class CreateIotVideoCloudStorageResponse(AbstractModel):
4374
4396
  @property
4375
4397
  def Amount(self):
4376
4398
  """支付金额,单位为分
4377
- 注意:此字段可能返回 null,表示取不到有效值。
4378
4399
  :rtype: int
4379
4400
  """
4380
4401
  return self._Amount
@@ -5003,7 +5024,6 @@ class CreatePositionSpaceResponse(AbstractModel):
5003
5024
  def __init__(self):
5004
5025
  r"""
5005
5026
  :param _SpaceId: 空间Id
5006
- 注意:此字段可能返回 null,表示取不到有效值。
5007
5027
  :type SpaceId: str
5008
5028
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5009
5029
  :type RequestId: str
@@ -5014,7 +5034,6 @@ class CreatePositionSpaceResponse(AbstractModel):
5014
5034
  @property
5015
5035
  def SpaceId(self):
5016
5036
  """空间Id
5017
- 注意:此字段可能返回 null,表示取不到有效值。
5018
5037
  :rtype: str
5019
5038
  """
5020
5039
  return self._SpaceId
@@ -5426,7 +5445,6 @@ class CreateTRTCSignaturesWithRoomIdResponse(AbstractModel):
5426
5445
  def __init__(self):
5427
5446
  r"""
5428
5447
  :param _TRTCParamList: 返回参数数组
5429
- 注意:此字段可能返回 null,表示取不到有效值。
5430
5448
  :type TRTCParamList: list of TRTCParams
5431
5449
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5432
5450
  :type RequestId: str
@@ -5437,7 +5455,6 @@ class CreateTRTCSignaturesWithRoomIdResponse(AbstractModel):
5437
5455
  @property
5438
5456
  def TRTCParamList(self):
5439
5457
  """返回参数数组
5440
- 注意:此字段可能返回 null,表示取不到有效值。
5441
5458
  :rtype: list of TRTCParams
5442
5459
  """
5443
5460
  return self._TRTCParamList
@@ -5871,10 +5888,8 @@ class DeleteDeviceResponse(AbstractModel):
5871
5888
  def __init__(self):
5872
5889
  r"""
5873
5890
  :param _ResultCode: 删除的结果代码
5874
- 注意:此字段可能返回 null,表示取不到有效值。
5875
5891
  :type ResultCode: str
5876
5892
  :param _ResultMessage: 删除的结果信息
5877
- 注意:此字段可能返回 null,表示取不到有效值。
5878
5893
  :type ResultMessage: str
5879
5894
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5880
5895
  :type RequestId: str
@@ -5886,7 +5901,6 @@ class DeleteDeviceResponse(AbstractModel):
5886
5901
  @property
5887
5902
  def ResultCode(self):
5888
5903
  """删除的结果代码
5889
- 注意:此字段可能返回 null,表示取不到有效值。
5890
5904
  :rtype: str
5891
5905
  """
5892
5906
  return self._ResultCode
@@ -5898,7 +5912,6 @@ class DeleteDeviceResponse(AbstractModel):
5898
5912
  @property
5899
5913
  def ResultMessage(self):
5900
5914
  """删除的结果信息
5901
- 注意:此字段可能返回 null,表示取不到有效值。
5902
5915
  :rtype: str
5903
5916
  """
5904
5917
  return self._ResultMessage
@@ -5974,10 +5987,8 @@ class DeleteDevicesResponse(AbstractModel):
5974
5987
  def __init__(self):
5975
5988
  r"""
5976
5989
  :param _ResultCode: 删除的结果代码
5977
- 注意:此字段可能返回 null,表示取不到有效值。
5978
5990
  :type ResultCode: str
5979
5991
  :param _ResultMessage: 删除的结果信息
5980
- 注意:此字段可能返回 null,表示取不到有效值。
5981
5992
  :type ResultMessage: str
5982
5993
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5983
5994
  :type RequestId: str
@@ -5989,7 +6000,6 @@ class DeleteDevicesResponse(AbstractModel):
5989
6000
  @property
5990
6001
  def ResultCode(self):
5991
6002
  """删除的结果代码
5992
- 注意:此字段可能返回 null,表示取不到有效值。
5993
6003
  :rtype: str
5994
6004
  """
5995
6005
  return self._ResultCode
@@ -6001,7 +6011,6 @@ class DeleteDevicesResponse(AbstractModel):
6001
6011
  @property
6002
6012
  def ResultMessage(self):
6003
6013
  """删除的结果信息
6004
- 注意:此字段可能返回 null,表示取不到有效值。
6005
6014
  :rtype: str
6006
6015
  """
6007
6016
  return self._ResultMessage
@@ -6698,7 +6707,6 @@ class DescribeActivateDeviceResponse(AbstractModel):
6698
6707
  def __init__(self):
6699
6708
  r"""
6700
6709
  :param _Data: 设备激活详情信息
6701
- 注意:此字段可能返回 null,表示取不到有效值。
6702
6710
  :type Data: :class:`tencentcloud.iotexplorer.v20190423.models.ActivateDeviceInfo`
6703
6711
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6704
6712
  :type RequestId: str
@@ -6709,7 +6717,6 @@ class DescribeActivateDeviceResponse(AbstractModel):
6709
6717
  @property
6710
6718
  def Data(self):
6711
6719
  """设备激活详情信息
6712
- 注意:此字段可能返回 null,表示取不到有效值。
6713
6720
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.ActivateDeviceInfo`
6714
6721
  """
6715
6722
  return self._Data
@@ -6796,7 +6803,6 @@ class DescribeActivateLicenseServiceResponse(AbstractModel):
6796
6803
  def __init__(self):
6797
6804
  r"""
6798
6805
  :param _Data: 增值服务激活码信息
6799
- 注意:此字段可能返回 null,表示取不到有效值。
6800
6806
  :type Data: list of LicenseServiceNumInfo
6801
6807
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6802
6808
  :type RequestId: str
@@ -6807,7 +6813,6 @@ class DescribeActivateLicenseServiceResponse(AbstractModel):
6807
6813
  @property
6808
6814
  def Data(self):
6809
6815
  """增值服务激活码信息
6810
- 注意:此字段可能返回 null,表示取不到有效值。
6811
6816
  :rtype: list of LicenseServiceNumInfo
6812
6817
  """
6813
6818
  return self._Data
@@ -6909,13 +6914,10 @@ class DescribeBatchProductionResponse(AbstractModel):
6909
6914
  :param _UploadUrl: 上传URL。
6910
6915
  :type UploadUrl: str
6911
6916
  :param _SuccessCount: 成功数
6912
- 注意:此字段可能返回 null,表示取不到有效值。
6913
6917
  :type SuccessCount: int
6914
6918
  :param _LastFailedReason: 量产最后失败原因
6915
- 注意:此字段可能返回 null,表示取不到有效值。
6916
6919
  :type LastFailedReason: str
6917
6920
  :param _Status: 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
6918
- 注意:此字段可能返回 null,表示取不到有效值。
6919
6921
  :type Status: int
6920
6922
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6921
6923
  :type RequestId: str
@@ -7000,7 +7002,6 @@ class DescribeBatchProductionResponse(AbstractModel):
7000
7002
  @property
7001
7003
  def SuccessCount(self):
7002
7004
  """成功数
7003
- 注意:此字段可能返回 null,表示取不到有效值。
7004
7005
  :rtype: int
7005
7006
  """
7006
7007
  return self._SuccessCount
@@ -7012,7 +7013,6 @@ class DescribeBatchProductionResponse(AbstractModel):
7012
7013
  @property
7013
7014
  def LastFailedReason(self):
7014
7015
  """量产最后失败原因
7015
- 注意:此字段可能返回 null,表示取不到有效值。
7016
7016
  :rtype: str
7017
7017
  """
7018
7018
  return self._LastFailedReason
@@ -7024,7 +7024,6 @@ class DescribeBatchProductionResponse(AbstractModel):
7024
7024
  @property
7025
7025
  def Status(self):
7026
7026
  """量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
7027
- 注意:此字段可能返回 null,表示取不到有效值。
7028
7027
  :rtype: int
7029
7028
  """
7030
7029
  return self._Status
@@ -7248,10 +7247,8 @@ class DescribeCloudStorageAIServiceCallbackResponse(AbstractModel):
7248
7247
  :param _Type: 推送类型。http:HTTP 回调
7249
7248
  :type Type: str
7250
7249
  :param _CallbackUrl: HTTP 回调 URL
7251
- 注意:此字段可能返回 null,表示取不到有效值。
7252
7250
  :type CallbackUrl: str
7253
7251
  :param _CallbackToken: HTTP 回调鉴权 Token
7254
- 注意:此字段可能返回 null,表示取不到有效值。
7255
7252
  :type CallbackToken: str
7256
7253
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7257
7254
  :type RequestId: str
@@ -7275,7 +7272,6 @@ class DescribeCloudStorageAIServiceCallbackResponse(AbstractModel):
7275
7272
  @property
7276
7273
  def CallbackUrl(self):
7277
7274
  """HTTP 回调 URL
7278
- 注意:此字段可能返回 null,表示取不到有效值。
7279
7275
  :rtype: str
7280
7276
  """
7281
7277
  return self._CallbackUrl
@@ -7287,7 +7283,6 @@ class DescribeCloudStorageAIServiceCallbackResponse(AbstractModel):
7287
7283
  @property
7288
7284
  def CallbackToken(self):
7289
7285
  """HTTP 回调鉴权 Token
7290
- 注意:此字段可能返回 null,表示取不到有效值。
7291
7286
  :rtype: str
7292
7287
  """
7293
7288
  return self._CallbackToken
@@ -7541,8 +7536,13 @@ class DescribeCloudStorageAIServiceTaskRequest(AbstractModel):
7541
7536
  r"""
7542
7537
  :param _TaskId: 任务 ID
7543
7538
  :type TaskId: str
7539
+ :param _FileURLExpireTime: 下载 URL 的过期时间。
7540
+
7541
+ 若传入该参数,则响应中将包含所有文件的下载 URL
7542
+ :type FileURLExpireTime: int
7544
7543
  """
7545
7544
  self._TaskId = None
7545
+ self._FileURLExpireTime = None
7546
7546
 
7547
7547
  @property
7548
7548
  def TaskId(self):
@@ -7555,9 +7555,23 @@ class DescribeCloudStorageAIServiceTaskRequest(AbstractModel):
7555
7555
  def TaskId(self, TaskId):
7556
7556
  self._TaskId = TaskId
7557
7557
 
7558
+ @property
7559
+ def FileURLExpireTime(self):
7560
+ """下载 URL 的过期时间。
7561
+
7562
+ 若传入该参数,则响应中将包含所有文件的下载 URL
7563
+ :rtype: int
7564
+ """
7565
+ return self._FileURLExpireTime
7566
+
7567
+ @FileURLExpireTime.setter
7568
+ def FileURLExpireTime(self, FileURLExpireTime):
7569
+ self._FileURLExpireTime = FileURLExpireTime
7570
+
7558
7571
 
7559
7572
  def _deserialize(self, params):
7560
7573
  self._TaskId = params.get("TaskId")
7574
+ self._FileURLExpireTime = params.get("FileURLExpireTime")
7561
7575
  memeber_set = set(params.keys())
7562
7576
  for name, value in vars(self).items():
7563
7577
  property_name = name[1:]
@@ -8734,13 +8748,10 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8734
8748
  def __init__(self):
8735
8749
  r"""
8736
8750
  :param _StartTime: 云存套餐开始时间
8737
- 注意:此字段可能返回 null,表示取不到有效值。
8738
8751
  :type StartTime: int
8739
8752
  :param _ExpireTime: 云存套餐过期时间
8740
- 注意:此字段可能返回 null,表示取不到有效值。
8741
8753
  :type ExpireTime: int
8742
8754
  :param _PackageId: 套餐id
8743
- 注意:此字段可能返回 null,表示取不到有效值。
8744
8755
  :type PackageId: str
8745
8756
  :param _Status: 套餐状态
8746
8757
  0:等待生效
@@ -8750,10 +8761,8 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8750
8761
  :param _ChannelId: 通道id
8751
8762
  :type ChannelId: int
8752
8763
  :param _Price: 订单金额,单位为分
8753
- 注意:此字段可能返回 null,表示取不到有效值。
8754
8764
  :type Price: int
8755
8765
  :param _Amount: 支付金额,单位为分
8756
- 注意:此字段可能返回 null,表示取不到有效值。
8757
8766
  :type Amount: int
8758
8767
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8759
8768
  :type RequestId: str
@@ -8770,7 +8779,6 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8770
8779
  @property
8771
8780
  def StartTime(self):
8772
8781
  """云存套餐开始时间
8773
- 注意:此字段可能返回 null,表示取不到有效值。
8774
8782
  :rtype: int
8775
8783
  """
8776
8784
  return self._StartTime
@@ -8782,7 +8790,6 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8782
8790
  @property
8783
8791
  def ExpireTime(self):
8784
8792
  """云存套餐过期时间
8785
- 注意:此字段可能返回 null,表示取不到有效值。
8786
8793
  :rtype: int
8787
8794
  """
8788
8795
  return self._ExpireTime
@@ -8794,7 +8801,6 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8794
8801
  @property
8795
8802
  def PackageId(self):
8796
8803
  """套餐id
8797
- 注意:此字段可能返回 null,表示取不到有效值。
8798
8804
  :rtype: str
8799
8805
  """
8800
8806
  return self._PackageId
@@ -8831,7 +8837,6 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8831
8837
  @property
8832
8838
  def Price(self):
8833
8839
  """订单金额,单位为分
8834
- 注意:此字段可能返回 null,表示取不到有效值。
8835
8840
  :rtype: int
8836
8841
  """
8837
8842
  return self._Price
@@ -8843,7 +8848,6 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
8843
8848
  @property
8844
8849
  def Amount(self):
8845
8850
  """支付金额,单位为分
8846
- 注意:此字段可能返回 null,表示取不到有效值。
8847
8851
  :rtype: int
8848
8852
  """
8849
8853
  return self._Amount
@@ -9150,7 +9154,6 @@ class DescribeCloudStorageResponse(AbstractModel):
9150
9154
  :param _ShiftDuration: 云存回看时长
9151
9155
  :type ShiftDuration: int
9152
9156
  :param _UserId: 云存用户ID
9153
- 注意:此字段可能返回 null,表示取不到有效值。
9154
9157
  :type UserId: str
9155
9158
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9156
9159
  :type RequestId: str
@@ -9209,7 +9212,6 @@ class DescribeCloudStorageResponse(AbstractModel):
9209
9212
  @property
9210
9213
  def UserId(self):
9211
9214
  """云存用户ID
9212
- 注意:此字段可能返回 null,表示取不到有效值。
9213
9215
  :rtype: str
9214
9216
  """
9215
9217
  return self._UserId
@@ -9975,19 +9977,14 @@ class DescribeDeviceBindGatewayResponse(AbstractModel):
9975
9977
  def __init__(self):
9976
9978
  r"""
9977
9979
  :param _GatewayProductId: 网关产品ID
9978
- 注意:此字段可能返回 null,表示取不到有效值。
9979
9980
  :type GatewayProductId: str
9980
9981
  :param _GatewayDeviceName: 网关设备名
9981
- 注意:此字段可能返回 null,表示取不到有效值。
9982
9982
  :type GatewayDeviceName: str
9983
9983
  :param _GatewayName: 网关产品名称
9984
- 注意:此字段可能返回 null,表示取不到有效值。
9985
9984
  :type GatewayName: str
9986
9985
  :param _GatewayProductOwnerName: 设备对应产品所属的主账号名称
9987
- 注意:此字段可能返回 null,表示取不到有效值。
9988
9986
  :type GatewayProductOwnerName: str
9989
9987
  :param _GatewayProductOwnerUin: 设备对应产品所属的主账号 UIN
9990
- 注意:此字段可能返回 null,表示取不到有效值。
9991
9988
  :type GatewayProductOwnerUin: str
9992
9989
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9993
9990
  :type RequestId: str
@@ -10002,7 +9999,6 @@ class DescribeDeviceBindGatewayResponse(AbstractModel):
10002
9999
  @property
10003
10000
  def GatewayProductId(self):
10004
10001
  """网关产品ID
10005
- 注意:此字段可能返回 null,表示取不到有效值。
10006
10002
  :rtype: str
10007
10003
  """
10008
10004
  return self._GatewayProductId
@@ -10014,7 +10010,6 @@ class DescribeDeviceBindGatewayResponse(AbstractModel):
10014
10010
  @property
10015
10011
  def GatewayDeviceName(self):
10016
10012
  """网关设备名
10017
- 注意:此字段可能返回 null,表示取不到有效值。
10018
10013
  :rtype: str
10019
10014
  """
10020
10015
  return self._GatewayDeviceName
@@ -10026,7 +10021,6 @@ class DescribeDeviceBindGatewayResponse(AbstractModel):
10026
10021
  @property
10027
10022
  def GatewayName(self):
10028
10023
  """网关产品名称
10029
- 注意:此字段可能返回 null,表示取不到有效值。
10030
10024
  :rtype: str
10031
10025
  """
10032
10026
  return self._GatewayName
@@ -10038,7 +10032,6 @@ class DescribeDeviceBindGatewayResponse(AbstractModel):
10038
10032
  @property
10039
10033
  def GatewayProductOwnerName(self):
10040
10034
  """设备对应产品所属的主账号名称
10041
- 注意:此字段可能返回 null,表示取不到有效值。
10042
10035
  :rtype: str
10043
10036
  """
10044
10037
  return self._GatewayProductOwnerName
@@ -10050,7 +10043,6 @@ class DescribeDeviceBindGatewayResponse(AbstractModel):
10050
10043
  @property
10051
10044
  def GatewayProductOwnerUin(self):
10052
10045
  """设备对应产品所属的主账号 UIN
10053
- 注意:此字段可能返回 null,表示取不到有效值。
10054
10046
  :rtype: str
10055
10047
  """
10056
10048
  return self._GatewayProductOwnerUin
@@ -10214,16 +10206,12 @@ class DescribeDeviceDataHistoryResponse(AbstractModel):
10214
10206
  def __init__(self):
10215
10207
  r"""
10216
10208
  :param _FieldName: 属性字段名称,对应数据模板中功能属性的标识符
10217
- 注意:此字段可能返回 null,表示取不到有效值。
10218
10209
  :type FieldName: str
10219
10210
  :param _Listover: 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
10220
- 注意:此字段可能返回 null,表示取不到有效值。
10221
10211
  :type Listover: bool
10222
10212
  :param _Context: 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
10223
- 注意:此字段可能返回 null,表示取不到有效值。
10224
10213
  :type Context: str
10225
10214
  :param _Results: 历史数据结果数组,返回对应时间点及取值。
10226
- 注意:此字段可能返回 null,表示取不到有效值。
10227
10215
  :type Results: list of DeviceDataHistoryItem
10228
10216
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10229
10217
  :type RequestId: str
@@ -10237,7 +10225,6 @@ class DescribeDeviceDataHistoryResponse(AbstractModel):
10237
10225
  @property
10238
10226
  def FieldName(self):
10239
10227
  """属性字段名称,对应数据模板中功能属性的标识符
10240
- 注意:此字段可能返回 null,表示取不到有效值。
10241
10228
  :rtype: str
10242
10229
  """
10243
10230
  return self._FieldName
@@ -10249,7 +10236,6 @@ class DescribeDeviceDataHistoryResponse(AbstractModel):
10249
10236
  @property
10250
10237
  def Listover(self):
10251
10238
  """数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
10252
- 注意:此字段可能返回 null,表示取不到有效值。
10253
10239
  :rtype: bool
10254
10240
  """
10255
10241
  return self._Listover
@@ -10261,7 +10247,6 @@ class DescribeDeviceDataHistoryResponse(AbstractModel):
10261
10247
  @property
10262
10248
  def Context(self):
10263
10249
  """检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
10264
- 注意:此字段可能返回 null,表示取不到有效值。
10265
10250
  :rtype: str
10266
10251
  """
10267
10252
  return self._Context
@@ -10273,7 +10258,6 @@ class DescribeDeviceDataHistoryResponse(AbstractModel):
10273
10258
  @property
10274
10259
  def Results(self):
10275
10260
  """历史数据结果数组,返回对应时间点及取值。
10276
- 注意:此字段可能返回 null,表示取不到有效值。
10277
10261
  :rtype: list of DeviceDataHistoryItem
10278
10262
  """
10279
10263
  return self._Results
@@ -10569,7 +10553,6 @@ class DescribeDeviceFirmwaresResponse(AbstractModel):
10569
10553
  def __init__(self):
10570
10554
  r"""
10571
10555
  :param _Firmwares: 固件信息列表
10572
- 注意:此字段可能返回 null,表示取不到有效值。
10573
10556
  :type Firmwares: list of DeviceFirmwareInfo
10574
10557
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10575
10558
  :type RequestId: str
@@ -10580,7 +10563,6 @@ class DescribeDeviceFirmwaresResponse(AbstractModel):
10580
10563
  @property
10581
10564
  def Firmwares(self):
10582
10565
  """固件信息列表
10583
- 注意:此字段可能返回 null,表示取不到有效值。
10584
10566
  :rtype: list of DeviceFirmwareInfo
10585
10567
  """
10586
10568
  return self._Firmwares
@@ -10726,7 +10708,6 @@ class DescribeDeviceLocationSolveResponse(AbstractModel):
10726
10708
  :param _LocationType: 类型
10727
10709
  :type LocationType: str
10728
10710
  :param _Accuracy: 误差精度预估,单位为米
10729
- 注意:此字段可能返回 null,表示取不到有效值。
10730
10711
  :type Accuracy: float
10731
10712
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10732
10713
  :type RequestId: str
@@ -10773,7 +10754,6 @@ class DescribeDeviceLocationSolveResponse(AbstractModel):
10773
10754
  @property
10774
10755
  def Accuracy(self):
10775
10756
  """误差精度预估,单位为米
10776
- 注意:此字段可能返回 null,表示取不到有效值。
10777
10757
  :rtype: float
10778
10758
  """
10779
10759
  return self._Accuracy
@@ -11614,24 +11594,18 @@ class DescribeFirmwareResponse(AbstractModel):
11614
11594
  :param _ProductId: 产品ID
11615
11595
  :type ProductId: str
11616
11596
  :param _Name: 固件名称
11617
- 注意:此字段可能返回 null,表示取不到有效值。
11618
11597
  :type Name: str
11619
11598
  :param _Description: 固件描述
11620
- 注意:此字段可能返回 null,表示取不到有效值。
11621
11599
  :type Description: str
11622
11600
  :param _Md5sum: 固件Md5值
11623
- 注意:此字段可能返回 null,表示取不到有效值。
11624
11601
  :type Md5sum: str
11625
11602
  :param _Createtime: 固件上传的秒级时间戳
11626
- 注意:此字段可能返回 null,表示取不到有效值。
11627
11603
  :type Createtime: int
11628
11604
  :param _ProductName: 产品名称
11629
11605
  :type ProductName: str
11630
11606
  :param _FwType: 固件升级模块
11631
- 注意:此字段可能返回 null,表示取不到有效值。
11632
11607
  :type FwType: str
11633
11608
  :param _UserDefined: 固件用户自定义配置信息
11634
- 注意:此字段可能返回 null,表示取不到有效值。
11635
11609
  :type UserDefined: str
11636
11610
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11637
11611
  :type RequestId: str
@@ -11672,7 +11646,6 @@ class DescribeFirmwareResponse(AbstractModel):
11672
11646
  @property
11673
11647
  def Name(self):
11674
11648
  """固件名称
11675
- 注意:此字段可能返回 null,表示取不到有效值。
11676
11649
  :rtype: str
11677
11650
  """
11678
11651
  return self._Name
@@ -11684,7 +11657,6 @@ class DescribeFirmwareResponse(AbstractModel):
11684
11657
  @property
11685
11658
  def Description(self):
11686
11659
  """固件描述
11687
- 注意:此字段可能返回 null,表示取不到有效值。
11688
11660
  :rtype: str
11689
11661
  """
11690
11662
  return self._Description
@@ -11696,7 +11668,6 @@ class DescribeFirmwareResponse(AbstractModel):
11696
11668
  @property
11697
11669
  def Md5sum(self):
11698
11670
  """固件Md5值
11699
- 注意:此字段可能返回 null,表示取不到有效值。
11700
11671
  :rtype: str
11701
11672
  """
11702
11673
  return self._Md5sum
@@ -11708,7 +11679,6 @@ class DescribeFirmwareResponse(AbstractModel):
11708
11679
  @property
11709
11680
  def Createtime(self):
11710
11681
  """固件上传的秒级时间戳
11711
- 注意:此字段可能返回 null,表示取不到有效值。
11712
11682
  :rtype: int
11713
11683
  """
11714
11684
  return self._Createtime
@@ -11731,7 +11701,6 @@ class DescribeFirmwareResponse(AbstractModel):
11731
11701
  @property
11732
11702
  def FwType(self):
11733
11703
  """固件升级模块
11734
- 注意:此字段可能返回 null,表示取不到有效值。
11735
11704
  :rtype: str
11736
11705
  """
11737
11706
  return self._FwType
@@ -11743,7 +11712,6 @@ class DescribeFirmwareResponse(AbstractModel):
11743
11712
  @property
11744
11713
  def UserDefined(self):
11745
11714
  """固件用户自定义配置信息
11746
- 注意:此字段可能返回 null,表示取不到有效值。
11747
11715
  :rtype: str
11748
11716
  """
11749
11717
  return self._UserDefined
@@ -11851,34 +11819,24 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11851
11819
  def __init__(self):
11852
11820
  r"""
11853
11821
  :param _TaskId: 固件任务ID
11854
- 注意:此字段可能返回 null,表示取不到有效值。
11855
11822
  :type TaskId: int
11856
11823
  :param _Status: 固件任务状态
11857
- 注意:此字段可能返回 null,表示取不到有效值。
11858
11824
  :type Status: int
11859
11825
  :param _CreateTime: 固件任务创建时间,单位:秒
11860
- 注意:此字段可能返回 null,表示取不到有效值。
11861
11826
  :type CreateTime: int
11862
11827
  :param _Type: 固件任务升级类型
11863
- 注意:此字段可能返回 null,表示取不到有效值。
11864
11828
  :type Type: int
11865
11829
  :param _ProductName: 产品名称
11866
- 注意:此字段可能返回 null,表示取不到有效值。
11867
11830
  :type ProductName: str
11868
11831
  :param _UpgradeMode: 固件任务升级模式。originalVersion(按版本号升级)、filename(提交文件升级)、devicenames(按设备名称升级)
11869
- 注意:此字段可能返回 null,表示取不到有效值。
11870
11832
  :type UpgradeMode: str
11871
11833
  :param _ProductId: 产品ID
11872
- 注意:此字段可能返回 null,表示取不到有效值。
11873
11834
  :type ProductId: str
11874
11835
  :param _OriginalVersion: 原始固件版本号,在UpgradeMode是originalVersion升级模式下会返回
11875
- 注意:此字段可能返回 null,表示取不到有效值。
11876
11836
  :type OriginalVersion: str
11877
11837
  :param _CreateUserId: 创建账号ID
11878
- 注意:此字段可能返回 null,表示取不到有效值。
11879
11838
  :type CreateUserId: int
11880
11839
  :param _CreatorNickName: 创建账号ID昵称
11881
- 注意:此字段可能返回 null,表示取不到有效值。
11882
11840
  :type CreatorNickName: str
11883
11841
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11884
11842
  :type RequestId: str
@@ -11898,7 +11856,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11898
11856
  @property
11899
11857
  def TaskId(self):
11900
11858
  """固件任务ID
11901
- 注意:此字段可能返回 null,表示取不到有效值。
11902
11859
  :rtype: int
11903
11860
  """
11904
11861
  return self._TaskId
@@ -11910,7 +11867,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11910
11867
  @property
11911
11868
  def Status(self):
11912
11869
  """固件任务状态
11913
- 注意:此字段可能返回 null,表示取不到有效值。
11914
11870
  :rtype: int
11915
11871
  """
11916
11872
  return self._Status
@@ -11922,7 +11878,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11922
11878
  @property
11923
11879
  def CreateTime(self):
11924
11880
  """固件任务创建时间,单位:秒
11925
- 注意:此字段可能返回 null,表示取不到有效值。
11926
11881
  :rtype: int
11927
11882
  """
11928
11883
  return self._CreateTime
@@ -11934,7 +11889,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11934
11889
  @property
11935
11890
  def Type(self):
11936
11891
  """固件任务升级类型
11937
- 注意:此字段可能返回 null,表示取不到有效值。
11938
11892
  :rtype: int
11939
11893
  """
11940
11894
  return self._Type
@@ -11946,7 +11900,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11946
11900
  @property
11947
11901
  def ProductName(self):
11948
11902
  """产品名称
11949
- 注意:此字段可能返回 null,表示取不到有效值。
11950
11903
  :rtype: str
11951
11904
  """
11952
11905
  return self._ProductName
@@ -11958,7 +11911,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11958
11911
  @property
11959
11912
  def UpgradeMode(self):
11960
11913
  """固件任务升级模式。originalVersion(按版本号升级)、filename(提交文件升级)、devicenames(按设备名称升级)
11961
- 注意:此字段可能返回 null,表示取不到有效值。
11962
11914
  :rtype: str
11963
11915
  """
11964
11916
  return self._UpgradeMode
@@ -11970,7 +11922,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11970
11922
  @property
11971
11923
  def ProductId(self):
11972
11924
  """产品ID
11973
- 注意:此字段可能返回 null,表示取不到有效值。
11974
11925
  :rtype: str
11975
11926
  """
11976
11927
  return self._ProductId
@@ -11982,7 +11933,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11982
11933
  @property
11983
11934
  def OriginalVersion(self):
11984
11935
  """原始固件版本号,在UpgradeMode是originalVersion升级模式下会返回
11985
- 注意:此字段可能返回 null,表示取不到有效值。
11986
11936
  :rtype: str
11987
11937
  """
11988
11938
  return self._OriginalVersion
@@ -11994,7 +11944,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
11994
11944
  @property
11995
11945
  def CreateUserId(self):
11996
11946
  """创建账号ID
11997
- 注意:此字段可能返回 null,表示取不到有效值。
11998
11947
  :rtype: int
11999
11948
  """
12000
11949
  return self._CreateUserId
@@ -12006,7 +11955,6 @@ class DescribeFirmwareTaskResponse(AbstractModel):
12006
11955
  @property
12007
11956
  def CreatorNickName(self):
12008
11957
  """创建账号ID昵称
12009
- 注意:此字段可能返回 null,表示取不到有效值。
12010
11958
  :rtype: str
12011
11959
  """
12012
11960
  return self._CreatorNickName
@@ -12100,15 +12048,12 @@ class DescribeFirmwareUpdateStatusResponse(AbstractModel):
12100
12048
  def __init__(self):
12101
12049
  r"""
12102
12050
  :param _OriVersion: 升级任务源版本。
12103
- 注意:此字段可能返回 null,表示取不到有效值。
12104
12051
  :type OriVersion: str
12105
12052
  :param _DstVersion: 升级任务目标版本。
12106
- 注意:此字段可能返回 null,表示取不到有效值。
12107
12053
  :type DstVersion: str
12108
12054
  :param _Status: 升级状态:- 0:设备离线。- 1:待处理。- 2:消息下发成功。- 3:下载中。- 4:烧录中。- 5:失败。- 6:升级完成。- 7:正在处理中。- 8:等待用户确认。- 10:升级超时。- 20:下载完成。
12109
12055
  :type Status: int
12110
12056
  :param _Percent: 进度
12111
- 注意:此字段可能返回 null,表示取不到有效值。
12112
12057
  :type Percent: int
12113
12058
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12114
12059
  :type RequestId: str
@@ -12122,7 +12067,6 @@ class DescribeFirmwareUpdateStatusResponse(AbstractModel):
12122
12067
  @property
12123
12068
  def OriVersion(self):
12124
12069
  """升级任务源版本。
12125
- 注意:此字段可能返回 null,表示取不到有效值。
12126
12070
  :rtype: str
12127
12071
  """
12128
12072
  return self._OriVersion
@@ -12134,7 +12078,6 @@ class DescribeFirmwareUpdateStatusResponse(AbstractModel):
12134
12078
  @property
12135
12079
  def DstVersion(self):
12136
12080
  """升级任务目标版本。
12137
- 注意:此字段可能返回 null,表示取不到有效值。
12138
12081
  :rtype: str
12139
12082
  """
12140
12083
  return self._DstVersion
@@ -12157,7 +12100,6 @@ class DescribeFirmwareUpdateStatusResponse(AbstractModel):
12157
12100
  @property
12158
12101
  def Percent(self):
12159
12102
  """进度
12160
- 注意:此字段可能返回 null,表示取不到有效值。
12161
12103
  :rtype: int
12162
12104
  """
12163
12105
  return self._Percent
@@ -12503,10 +12445,8 @@ class DescribeGatewaySubDeviceListResponse(AbstractModel):
12503
12445
  def __init__(self):
12504
12446
  r"""
12505
12447
  :param _Total: 设备的总数
12506
- 注意:此字段可能返回 null,表示取不到有效值。
12507
12448
  :type Total: int
12508
12449
  :param _DeviceList: 设备列表
12509
- 注意:此字段可能返回 null,表示取不到有效值。
12510
12450
  :type DeviceList: list of FamilySubDevice
12511
12451
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12512
12452
  :type RequestId: str
@@ -12518,7 +12458,6 @@ class DescribeGatewaySubDeviceListResponse(AbstractModel):
12518
12458
  @property
12519
12459
  def Total(self):
12520
12460
  """设备的总数
12521
- 注意:此字段可能返回 null,表示取不到有效值。
12522
12461
  :rtype: int
12523
12462
  """
12524
12463
  return self._Total
@@ -12530,7 +12469,6 @@ class DescribeGatewaySubDeviceListResponse(AbstractModel):
12530
12469
  @property
12531
12470
  def DeviceList(self):
12532
12471
  """设备列表
12533
- 注意:此字段可能返回 null,表示取不到有效值。
12534
12472
  :rtype: list of FamilySubDevice
12535
12473
  """
12536
12474
  return self._DeviceList
@@ -12810,7 +12748,6 @@ class DescribeInstanceResponse(AbstractModel):
12810
12748
  def __init__(self):
12811
12749
  r"""
12812
12750
  :param _Data: 实例信息
12813
- 注意:此字段可能返回 null,表示取不到有效值。
12814
12751
  :type Data: :class:`tencentcloud.iotexplorer.v20190423.models.InstanceDetail`
12815
12752
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12816
12753
  :type RequestId: str
@@ -12821,7 +12758,6 @@ class DescribeInstanceResponse(AbstractModel):
12821
12758
  @property
12822
12759
  def Data(self):
12823
12760
  """实例信息
12824
- 注意:此字段可能返回 null,表示取不到有效值。
12825
12761
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.InstanceDetail`
12826
12762
  """
12827
12763
  return self._Data
@@ -12893,7 +12829,6 @@ class DescribeLoRaFrequencyResponse(AbstractModel):
12893
12829
  def __init__(self):
12894
12830
  r"""
12895
12831
  :param _Data: 返回详情项
12896
- 注意:此字段可能返回 null,表示取不到有效值。
12897
12832
  :type Data: :class:`tencentcloud.iotexplorer.v20190423.models.LoRaFrequencyEntry`
12898
12833
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12899
12834
  :type RequestId: str
@@ -12904,7 +12839,6 @@ class DescribeLoRaFrequencyResponse(AbstractModel):
12904
12839
  @property
12905
12840
  def Data(self):
12906
12841
  """返回详情项
12907
- 注意:此字段可能返回 null,表示取不到有效值。
12908
12842
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.LoRaFrequencyEntry`
12909
12843
  """
12910
12844
  return self._Data
@@ -13374,10 +13308,8 @@ class DescribePositionFenceListResponse(AbstractModel):
13374
13308
  def __init__(self):
13375
13309
  r"""
13376
13310
  :param _List: 围栏列表
13377
- 注意:此字段可能返回 null,表示取不到有效值。
13378
13311
  :type List: list of PositionFenceInfo
13379
13312
  :param _Total: 围栏数量
13380
- 注意:此字段可能返回 null,表示取不到有效值。
13381
13313
  :type Total: int
13382
13314
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13383
13315
  :type RequestId: str
@@ -13389,7 +13321,6 @@ class DescribePositionFenceListResponse(AbstractModel):
13389
13321
  @property
13390
13322
  def List(self):
13391
13323
  """围栏列表
13392
- 注意:此字段可能返回 null,表示取不到有效值。
13393
13324
  :rtype: list of PositionFenceInfo
13394
13325
  """
13395
13326
  return self._List
@@ -13401,7 +13332,6 @@ class DescribePositionFenceListResponse(AbstractModel):
13401
13332
  @property
13402
13333
  def Total(self):
13403
13334
  """围栏数量
13404
- 注意:此字段可能返回 null,表示取不到有效值。
13405
13335
  :rtype: int
13406
13336
  """
13407
13337
  return self._Total
@@ -14018,10 +13948,8 @@ class DescribeTopicRuleResponse(AbstractModel):
14018
13948
  def __init__(self):
14019
13949
  r"""
14020
13950
  :param _Rule: 规则描述。
14021
- 注意:此字段可能返回 null,表示取不到有效值。
14022
13951
  :type Rule: :class:`tencentcloud.iotexplorer.v20190423.models.TopicRule`
14023
13952
  :param _CamTag: 规则绑定的标签
14024
- 注意:此字段可能返回 null,表示取不到有效值。
14025
13953
  :type CamTag: list of CamTag
14026
13954
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14027
13955
  :type RequestId: str
@@ -14033,7 +13961,6 @@ class DescribeTopicRuleResponse(AbstractModel):
14033
13961
  @property
14034
13962
  def Rule(self):
14035
13963
  """规则描述。
14036
- 注意:此字段可能返回 null,表示取不到有效值。
14037
13964
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.TopicRule`
14038
13965
  """
14039
13966
  return self._Rule
@@ -14045,7 +13972,6 @@ class DescribeTopicRuleResponse(AbstractModel):
14045
13972
  @property
14046
13973
  def CamTag(self):
14047
13974
  """规则绑定的标签
14048
- 注意:此字段可能返回 null,表示取不到有效值。
14049
13975
  :rtype: list of CamTag
14050
13976
  """
14051
13977
  return self._CamTag
@@ -14153,7 +14079,6 @@ class DescribeUnbindedDevicesResponse(AbstractModel):
14153
14079
  def __init__(self):
14154
14080
  r"""
14155
14081
  :param _UnbindedDevices: 未绑定的设备列表
14156
- 注意:此字段可能返回 null,表示取不到有效值。
14157
14082
  :type UnbindedDevices: list of BindDeviceInfo
14158
14083
  :param _Total: 设备的总数量
14159
14084
  :type Total: int
@@ -14167,7 +14092,6 @@ class DescribeUnbindedDevicesResponse(AbstractModel):
14167
14092
  @property
14168
14093
  def UnbindedDevices(self):
14169
14094
  """未绑定的设备列表
14170
- 注意:此字段可能返回 null,表示取不到有效值。
14171
14095
  :rtype: list of BindDeviceInfo
14172
14096
  """
14173
14097
  return self._UnbindedDevices
@@ -14254,7 +14178,6 @@ class DescribeVideoLicenseResponse(AbstractModel):
14254
14178
  def __init__(self):
14255
14179
  r"""
14256
14180
  :param _License: 视频激活码分类概览
14257
- 注意:此字段可能返回 null,表示取不到有效值。
14258
14181
  :type License: list of VideoLicenseEntity
14259
14182
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14260
14183
  :type RequestId: str
@@ -14265,7 +14188,6 @@ class DescribeVideoLicenseResponse(AbstractModel):
14265
14188
  @property
14266
14189
  def License(self):
14267
14190
  """视频激活码分类概览
14268
- 注意:此字段可能返回 null,表示取不到有效值。
14269
14191
  :rtype: list of VideoLicenseEntity
14270
14192
  """
14271
14193
  return self._License
@@ -14315,6 +14237,10 @@ class DeviceActivationDetail(AbstractModel):
14315
14237
  :type TotalBluetoothLicense: int
14316
14238
  :param _UsedBluetoothLicense: 已使用蓝牙授权数
14317
14239
  :type UsedBluetoothLicense: int
14240
+ :param _TotalFreeLicense: 可免费注册设备数
14241
+ :type TotalFreeLicense: int
14242
+ :param _UsedFreeLicense: 已使用注册设备数
14243
+ :type UsedFreeLicense: int
14318
14244
  """
14319
14245
  self._TotalDeviceNum = None
14320
14246
  self._UsedDeviceNum = None
@@ -14322,6 +14248,8 @@ class DeviceActivationDetail(AbstractModel):
14322
14248
  self._UsedNormalLicense = None
14323
14249
  self._TotalBluetoothLicense = None
14324
14250
  self._UsedBluetoothLicense = None
14251
+ self._TotalFreeLicense = None
14252
+ self._UsedFreeLicense = None
14325
14253
 
14326
14254
  @property
14327
14255
  def TotalDeviceNum(self):
@@ -14389,6 +14317,28 @@ class DeviceActivationDetail(AbstractModel):
14389
14317
  def UsedBluetoothLicense(self, UsedBluetoothLicense):
14390
14318
  self._UsedBluetoothLicense = UsedBluetoothLicense
14391
14319
 
14320
+ @property
14321
+ def TotalFreeLicense(self):
14322
+ """可免费注册设备数
14323
+ :rtype: int
14324
+ """
14325
+ return self._TotalFreeLicense
14326
+
14327
+ @TotalFreeLicense.setter
14328
+ def TotalFreeLicense(self, TotalFreeLicense):
14329
+ self._TotalFreeLicense = TotalFreeLicense
14330
+
14331
+ @property
14332
+ def UsedFreeLicense(self):
14333
+ """已使用注册设备数
14334
+ :rtype: int
14335
+ """
14336
+ return self._UsedFreeLicense
14337
+
14338
+ @UsedFreeLicense.setter
14339
+ def UsedFreeLicense(self, UsedFreeLicense):
14340
+ self._UsedFreeLicense = UsedFreeLicense
14341
+
14392
14342
 
14393
14343
  def _deserialize(self, params):
14394
14344
  self._TotalDeviceNum = params.get("TotalDeviceNum")
@@ -14397,6 +14347,8 @@ class DeviceActivationDetail(AbstractModel):
14397
14347
  self._UsedNormalLicense = params.get("UsedNormalLicense")
14398
14348
  self._TotalBluetoothLicense = params.get("TotalBluetoothLicense")
14399
14349
  self._UsedBluetoothLicense = params.get("UsedBluetoothLicense")
14350
+ self._TotalFreeLicense = params.get("TotalFreeLicense")
14351
+ self._UsedFreeLicense = params.get("UsedFreeLicense")
14400
14352
  memeber_set = set(params.keys())
14401
14353
  for name, value in vars(self).items():
14402
14354
  property_name = name[1:]
@@ -14418,13 +14370,10 @@ class DeviceActiveResult(AbstractModel):
14418
14370
  注意:此字段可能返回 null,表示取不到有效值。
14419
14371
  :type ModelId: str
14420
14372
  :param _Sn: SN信息
14421
- 注意:此字段可能返回 null,表示取不到有效值。
14422
14373
  :type Sn: str
14423
14374
  :param _ErrCode: 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停;
14424
- 注意:此字段可能返回 null,表示取不到有效值。
14425
14375
  :type ErrCode: int
14426
14376
  :param _ExpireTime: 过期时间
14427
- 注意:此字段可能返回 null,表示取不到有效值。
14428
14377
  :type ExpireTime: int
14429
14378
  """
14430
14379
  self._ModelId = None
@@ -14451,7 +14400,6 @@ class DeviceActiveResult(AbstractModel):
14451
14400
  @property
14452
14401
  def Sn(self):
14453
14402
  """SN信息
14454
- 注意:此字段可能返回 null,表示取不到有效值。
14455
14403
  :rtype: str
14456
14404
  """
14457
14405
  return self._Sn
@@ -14463,7 +14411,6 @@ class DeviceActiveResult(AbstractModel):
14463
14411
  @property
14464
14412
  def ErrCode(self):
14465
14413
  """设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停;
14466
- 注意:此字段可能返回 null,表示取不到有效值。
14467
14414
  :rtype: int
14468
14415
  """
14469
14416
  return self._ErrCode
@@ -14475,7 +14422,6 @@ class DeviceActiveResult(AbstractModel):
14475
14422
  @property
14476
14423
  def ExpireTime(self):
14477
14424
  """过期时间
14478
- 注意:此字段可能返回 null,表示取不到有效值。
14479
14425
  :rtype: int
14480
14426
  """
14481
14427
  return self._ExpireTime
@@ -14508,16 +14454,12 @@ class DeviceData(AbstractModel):
14508
14454
  def __init__(self):
14509
14455
  r"""
14510
14456
  :param _DeviceCert: 设备证书,用于 TLS 建立链接时校验客户端身份。采用非对称加密时返回该参数。
14511
- 注意:此字段可能返回 null,表示取不到有效值。
14512
14457
  :type DeviceCert: str
14513
14458
  :param _DeviceName: 设备名称。
14514
- 注意:此字段可能返回 null,表示取不到有效值。
14515
14459
  :type DeviceName: str
14516
14460
  :param _DevicePrivateKey: 设备私钥,用于 TLS 建立链接时校验客户端身份,腾讯云后台不保存,请妥善保管。采用非对称加密时返回该参数。
14517
- 注意:此字段可能返回 null,表示取不到有效值。
14518
14461
  :type DevicePrivateKey: str
14519
14462
  :param _DevicePsk: 对称加密密钥,base64编码。采用对称加密时返回该参数。
14520
- 注意:此字段可能返回 null,表示取不到有效值。
14521
14463
  :type DevicePsk: str
14522
14464
  """
14523
14465
  self._DeviceCert = None
@@ -14528,7 +14470,6 @@ class DeviceData(AbstractModel):
14528
14470
  @property
14529
14471
  def DeviceCert(self):
14530
14472
  """设备证书,用于 TLS 建立链接时校验客户端身份。采用非对称加密时返回该参数。
14531
- 注意:此字段可能返回 null,表示取不到有效值。
14532
14473
  :rtype: str
14533
14474
  """
14534
14475
  return self._DeviceCert
@@ -14540,7 +14481,6 @@ class DeviceData(AbstractModel):
14540
14481
  @property
14541
14482
  def DeviceName(self):
14542
14483
  """设备名称。
14543
- 注意:此字段可能返回 null,表示取不到有效值。
14544
14484
  :rtype: str
14545
14485
  """
14546
14486
  return self._DeviceName
@@ -14552,7 +14492,6 @@ class DeviceData(AbstractModel):
14552
14492
  @property
14553
14493
  def DevicePrivateKey(self):
14554
14494
  """设备私钥,用于 TLS 建立链接时校验客户端身份,腾讯云后台不保存,请妥善保管。采用非对称加密时返回该参数。
14555
- 注意:此字段可能返回 null,表示取不到有效值。
14556
14495
  :rtype: str
14557
14496
  """
14558
14497
  return self._DevicePrivateKey
@@ -14564,7 +14503,6 @@ class DeviceData(AbstractModel):
14564
14503
  @property
14565
14504
  def DevicePsk(self):
14566
14505
  """对称加密密钥,base64编码。采用对称加密时返回该参数。
14567
- 注意:此字段可能返回 null,表示取不到有效值。
14568
14506
  :rtype: str
14569
14507
  """
14570
14508
  return self._DevicePsk
@@ -14720,59 +14658,41 @@ class DeviceInfo(AbstractModel):
14720
14658
  :param _DevicePsk: 设备密钥,密钥加密的设备返回
14721
14659
  :type DevicePsk: str
14722
14660
  :param _FirstOnlineTime: 首次上线时间
14723
- 注意:此字段可能返回 null,表示取不到有效值。
14724
14661
  注意:此字段可能返回 null,表示取不到有效值。
14725
14662
  :type FirstOnlineTime: int
14726
14663
  :param _LoginTime: 最后一次上线时间
14727
- 注意:此字段可能返回 null,表示取不到有效值。
14728
14664
  :type LoginTime: int
14729
14665
  :param _CreateTime: 设备创建时间
14730
- 注意:此字段可能返回 null,表示取不到有效值。
14731
14666
  :type CreateTime: int
14732
14667
  :param _Version: 设备固件版本
14733
- 注意:此字段可能返回 null,表示取不到有效值。
14734
14668
  :type Version: str
14735
14669
  :param _DeviceCert: 设备证书
14736
- 注意:此字段可能返回 null,表示取不到有效值。
14737
14670
  :type DeviceCert: str
14738
14671
  :param _LogLevel: 日志级别
14739
- 注意:此字段可能返回 null,表示取不到有效值。
14740
14672
  :type LogLevel: int
14741
14673
  :param _DevAddr: LoRaWAN 设备地址
14742
- 注意:此字段可能返回 null,表示取不到有效值。
14743
14674
  :type DevAddr: str
14744
14675
  :param _AppKey: LoRaWAN 应用密钥
14745
- 注意:此字段可能返回 null,表示取不到有效值。
14746
14676
  :type AppKey: str
14747
14677
  :param _DevEUI: LoRaWAN 设备唯一标识
14748
- 注意:此字段可能返回 null,表示取不到有效值。
14749
14678
  :type DevEUI: str
14750
14679
  :param _AppSKey: LoRaWAN 应用会话密钥
14751
- 注意:此字段可能返回 null,表示取不到有效值。
14752
14680
  :type AppSKey: str
14753
14681
  :param _NwkSKey: LoRaWAN 网络会话密钥
14754
- 注意:此字段可能返回 null,表示取不到有效值。
14755
14682
  :type NwkSKey: str
14756
14683
  :param _CreateUserId: 创建人Id
14757
- 注意:此字段可能返回 null,表示取不到有效值。
14758
14684
  :type CreateUserId: int
14759
14685
  :param _CreatorNickName: 创建人昵称
14760
- 注意:此字段可能返回 null,表示取不到有效值。
14761
14686
  :type CreatorNickName: str
14762
14687
  :param _EnableState: 启用/禁用状态
14763
- 注意:此字段可能返回 null,表示取不到有效值。
14764
14688
  :type EnableState: int
14765
14689
  :param _ProductId: 产品ID
14766
- 注意:此字段可能返回 null,表示取不到有效值。
14767
14690
  :type ProductId: str
14768
14691
  :param _ProductName: 产品名称
14769
- 注意:此字段可能返回 null,表示取不到有效值。
14770
14692
  :type ProductName: str
14771
14693
  :param _DeviceType: 设备类型(设备、子设备、网关)
14772
- 注意:此字段可能返回 null,表示取不到有效值。
14773
14694
  :type DeviceType: str
14774
14695
  :param _IsLora: 是否是 lora 设备
14775
- 注意:此字段可能返回 null,表示取不到有效值。
14776
14696
  :type IsLora: bool
14777
14697
  """
14778
14698
  self._DeviceName = None
@@ -14833,7 +14753,6 @@ class DeviceInfo(AbstractModel):
14833
14753
  @property
14834
14754
  def FirstOnlineTime(self):
14835
14755
  """首次上线时间
14836
- 注意:此字段可能返回 null,表示取不到有效值。
14837
14756
  注意:此字段可能返回 null,表示取不到有效值。
14838
14757
  :rtype: int
14839
14758
  """
@@ -14846,7 +14765,6 @@ class DeviceInfo(AbstractModel):
14846
14765
  @property
14847
14766
  def LoginTime(self):
14848
14767
  """最后一次上线时间
14849
- 注意:此字段可能返回 null,表示取不到有效值。
14850
14768
  :rtype: int
14851
14769
  """
14852
14770
  return self._LoginTime
@@ -14858,7 +14776,6 @@ class DeviceInfo(AbstractModel):
14858
14776
  @property
14859
14777
  def CreateTime(self):
14860
14778
  """设备创建时间
14861
- 注意:此字段可能返回 null,表示取不到有效值。
14862
14779
  :rtype: int
14863
14780
  """
14864
14781
  return self._CreateTime
@@ -14870,7 +14787,6 @@ class DeviceInfo(AbstractModel):
14870
14787
  @property
14871
14788
  def Version(self):
14872
14789
  """设备固件版本
14873
- 注意:此字段可能返回 null,表示取不到有效值。
14874
14790
  :rtype: str
14875
14791
  """
14876
14792
  return self._Version
@@ -14882,7 +14798,6 @@ class DeviceInfo(AbstractModel):
14882
14798
  @property
14883
14799
  def DeviceCert(self):
14884
14800
  """设备证书
14885
- 注意:此字段可能返回 null,表示取不到有效值。
14886
14801
  :rtype: str
14887
14802
  """
14888
14803
  return self._DeviceCert
@@ -14894,7 +14809,6 @@ class DeviceInfo(AbstractModel):
14894
14809
  @property
14895
14810
  def LogLevel(self):
14896
14811
  """日志级别
14897
- 注意:此字段可能返回 null,表示取不到有效值。
14898
14812
  :rtype: int
14899
14813
  """
14900
14814
  return self._LogLevel
@@ -14906,7 +14820,6 @@ class DeviceInfo(AbstractModel):
14906
14820
  @property
14907
14821
  def DevAddr(self):
14908
14822
  """LoRaWAN 设备地址
14909
- 注意:此字段可能返回 null,表示取不到有效值。
14910
14823
  :rtype: str
14911
14824
  """
14912
14825
  return self._DevAddr
@@ -14918,7 +14831,6 @@ class DeviceInfo(AbstractModel):
14918
14831
  @property
14919
14832
  def AppKey(self):
14920
14833
  """LoRaWAN 应用密钥
14921
- 注意:此字段可能返回 null,表示取不到有效值。
14922
14834
  :rtype: str
14923
14835
  """
14924
14836
  return self._AppKey
@@ -14930,7 +14842,6 @@ class DeviceInfo(AbstractModel):
14930
14842
  @property
14931
14843
  def DevEUI(self):
14932
14844
  """LoRaWAN 设备唯一标识
14933
- 注意:此字段可能返回 null,表示取不到有效值。
14934
14845
  :rtype: str
14935
14846
  """
14936
14847
  return self._DevEUI
@@ -14942,7 +14853,6 @@ class DeviceInfo(AbstractModel):
14942
14853
  @property
14943
14854
  def AppSKey(self):
14944
14855
  """LoRaWAN 应用会话密钥
14945
- 注意:此字段可能返回 null,表示取不到有效值。
14946
14856
  :rtype: str
14947
14857
  """
14948
14858
  return self._AppSKey
@@ -14954,7 +14864,6 @@ class DeviceInfo(AbstractModel):
14954
14864
  @property
14955
14865
  def NwkSKey(self):
14956
14866
  """LoRaWAN 网络会话密钥
14957
- 注意:此字段可能返回 null,表示取不到有效值。
14958
14867
  :rtype: str
14959
14868
  """
14960
14869
  return self._NwkSKey
@@ -14966,7 +14875,6 @@ class DeviceInfo(AbstractModel):
14966
14875
  @property
14967
14876
  def CreateUserId(self):
14968
14877
  """创建人Id
14969
- 注意:此字段可能返回 null,表示取不到有效值。
14970
14878
  :rtype: int
14971
14879
  """
14972
14880
  return self._CreateUserId
@@ -14978,7 +14886,6 @@ class DeviceInfo(AbstractModel):
14978
14886
  @property
14979
14887
  def CreatorNickName(self):
14980
14888
  """创建人昵称
14981
- 注意:此字段可能返回 null,表示取不到有效值。
14982
14889
  :rtype: str
14983
14890
  """
14984
14891
  return self._CreatorNickName
@@ -14990,7 +14897,6 @@ class DeviceInfo(AbstractModel):
14990
14897
  @property
14991
14898
  def EnableState(self):
14992
14899
  """启用/禁用状态
14993
- 注意:此字段可能返回 null,表示取不到有效值。
14994
14900
  :rtype: int
14995
14901
  """
14996
14902
  return self._EnableState
@@ -15002,7 +14908,6 @@ class DeviceInfo(AbstractModel):
15002
14908
  @property
15003
14909
  def ProductId(self):
15004
14910
  """产品ID
15005
- 注意:此字段可能返回 null,表示取不到有效值。
15006
14911
  :rtype: str
15007
14912
  """
15008
14913
  return self._ProductId
@@ -15014,7 +14919,6 @@ class DeviceInfo(AbstractModel):
15014
14919
  @property
15015
14920
  def ProductName(self):
15016
14921
  """产品名称
15017
- 注意:此字段可能返回 null,表示取不到有效值。
15018
14922
  :rtype: str
15019
14923
  """
15020
14924
  return self._ProductName
@@ -15026,7 +14930,6 @@ class DeviceInfo(AbstractModel):
15026
14930
  @property
15027
14931
  def DeviceType(self):
15028
14932
  """设备类型(设备、子设备、网关)
15029
- 注意:此字段可能返回 null,表示取不到有效值。
15030
14933
  :rtype: str
15031
14934
  """
15032
14935
  return self._DeviceType
@@ -15038,7 +14941,6 @@ class DeviceInfo(AbstractModel):
15038
14941
  @property
15039
14942
  def IsLora(self):
15040
14943
  """是否是 lora 设备
15041
- 注意:此字段可能返回 null,表示取不到有效值。
15042
14944
  :rtype: bool
15043
14945
  """
15044
14946
  return self._IsLora
@@ -15224,10 +15126,8 @@ class DeviceUser(AbstractModel):
15224
15126
  :param _Role: 用户角色 1所有者,0:其他分享者
15225
15127
  :type Role: int
15226
15128
  :param _FamilyId: 家庭ID,所有者带该参数
15227
- 注意:此字段可能返回 null,表示取不到有效值。
15228
15129
  :type FamilyId: str
15229
15130
  :param _FamilyName: 家庭名称,所有者带该参数
15230
- 注意:此字段可能返回 null,表示取不到有效值。
15231
15131
  :type FamilyName: str
15232
15132
  """
15233
15133
  self._UserId = None
@@ -15260,7 +15160,6 @@ class DeviceUser(AbstractModel):
15260
15160
  @property
15261
15161
  def FamilyId(self):
15262
15162
  """家庭ID,所有者带该参数
15263
- 注意:此字段可能返回 null,表示取不到有效值。
15264
15163
  :rtype: str
15265
15164
  """
15266
15165
  return self._FamilyId
@@ -15272,7 +15171,6 @@ class DeviceUser(AbstractModel):
15272
15171
  @property
15273
15172
  def FamilyName(self):
15274
15173
  """家庭名称,所有者带该参数
15275
- 注意:此字段可能返回 null,表示取不到有效值。
15276
15174
  :rtype: str
15277
15175
  """
15278
15176
  return self._FamilyName
@@ -15704,22 +15602,16 @@ class EventHistoryItem(AbstractModel):
15704
15602
  def __init__(self):
15705
15603
  r"""
15706
15604
  :param _TimeStamp: 事件的时间戳
15707
- 注意:此字段可能返回 null,表示取不到有效值。
15708
15605
  :type TimeStamp: int
15709
15606
  :param _ProductId: 事件的产品ID
15710
- 注意:此字段可能返回 null,表示取不到有效值。
15711
15607
  :type ProductId: str
15712
15608
  :param _DeviceName: 事件的设备名称
15713
- 注意:此字段可能返回 null,表示取不到有效值。
15714
15609
  :type DeviceName: str
15715
15610
  :param _EventId: 事件的标识符ID
15716
- 注意:此字段可能返回 null,表示取不到有效值。
15717
15611
  :type EventId: str
15718
15612
  :param _Type: 事件的类型
15719
- 注意:此字段可能返回 null,表示取不到有效值。
15720
15613
  :type Type: str
15721
15614
  :param _Data: 事件的数据
15722
- 注意:此字段可能返回 null,表示取不到有效值。
15723
15615
  :type Data: str
15724
15616
  """
15725
15617
  self._TimeStamp = None
@@ -15732,7 +15624,6 @@ class EventHistoryItem(AbstractModel):
15732
15624
  @property
15733
15625
  def TimeStamp(self):
15734
15626
  """事件的时间戳
15735
- 注意:此字段可能返回 null,表示取不到有效值。
15736
15627
  :rtype: int
15737
15628
  """
15738
15629
  return self._TimeStamp
@@ -15744,7 +15635,6 @@ class EventHistoryItem(AbstractModel):
15744
15635
  @property
15745
15636
  def ProductId(self):
15746
15637
  """事件的产品ID
15747
- 注意:此字段可能返回 null,表示取不到有效值。
15748
15638
  :rtype: str
15749
15639
  """
15750
15640
  return self._ProductId
@@ -15756,7 +15646,6 @@ class EventHistoryItem(AbstractModel):
15756
15646
  @property
15757
15647
  def DeviceName(self):
15758
15648
  """事件的设备名称
15759
- 注意:此字段可能返回 null,表示取不到有效值。
15760
15649
  :rtype: str
15761
15650
  """
15762
15651
  return self._DeviceName
@@ -15768,7 +15657,6 @@ class EventHistoryItem(AbstractModel):
15768
15657
  @property
15769
15658
  def EventId(self):
15770
15659
  """事件的标识符ID
15771
- 注意:此字段可能返回 null,表示取不到有效值。
15772
15660
  :rtype: str
15773
15661
  """
15774
15662
  return self._EventId
@@ -15780,7 +15668,6 @@ class EventHistoryItem(AbstractModel):
15780
15668
  @property
15781
15669
  def Type(self):
15782
15670
  """事件的类型
15783
- 注意:此字段可能返回 null,表示取不到有效值。
15784
15671
  :rtype: str
15785
15672
  """
15786
15673
  return self._Type
@@ -15792,7 +15679,6 @@ class EventHistoryItem(AbstractModel):
15792
15679
  @property
15793
15680
  def Data(self):
15794
15681
  """事件的数据
15795
- 注意:此字段可能返回 null,表示取不到有效值。
15796
15682
  :rtype: str
15797
15683
  """
15798
15684
  return self._Data
@@ -15833,18 +15719,14 @@ class FamilySubDevice(AbstractModel):
15833
15719
  :param _DeviceId: 设备ID
15834
15720
  :type DeviceId: str
15835
15721
  :param _AliasName: 设备别名
15836
- 注意:此字段可能返回 null,表示取不到有效值。
15837
15722
  :type AliasName: str
15838
15723
  :param _FamilyId: 设备绑定的家庭ID
15839
15724
  :type FamilyId: str
15840
15725
  :param _RoomId: 设备所在的房间ID,默认"0"
15841
- 注意:此字段可能返回 null,表示取不到有效值。
15842
15726
  :type RoomId: str
15843
15727
  :param _IconUrl: 图标
15844
- 注意:此字段可能返回 null,表示取不到有效值。
15845
15728
  :type IconUrl: str
15846
15729
  :param _IconUrlGrid: grid图标
15847
- 注意:此字段可能返回 null,表示取不到有效值。
15848
15730
  :type IconUrlGrid: str
15849
15731
  :param _CreateTime: 设备绑定时间戳
15850
15732
  :type CreateTime: int
@@ -15898,7 +15780,6 @@ class FamilySubDevice(AbstractModel):
15898
15780
  @property
15899
15781
  def AliasName(self):
15900
15782
  """设备别名
15901
- 注意:此字段可能返回 null,表示取不到有效值。
15902
15783
  :rtype: str
15903
15784
  """
15904
15785
  return self._AliasName
@@ -15921,7 +15802,6 @@ class FamilySubDevice(AbstractModel):
15921
15802
  @property
15922
15803
  def RoomId(self):
15923
15804
  """设备所在的房间ID,默认"0"
15924
- 注意:此字段可能返回 null,表示取不到有效值。
15925
15805
  :rtype: str
15926
15806
  """
15927
15807
  return self._RoomId
@@ -15933,7 +15813,6 @@ class FamilySubDevice(AbstractModel):
15933
15813
  @property
15934
15814
  def IconUrl(self):
15935
15815
  """图标
15936
- 注意:此字段可能返回 null,表示取不到有效值。
15937
15816
  :rtype: str
15938
15817
  """
15939
15818
  return self._IconUrl
@@ -15945,7 +15824,6 @@ class FamilySubDevice(AbstractModel):
15945
15824
  @property
15946
15825
  def IconUrlGrid(self):
15947
15826
  """grid图标
15948
- 注意:此字段可能返回 null,表示取不到有效值。
15949
15827
  :rtype: str
15950
15828
  """
15951
15829
  return self._IconUrlGrid
@@ -16368,28 +16246,20 @@ class FirmwareInfo(AbstractModel):
16368
16246
  :param _CreateTime: 固件创建时间
16369
16247
  :type CreateTime: int
16370
16248
  :param _ProductName: 产品名称
16371
- 注意:此字段可能返回 null,表示取不到有效值。
16372
16249
  :type ProductName: str
16373
16250
  :param _Name: 固件名称
16374
- 注意:此字段可能返回 null,表示取不到有效值。
16375
16251
  :type Name: str
16376
16252
  :param _Description: 固件描述
16377
- 注意:此字段可能返回 null,表示取不到有效值。
16378
16253
  :type Description: str
16379
16254
  :param _ProductId: 产品ID
16380
- 注意:此字段可能返回 null,表示取不到有效值。
16381
16255
  :type ProductId: str
16382
16256
  :param _FwType: 固件升级模块
16383
- 注意:此字段可能返回 null,表示取不到有效值。
16384
16257
  :type FwType: str
16385
16258
  :param _CreateUserId: 创建者子 uin
16386
- 注意:此字段可能返回 null,表示取不到有效值。
16387
16259
  :type CreateUserId: int
16388
16260
  :param _CreatorNickName: 创建者昵称
16389
- 注意:此字段可能返回 null,表示取不到有效值。
16390
16261
  :type CreatorNickName: str
16391
16262
  :param _UserDefined: 固件用户自定义配置信息
16392
- 注意:此字段可能返回 null,表示取不到有效值。
16393
16263
  :type UserDefined: str
16394
16264
  """
16395
16265
  self._Version = None
@@ -16440,7 +16310,6 @@ class FirmwareInfo(AbstractModel):
16440
16310
  @property
16441
16311
  def ProductName(self):
16442
16312
  """产品名称
16443
- 注意:此字段可能返回 null,表示取不到有效值。
16444
16313
  :rtype: str
16445
16314
  """
16446
16315
  return self._ProductName
@@ -16452,7 +16321,6 @@ class FirmwareInfo(AbstractModel):
16452
16321
  @property
16453
16322
  def Name(self):
16454
16323
  """固件名称
16455
- 注意:此字段可能返回 null,表示取不到有效值。
16456
16324
  :rtype: str
16457
16325
  """
16458
16326
  return self._Name
@@ -16464,7 +16332,6 @@ class FirmwareInfo(AbstractModel):
16464
16332
  @property
16465
16333
  def Description(self):
16466
16334
  """固件描述
16467
- 注意:此字段可能返回 null,表示取不到有效值。
16468
16335
  :rtype: str
16469
16336
  """
16470
16337
  return self._Description
@@ -16476,7 +16343,6 @@ class FirmwareInfo(AbstractModel):
16476
16343
  @property
16477
16344
  def ProductId(self):
16478
16345
  """产品ID
16479
- 注意:此字段可能返回 null,表示取不到有效值。
16480
16346
  :rtype: str
16481
16347
  """
16482
16348
  return self._ProductId
@@ -16488,7 +16354,6 @@ class FirmwareInfo(AbstractModel):
16488
16354
  @property
16489
16355
  def FwType(self):
16490
16356
  """固件升级模块
16491
- 注意:此字段可能返回 null,表示取不到有效值。
16492
16357
  :rtype: str
16493
16358
  """
16494
16359
  return self._FwType
@@ -16500,7 +16365,6 @@ class FirmwareInfo(AbstractModel):
16500
16365
  @property
16501
16366
  def CreateUserId(self):
16502
16367
  """创建者子 uin
16503
- 注意:此字段可能返回 null,表示取不到有效值。
16504
16368
  :rtype: int
16505
16369
  """
16506
16370
  return self._CreateUserId
@@ -16512,7 +16376,6 @@ class FirmwareInfo(AbstractModel):
16512
16376
  @property
16513
16377
  def CreatorNickName(self):
16514
16378
  """创建者昵称
16515
- 注意:此字段可能返回 null,表示取不到有效值。
16516
16379
  :rtype: str
16517
16380
  """
16518
16381
  return self._CreatorNickName
@@ -16524,7 +16387,6 @@ class FirmwareInfo(AbstractModel):
16524
16387
  @property
16525
16388
  def UserDefined(self):
16526
16389
  """固件用户自定义配置信息
16527
- 注意:此字段可能返回 null,表示取不到有效值。
16528
16390
  :rtype: str
16529
16391
  """
16530
16392
  return self._UserDefined
@@ -17408,10 +17270,8 @@ class GetDeviceListResponse(AbstractModel):
17408
17270
  def __init__(self):
17409
17271
  r"""
17410
17272
  :param _Devices: 返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
17411
- 注意:此字段可能返回 null,表示取不到有效值。
17412
17273
  :type Devices: list of DeviceInfo
17413
17274
  :param _Total: 产品下的设备总数
17414
- 注意:此字段可能返回 null,表示取不到有效值。
17415
17275
  :type Total: int
17416
17276
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17417
17277
  :type RequestId: str
@@ -17423,7 +17283,6 @@ class GetDeviceListResponse(AbstractModel):
17423
17283
  @property
17424
17284
  def Devices(self):
17425
17285
  """返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
17426
- 注意:此字段可能返回 null,表示取不到有效值。
17427
17286
  :rtype: list of DeviceInfo
17428
17287
  """
17429
17288
  return self._Devices
@@ -17435,7 +17294,6 @@ class GetDeviceListResponse(AbstractModel):
17435
17294
  @property
17436
17295
  def Total(self):
17437
17296
  """产品下的设备总数
17438
- 注意:此字段可能返回 null,表示取不到有效值。
17439
17297
  :rtype: int
17440
17298
  """
17441
17299
  return self._Total
@@ -17869,7 +17727,6 @@ class GetFamilyDeviceUserListResponse(AbstractModel):
17869
17727
  def __init__(self):
17870
17728
  r"""
17871
17729
  :param _UserList: 设备的用户列表
17872
- 注意:此字段可能返回 null,表示取不到有效值。
17873
17730
  :type UserList: list of DeviceUser
17874
17731
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17875
17732
  :type RequestId: str
@@ -17880,7 +17737,6 @@ class GetFamilyDeviceUserListResponse(AbstractModel):
17880
17737
  @property
17881
17738
  def UserList(self):
17882
17739
  """设备的用户列表
17883
- 注意:此字段可能返回 null,表示取不到有效值。
17884
17740
  :rtype: list of DeviceUser
17885
17741
  """
17886
17742
  return self._UserList
@@ -18000,10 +17856,8 @@ class GetGatewaySubDeviceListResponse(AbstractModel):
18000
17856
  def __init__(self):
18001
17857
  r"""
18002
17858
  :param _Total: 设备的总数
18003
- 注意:此字段可能返回 null,表示取不到有效值。
18004
17859
  :type Total: int
18005
17860
  :param _DeviceList: 设备列表
18006
- 注意:此字段可能返回 null,表示取不到有效值。
18007
17861
  :type DeviceList: :class:`tencentcloud.iotexplorer.v20190423.models.FamilySubDevice`
18008
17862
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18009
17863
  :type RequestId: str
@@ -18015,7 +17869,6 @@ class GetGatewaySubDeviceListResponse(AbstractModel):
18015
17869
  @property
18016
17870
  def Total(self):
18017
17871
  """设备的总数
18018
- 注意:此字段可能返回 null,表示取不到有效值。
18019
17872
  :rtype: int
18020
17873
  """
18021
17874
  return self._Total
@@ -18027,7 +17880,6 @@ class GetGatewaySubDeviceListResponse(AbstractModel):
18027
17880
  @property
18028
17881
  def DeviceList(self):
18029
17882
  """设备列表
18030
- 注意:此字段可能返回 null,表示取不到有效值。
18031
17883
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.FamilySubDevice`
18032
17884
  """
18033
17885
  return self._DeviceList
@@ -18132,7 +17984,6 @@ class GetLoRaGatewayListResponse(AbstractModel):
18132
17984
  :param _Total: 返回总数
18133
17985
  :type Total: int
18134
17986
  :param _Gateways: 返回详情项
18135
- 注意:此字段可能返回 null,表示取不到有效值。
18136
17987
  :type Gateways: list of LoRaGatewayItem
18137
17988
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18138
17989
  :type RequestId: str
@@ -18155,7 +18006,6 @@ class GetLoRaGatewayListResponse(AbstractModel):
18155
18006
  @property
18156
18007
  def Gateways(self):
18157
18008
  """返回详情项
18158
- 注意:此字段可能返回 null,表示取不到有效值。
18159
18009
  :rtype: list of LoRaGatewayItem
18160
18010
  """
18161
18011
  return self._Gateways
@@ -18261,10 +18111,8 @@ class GetPositionSpaceListResponse(AbstractModel):
18261
18111
  def __init__(self):
18262
18112
  r"""
18263
18113
  :param _List: 位置空间列表
18264
- 注意:此字段可能返回 null,表示取不到有效值。
18265
18114
  :type List: list of PositionSpaceInfo
18266
18115
  :param _Total: 位置空间数量
18267
- 注意:此字段可能返回 null,表示取不到有效值。
18268
18116
  :type Total: int
18269
18117
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18270
18118
  :type RequestId: str
@@ -18276,7 +18124,6 @@ class GetPositionSpaceListResponse(AbstractModel):
18276
18124
  @property
18277
18125
  def List(self):
18278
18126
  """位置空间列表
18279
- 注意:此字段可能返回 null,表示取不到有效值。
18280
18127
  :rtype: list of PositionSpaceInfo
18281
18128
  """
18282
18129
  return self._List
@@ -18288,7 +18135,6 @@ class GetPositionSpaceListResponse(AbstractModel):
18288
18135
  @property
18289
18136
  def Total(self):
18290
18137
  """位置空间数量
18291
- 注意:此字段可能返回 null,表示取不到有效值。
18292
18138
  :rtype: int
18293
18139
  """
18294
18140
  return self._Total
@@ -18454,10 +18300,8 @@ class GetProjectListResponse(AbstractModel):
18454
18300
  def __init__(self):
18455
18301
  r"""
18456
18302
  :param _Projects: 项目列表
18457
- 注意:此字段可能返回 null,表示取不到有效值。
18458
18303
  :type Projects: list of ProjectEntryEx
18459
18304
  :param _Total: 列表项个数
18460
- 注意:此字段可能返回 null,表示取不到有效值。
18461
18305
  :type Total: int
18462
18306
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18463
18307
  :type RequestId: str
@@ -18469,7 +18313,6 @@ class GetProjectListResponse(AbstractModel):
18469
18313
  @property
18470
18314
  def Projects(self):
18471
18315
  """项目列表
18472
- 注意:此字段可能返回 null,表示取不到有效值。
18473
18316
  :rtype: list of ProjectEntryEx
18474
18317
  """
18475
18318
  return self._Projects
@@ -18481,7 +18324,6 @@ class GetProjectListResponse(AbstractModel):
18481
18324
  @property
18482
18325
  def Total(self):
18483
18326
  """列表项个数
18484
- 注意:此字段可能返回 null,表示取不到有效值。
18485
18327
  :rtype: int
18486
18328
  """
18487
18329
  return self._Total
@@ -18983,7 +18825,6 @@ class GetWechatDeviceTicketResponse(AbstractModel):
18983
18825
  def __init__(self):
18984
18826
  r"""
18985
18827
  :param _WXDeviceInfo: 微信设备信息
18986
- 注意:此字段可能返回 null,表示取不到有效值。
18987
18828
  :type WXDeviceInfo: :class:`tencentcloud.iotexplorer.v20190423.models.WXDeviceInfo`
18988
18829
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18989
18830
  :type RequestId: str
@@ -18994,7 +18835,6 @@ class GetWechatDeviceTicketResponse(AbstractModel):
18994
18835
  @property
18995
18836
  def WXDeviceInfo(self):
18996
18837
  """微信设备信息
18997
- 注意:此字段可能返回 null,表示取不到有效值。
18998
18838
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.WXDeviceInfo`
18999
18839
  """
19000
18840
  return self._WXDeviceInfo
@@ -19162,40 +19002,28 @@ class InstanceDetail(AbstractModel):
19162
19002
  :param _ExpireTime: 过期时间,公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
19163
19003
  :type ExpireTime: str
19164
19004
  :param _TotalDevice: 总设备数
19165
- 注意:此字段可能返回 null,表示取不到有效值。
19166
19005
  :type TotalDevice: int
19167
19006
  :param _ActivateDevice: 激活设备数
19168
- 注意:此字段可能返回 null,表示取不到有效值。
19169
19007
  :type ActivateDevice: int
19170
19008
  :param _Description: 备注
19171
- 注意:此字段可能返回 null,表示取不到有效值。
19172
19009
  :type Description: str
19173
19010
  :param _Status: 实例状态
19174
- 注意:此字段可能返回 null,表示取不到有效值。
19175
19011
  :type Status: int
19176
19012
  :param _UpDownTPS: 消息上下行配置TPS
19177
- 注意:此字段可能返回 null,表示取不到有效值。
19178
19013
  :type UpDownTPS: int
19179
19014
  :param _UpDownCurrentTPS: 当前消息上下行TPS
19180
- 注意:此字段可能返回 null,表示取不到有效值。
19181
19015
  :type UpDownCurrentTPS: int
19182
19016
  :param _ForwardTPS: 消息转发配置TPS
19183
- 注意:此字段可能返回 null,表示取不到有效值。
19184
19017
  :type ForwardTPS: int
19185
19018
  :param _ForwardCurrentTPS: 消息转发当前TPS
19186
- 注意:此字段可能返回 null,表示取不到有效值。
19187
19019
  :type ForwardCurrentTPS: int
19188
19020
  :param _CellNum: 实例单元数
19189
- 注意:此字段可能返回 null,表示取不到有效值。
19190
19021
  :type CellNum: int
19191
- :param _BillingTag: 实例Tag
19192
- 注意:此字段可能返回 null,表示取不到有效值。
19022
+ :param _BillingTag: 实例Tag,企业实例必传
19193
19023
  :type BillingTag: str
19194
19024
  :param _EverydayFreeMessageCount: 每日消息数
19195
- 注意:此字段可能返回 null,表示取不到有效值。
19196
19025
  :type EverydayFreeMessageCount: int
19197
19026
  :param _MaxDeviceOnlineCount: 最大在线设备数
19198
- 注意:此字段可能返回 null,表示取不到有效值。
19199
19027
  :type MaxDeviceOnlineCount: int
19200
19028
  """
19201
19029
  self._InstanceId = None
@@ -19346,7 +19174,6 @@ class InstanceDetail(AbstractModel):
19346
19174
  @property
19347
19175
  def TotalDevice(self):
19348
19176
  """总设备数
19349
- 注意:此字段可能返回 null,表示取不到有效值。
19350
19177
  :rtype: int
19351
19178
  """
19352
19179
  return self._TotalDevice
@@ -19358,7 +19185,6 @@ class InstanceDetail(AbstractModel):
19358
19185
  @property
19359
19186
  def ActivateDevice(self):
19360
19187
  """激活设备数
19361
- 注意:此字段可能返回 null,表示取不到有效值。
19362
19188
  :rtype: int
19363
19189
  """
19364
19190
  return self._ActivateDevice
@@ -19370,7 +19196,6 @@ class InstanceDetail(AbstractModel):
19370
19196
  @property
19371
19197
  def Description(self):
19372
19198
  """备注
19373
- 注意:此字段可能返回 null,表示取不到有效值。
19374
19199
  :rtype: str
19375
19200
  """
19376
19201
  return self._Description
@@ -19382,7 +19207,6 @@ class InstanceDetail(AbstractModel):
19382
19207
  @property
19383
19208
  def Status(self):
19384
19209
  """实例状态
19385
- 注意:此字段可能返回 null,表示取不到有效值。
19386
19210
  :rtype: int
19387
19211
  """
19388
19212
  return self._Status
@@ -19394,7 +19218,6 @@ class InstanceDetail(AbstractModel):
19394
19218
  @property
19395
19219
  def UpDownTPS(self):
19396
19220
  """消息上下行配置TPS
19397
- 注意:此字段可能返回 null,表示取不到有效值。
19398
19221
  :rtype: int
19399
19222
  """
19400
19223
  return self._UpDownTPS
@@ -19406,7 +19229,6 @@ class InstanceDetail(AbstractModel):
19406
19229
  @property
19407
19230
  def UpDownCurrentTPS(self):
19408
19231
  """当前消息上下行TPS
19409
- 注意:此字段可能返回 null,表示取不到有效值。
19410
19232
  :rtype: int
19411
19233
  """
19412
19234
  return self._UpDownCurrentTPS
@@ -19418,7 +19240,6 @@ class InstanceDetail(AbstractModel):
19418
19240
  @property
19419
19241
  def ForwardTPS(self):
19420
19242
  """消息转发配置TPS
19421
- 注意:此字段可能返回 null,表示取不到有效值。
19422
19243
  :rtype: int
19423
19244
  """
19424
19245
  return self._ForwardTPS
@@ -19430,7 +19251,6 @@ class InstanceDetail(AbstractModel):
19430
19251
  @property
19431
19252
  def ForwardCurrentTPS(self):
19432
19253
  """消息转发当前TPS
19433
- 注意:此字段可能返回 null,表示取不到有效值。
19434
19254
  :rtype: int
19435
19255
  """
19436
19256
  return self._ForwardCurrentTPS
@@ -19442,7 +19262,6 @@ class InstanceDetail(AbstractModel):
19442
19262
  @property
19443
19263
  def CellNum(self):
19444
19264
  """实例单元数
19445
- 注意:此字段可能返回 null,表示取不到有效值。
19446
19265
  :rtype: int
19447
19266
  """
19448
19267
  return self._CellNum
@@ -19453,8 +19272,7 @@ class InstanceDetail(AbstractModel):
19453
19272
 
19454
19273
  @property
19455
19274
  def BillingTag(self):
19456
- """实例Tag
19457
- 注意:此字段可能返回 null,表示取不到有效值。
19275
+ """实例Tag,企业实例必传
19458
19276
  :rtype: str
19459
19277
  """
19460
19278
  return self._BillingTag
@@ -19466,7 +19284,6 @@ class InstanceDetail(AbstractModel):
19466
19284
  @property
19467
19285
  def EverydayFreeMessageCount(self):
19468
19286
  """每日消息数
19469
- 注意:此字段可能返回 null,表示取不到有效值。
19470
19287
  :rtype: int
19471
19288
  """
19472
19289
  return self._EverydayFreeMessageCount
@@ -19478,7 +19295,6 @@ class InstanceDetail(AbstractModel):
19478
19295
  @property
19479
19296
  def MaxDeviceOnlineCount(self):
19480
19297
  """最大在线设备数
19481
- 注意:此字段可能返回 null,表示取不到有效值。
19482
19298
  :rtype: int
19483
19299
  """
19484
19300
  return self._MaxDeviceOnlineCount
@@ -19903,7 +19719,6 @@ class InvokeExternalSourceAIServiceTaskResponse(AbstractModel):
19903
19719
  :param _TaskId: 任务 ID
19904
19720
  :type TaskId: str
19905
19721
  :param _TaskInfo: 任务信息
19906
- 注意:此字段可能返回 null,表示取不到有效值。
19907
19722
  :type TaskInfo: :class:`tencentcloud.iotexplorer.v20190423.models.CloudStorageAIServiceTask`
19908
19723
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19909
19724
  :type RequestId: str
@@ -19938,7 +19753,6 @@ class InvokeExternalSourceAIServiceTaskResponse(AbstractModel):
19938
19753
  @property
19939
19754
  def TaskInfo(self):
19940
19755
  """任务信息
19941
- 注意:此字段可能返回 null,表示取不到有效值。
19942
19756
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.CloudStorageAIServiceTask`
19943
19757
  """
19944
19758
  return self._TaskInfo
@@ -20022,22 +19836,16 @@ class IotApplication(AbstractModel):
20022
19836
  :param _TPNSAndroidRegion: TPNS服务Android应用所属地域,详细说明参见 ModifyApplication 同名入参。
20023
19837
  :type TPNSAndroidRegion: str
20024
19838
  :param _SelfSmsAppId: 自主短信配置APPID
20025
- 注意:此字段可能返回 null,表示取不到有效值。
20026
19839
  :type SelfSmsAppId: str
20027
19840
  :param _SelfSmsAppKey: 自主短信配置APPKey
20028
- 注意:此字段可能返回 null,表示取不到有效值。
20029
19841
  :type SelfSmsAppKey: str
20030
19842
  :param _SelfSmsSign: 自主短信配置签名
20031
- 注意:此字段可能返回 null,表示取不到有效值。
20032
19843
  :type SelfSmsSign: str
20033
19844
  :param _SelfSmsTemplateId: 自主短信配置模板ID
20034
- 注意:此字段可能返回 null,表示取不到有效值。
20035
19845
  :type SelfSmsTemplateId: int
20036
19846
  :param _WechatNotifyStatus: 第三方小程序强提醒开关 0:关闭;1:开启
20037
- 注意:此字段可能返回 null,表示取不到有效值。
20038
19847
  :type WechatNotifyStatus: int
20039
19848
  :param _InterconnectionProducts: 互联互通产品ID列表
20040
- 注意:此字段可能返回 null,表示取不到有效值。
20041
19849
  :type InterconnectionProducts: str
20042
19850
  """
20043
19851
  self._IotAppID = None
@@ -20326,7 +20134,6 @@ class IotApplication(AbstractModel):
20326
20134
  @property
20327
20135
  def SelfSmsAppId(self):
20328
20136
  """自主短信配置APPID
20329
- 注意:此字段可能返回 null,表示取不到有效值。
20330
20137
  :rtype: str
20331
20138
  """
20332
20139
  return self._SelfSmsAppId
@@ -20338,7 +20145,6 @@ class IotApplication(AbstractModel):
20338
20145
  @property
20339
20146
  def SelfSmsAppKey(self):
20340
20147
  """自主短信配置APPKey
20341
- 注意:此字段可能返回 null,表示取不到有效值。
20342
20148
  :rtype: str
20343
20149
  """
20344
20150
  return self._SelfSmsAppKey
@@ -20350,7 +20156,6 @@ class IotApplication(AbstractModel):
20350
20156
  @property
20351
20157
  def SelfSmsSign(self):
20352
20158
  """自主短信配置签名
20353
- 注意:此字段可能返回 null,表示取不到有效值。
20354
20159
  :rtype: str
20355
20160
  """
20356
20161
  return self._SelfSmsSign
@@ -20362,7 +20167,6 @@ class IotApplication(AbstractModel):
20362
20167
  @property
20363
20168
  def SelfSmsTemplateId(self):
20364
20169
  """自主短信配置模板ID
20365
- 注意:此字段可能返回 null,表示取不到有效值。
20366
20170
  :rtype: int
20367
20171
  """
20368
20172
  return self._SelfSmsTemplateId
@@ -20374,7 +20178,6 @@ class IotApplication(AbstractModel):
20374
20178
  @property
20375
20179
  def WechatNotifyStatus(self):
20376
20180
  """第三方小程序强提醒开关 0:关闭;1:开启
20377
- 注意:此字段可能返回 null,表示取不到有效值。
20378
20181
  :rtype: int
20379
20182
  """
20380
20183
  return self._WechatNotifyStatus
@@ -20386,7 +20189,6 @@ class IotApplication(AbstractModel):
20386
20189
  @property
20387
20190
  def InterconnectionProducts(self):
20388
20191
  """互联互通产品ID列表
20389
- 注意:此字段可能返回 null,表示取不到有效值。
20390
20192
  :rtype: str
20391
20193
  """
20392
20194
  return self._InterconnectionProducts
@@ -20450,7 +20252,6 @@ class LicenseServiceNumInfo(AbstractModel):
20450
20252
  :param _UsedNum: 已使用授权数
20451
20253
  :type UsedNum: int
20452
20254
  :param _TWeCallLicense: TWeCall激活码
20453
- 注意:此字段可能返回 null,表示取不到有效值。
20454
20255
  :type TWeCallLicense: list of TWeCallLicenseInfo
20455
20256
  """
20456
20257
  self._LicenseType = None
@@ -20494,7 +20295,6 @@ class LicenseServiceNumInfo(AbstractModel):
20494
20295
  @property
20495
20296
  def TWeCallLicense(self):
20496
20297
  """TWeCall激活码
20497
- 注意:此字段可能返回 null,表示取不到有效值。
20498
20298
  :rtype: list of TWeCallLicenseInfo
20499
20299
  """
20500
20300
  return self._TWeCallLicense
@@ -20673,16 +20473,12 @@ class ListEventHistoryResponse(AbstractModel):
20673
20473
  def __init__(self):
20674
20474
  r"""
20675
20475
  :param _Context: 搜索上下文, 用作查询游标
20676
- 注意:此字段可能返回 null,表示取不到有效值。
20677
20476
  :type Context: str
20678
20477
  :param _Total: 搜索结果数量
20679
- 注意:此字段可能返回 null,表示取不到有效值。
20680
20478
  :type Total: int
20681
20479
  :param _Listover: 搜索结果是否已经结束
20682
- 注意:此字段可能返回 null,表示取不到有效值。
20683
20480
  :type Listover: bool
20684
20481
  :param _EventHistory: 搜集结果集
20685
- 注意:此字段可能返回 null,表示取不到有效值。
20686
20482
  :type EventHistory: list of EventHistoryItem
20687
20483
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20688
20484
  :type RequestId: str
@@ -20696,7 +20492,6 @@ class ListEventHistoryResponse(AbstractModel):
20696
20492
  @property
20697
20493
  def Context(self):
20698
20494
  """搜索上下文, 用作查询游标
20699
- 注意:此字段可能返回 null,表示取不到有效值。
20700
20495
  :rtype: str
20701
20496
  """
20702
20497
  return self._Context
@@ -20708,7 +20503,6 @@ class ListEventHistoryResponse(AbstractModel):
20708
20503
  @property
20709
20504
  def Total(self):
20710
20505
  """搜索结果数量
20711
- 注意:此字段可能返回 null,表示取不到有效值。
20712
20506
  :rtype: int
20713
20507
  """
20714
20508
  return self._Total
@@ -20720,7 +20514,6 @@ class ListEventHistoryResponse(AbstractModel):
20720
20514
  @property
20721
20515
  def Listover(self):
20722
20516
  """搜索结果是否已经结束
20723
- 注意:此字段可能返回 null,表示取不到有效值。
20724
20517
  :rtype: bool
20725
20518
  """
20726
20519
  return self._Listover
@@ -20732,7 +20525,6 @@ class ListEventHistoryResponse(AbstractModel):
20732
20525
  @property
20733
20526
  def EventHistory(self):
20734
20527
  """搜集结果集
20735
- 注意:此字段可能返回 null,表示取不到有效值。
20736
20528
  :rtype: list of EventHistoryItem
20737
20529
  """
20738
20530
  return self._EventHistory
@@ -23518,21 +23310,16 @@ class PackageInfo(AbstractModel):
23518
23310
  :param _CSExpiredTime: 云存套餐过期时间
23519
23311
  :type CSExpiredTime: int
23520
23312
  :param _CreatedAt: 云存套餐创建时间
23521
- 注意:此字段可能返回 null,表示取不到有效值。
23522
23313
  :type CreatedAt: int
23523
23314
  :param _UpdatedAt: 云存套餐更新时间
23524
- 注意:此字段可能返回 null,表示取不到有效值。
23525
23315
  :type UpdatedAt: int
23526
23316
  :param _PackageId: 套餐id
23527
- 注意:此字段可能返回 null,表示取不到有效值。
23528
23317
  :type PackageId: str
23529
23318
  :param _OrderId: 订单id
23530
- 注意:此字段可能返回 null,表示取不到有效值。
23531
23319
  :type OrderId: str
23532
23320
  :param _ChannelId: 通道id
23533
23321
  :type ChannelId: int
23534
23322
  :param _CSUserId: 用户id
23535
- 注意:此字段可能返回 null,表示取不到有效值。
23536
23323
  :type CSUserId: str
23537
23324
  """
23538
23325
  self._Status = None
@@ -23594,7 +23381,6 @@ class PackageInfo(AbstractModel):
23594
23381
  @property
23595
23382
  def CreatedAt(self):
23596
23383
  """云存套餐创建时间
23597
- 注意:此字段可能返回 null,表示取不到有效值。
23598
23384
  :rtype: int
23599
23385
  """
23600
23386
  return self._CreatedAt
@@ -23606,7 +23392,6 @@ class PackageInfo(AbstractModel):
23606
23392
  @property
23607
23393
  def UpdatedAt(self):
23608
23394
  """云存套餐更新时间
23609
- 注意:此字段可能返回 null,表示取不到有效值。
23610
23395
  :rtype: int
23611
23396
  """
23612
23397
  return self._UpdatedAt
@@ -23618,7 +23403,6 @@ class PackageInfo(AbstractModel):
23618
23403
  @property
23619
23404
  def PackageId(self):
23620
23405
  """套餐id
23621
- 注意:此字段可能返回 null,表示取不到有效值。
23622
23406
  :rtype: str
23623
23407
  """
23624
23408
  return self._PackageId
@@ -23630,7 +23414,6 @@ class PackageInfo(AbstractModel):
23630
23414
  @property
23631
23415
  def OrderId(self):
23632
23416
  """订单id
23633
- 注意:此字段可能返回 null,表示取不到有效值。
23634
23417
  :rtype: str
23635
23418
  """
23636
23419
  return self._OrderId
@@ -23653,7 +23436,6 @@ class PackageInfo(AbstractModel):
23653
23436
  @property
23654
23437
  def CSUserId(self):
23655
23438
  """用户id
23656
- 注意:此字段可能返回 null,表示取不到有效值。
23657
23439
  :rtype: str
23658
23440
  """
23659
23441
  return self._CSUserId
@@ -23931,10 +23713,8 @@ class PositionItem(AbstractModel):
23931
23713
  :param _Latitude: 位置点的纬度
23932
23714
  :type Latitude: float
23933
23715
  :param _LocationType: 位置点的定位类型
23934
- 注意:此字段可能返回 null,表示取不到有效值。
23935
23716
  :type LocationType: str
23936
23717
  :param _Accuracy: 位置点的精度预估,单位为米
23937
- 注意:此字段可能返回 null,表示取不到有效值。
23938
23718
  :type Accuracy: float
23939
23719
  """
23940
23720
  self._CreateTime = None
@@ -23979,7 +23759,6 @@ class PositionItem(AbstractModel):
23979
23759
  @property
23980
23760
  def LocationType(self):
23981
23761
  """位置点的定位类型
23982
- 注意:此字段可能返回 null,表示取不到有效值。
23983
23762
  :rtype: str
23984
23763
  """
23985
23764
  return self._LocationType
@@ -23991,7 +23770,6 @@ class PositionItem(AbstractModel):
23991
23770
  @property
23992
23771
  def Accuracy(self):
23993
23772
  """位置点的精度预估,单位为米
23994
- 注意:此字段可能返回 null,表示取不到有效值。
23995
23773
  :rtype: float
23996
23774
  """
23997
23775
  return self._Accuracy
@@ -24033,7 +23811,6 @@ class PositionSpaceInfo(AbstractModel):
24033
23811
  :param _AuthorizeType: 授权类型
24034
23812
  :type AuthorizeType: int
24035
23813
  :param _Description: 描述备注
24036
- 注意:此字段可能返回 null,表示取不到有效值。
24037
23814
  :type Description: str
24038
23815
  :param _ProductIdList: 产品列表
24039
23816
  :type ProductIdList: list of str
@@ -24104,7 +23881,6 @@ class PositionSpaceInfo(AbstractModel):
24104
23881
  @property
24105
23882
  def Description(self):
24106
23883
  """描述备注
24107
- 注意:此字段可能返回 null,表示取不到有效值。
24108
23884
  :rtype: str
24109
23885
  """
24110
23886
  return self._Description
@@ -24298,28 +24074,20 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24298
24074
  :param _ModuleId: 产品ModuleId
24299
24075
  :type ModuleId: int
24300
24076
  :param _EnableProductScript: 是否使用脚本进行二进制转json功能 可以取值 true / false
24301
- 注意:此字段可能返回 null,表示取不到有效值。
24302
24077
  :type EnableProductScript: str
24303
24078
  :param _CreateUserId: 创建人 UinId
24304
- 注意:此字段可能返回 null,表示取不到有效值。
24305
24079
  :type CreateUserId: int
24306
24080
  :param _CreatorNickName: 创建者昵称
24307
- 注意:此字段可能返回 null,表示取不到有效值。
24308
24081
  :type CreatorNickName: str
24309
24082
  :param _BindStrategy: 绑定策略(1:强踢;2:非强踢;0:表示无意义)
24310
- 注意:此字段可能返回 null,表示取不到有效值。
24311
24083
  :type BindStrategy: int
24312
24084
  :param _DeviceCount: 设备数量
24313
- 注意:此字段可能返回 null,表示取不到有效值。
24314
24085
  :type DeviceCount: int
24315
24086
  :param _Rate: 平均传输速率
24316
- 注意:此字段可能返回 null,表示取不到有效值。
24317
24087
  :type Rate: str
24318
24088
  :param _Period: 有效期
24319
- 注意:此字段可能返回 null,表示取不到有效值。
24320
24089
  :type Period: str
24321
24090
  :param _IsInterconnection: 互联互通标识
24322
- 注意:此字段可能返回 null,表示取不到有效值。
24323
24091
  :type IsInterconnection: int
24324
24092
  """
24325
24093
  self._ProductId = None
@@ -24503,7 +24271,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24503
24271
  @property
24504
24272
  def EnableProductScript(self):
24505
24273
  """是否使用脚本进行二进制转json功能 可以取值 true / false
24506
- 注意:此字段可能返回 null,表示取不到有效值。
24507
24274
  :rtype: str
24508
24275
  """
24509
24276
  return self._EnableProductScript
@@ -24515,7 +24282,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24515
24282
  @property
24516
24283
  def CreateUserId(self):
24517
24284
  """创建人 UinId
24518
- 注意:此字段可能返回 null,表示取不到有效值。
24519
24285
  :rtype: int
24520
24286
  """
24521
24287
  return self._CreateUserId
@@ -24527,7 +24293,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24527
24293
  @property
24528
24294
  def CreatorNickName(self):
24529
24295
  """创建者昵称
24530
- 注意:此字段可能返回 null,表示取不到有效值。
24531
24296
  :rtype: str
24532
24297
  """
24533
24298
  return self._CreatorNickName
@@ -24539,7 +24304,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24539
24304
  @property
24540
24305
  def BindStrategy(self):
24541
24306
  """绑定策略(1:强踢;2:非强踢;0:表示无意义)
24542
- 注意:此字段可能返回 null,表示取不到有效值。
24543
24307
  :rtype: int
24544
24308
  """
24545
24309
  return self._BindStrategy
@@ -24551,7 +24315,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24551
24315
  @property
24552
24316
  def DeviceCount(self):
24553
24317
  """设备数量
24554
- 注意:此字段可能返回 null,表示取不到有效值。
24555
24318
  :rtype: int
24556
24319
  """
24557
24320
  return self._DeviceCount
@@ -24563,7 +24326,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24563
24326
  @property
24564
24327
  def Rate(self):
24565
24328
  """平均传输速率
24566
- 注意:此字段可能返回 null,表示取不到有效值。
24567
24329
  :rtype: str
24568
24330
  """
24569
24331
  return self._Rate
@@ -24575,7 +24337,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24575
24337
  @property
24576
24338
  def Period(self):
24577
24339
  """有效期
24578
- 注意:此字段可能返回 null,表示取不到有效值。
24579
24340
  :rtype: str
24580
24341
  """
24581
24342
  return self._Period
@@ -24587,7 +24348,6 @@ wifi、wifi-ble、cellular、5g、lorawan、ble、ethernet、wifi-ethernet、els
24587
24348
  @property
24588
24349
  def IsInterconnection(self):
24589
24350
  """互联互通标识
24590
- 注意:此字段可能返回 null,表示取不到有效值。
24591
24351
  :rtype: int
24592
24352
  """
24593
24353
  return self._IsInterconnection
@@ -24646,10 +24406,8 @@ class ProductModelDefinition(AbstractModel):
24646
24406
  :param _CreateTime: 创建时间,秒级时间戳
24647
24407
  :type CreateTime: int
24648
24408
  :param _CategoryModel: 产品所属分类的模型快照(产品创建时刻的)
24649
- 注意:此字段可能返回 null,表示取不到有效值。
24650
24409
  :type CategoryModel: str
24651
24410
  :param _NetTypeModel: 产品的连接类型的模型
24652
- 注意:此字段可能返回 null,表示取不到有效值。
24653
24411
  :type NetTypeModel: str
24654
24412
  """
24655
24413
  self._ProductId = None
@@ -24706,7 +24464,6 @@ class ProductModelDefinition(AbstractModel):
24706
24464
  @property
24707
24465
  def CategoryModel(self):
24708
24466
  """产品所属分类的模型快照(产品创建时刻的)
24709
- 注意:此字段可能返回 null,表示取不到有效值。
24710
24467
  :rtype: str
24711
24468
  """
24712
24469
  return self._CategoryModel
@@ -24718,7 +24475,6 @@ class ProductModelDefinition(AbstractModel):
24718
24475
  @property
24719
24476
  def NetTypeModel(self):
24720
24477
  """产品的连接类型的模型
24721
- 注意:此字段可能返回 null,表示取不到有效值。
24722
24478
  :rtype: str
24723
24479
  """
24724
24480
  return self._NetTypeModel
@@ -24865,16 +24621,12 @@ class ProjectEntryEx(AbstractModel):
24865
24621
  :param _WebAppCount: WebApp数量
24866
24622
  :type WebAppCount: int
24867
24623
  :param _InstanceId: 实例ID
24868
- 注意:此字段可能返回 null,表示取不到有效值。
24869
24624
  :type InstanceId: str
24870
24625
  :param _ApplicationCount: 应用数量
24871
- 注意:此字段可能返回 null,表示取不到有效值。
24872
24626
  :type ApplicationCount: int
24873
24627
  :param _DeviceCount: 设备注册总数
24874
- 注意:此字段可能返回 null,表示取不到有效值。
24875
24628
  :type DeviceCount: int
24876
24629
  :param _EnableOpenState: 是否开通物联使能
24877
- 注意:此字段可能返回 null,表示取不到有效值。
24878
24630
  :type EnableOpenState: int
24879
24631
  """
24880
24632
  self._ProjectId = None
@@ -24981,7 +24733,6 @@ class ProjectEntryEx(AbstractModel):
24981
24733
  @property
24982
24734
  def InstanceId(self):
24983
24735
  """实例ID
24984
- 注意:此字段可能返回 null,表示取不到有效值。
24985
24736
  :rtype: str
24986
24737
  """
24987
24738
  return self._InstanceId
@@ -24993,7 +24744,6 @@ class ProjectEntryEx(AbstractModel):
24993
24744
  @property
24994
24745
  def ApplicationCount(self):
24995
24746
  """应用数量
24996
- 注意:此字段可能返回 null,表示取不到有效值。
24997
24747
  :rtype: int
24998
24748
  """
24999
24749
  return self._ApplicationCount
@@ -25005,7 +24755,6 @@ class ProjectEntryEx(AbstractModel):
25005
24755
  @property
25006
24756
  def DeviceCount(self):
25007
24757
  """设备注册总数
25008
- 注意:此字段可能返回 null,表示取不到有效值。
25009
24758
  :rtype: int
25010
24759
  """
25011
24760
  return self._DeviceCount
@@ -25017,7 +24766,6 @@ class ProjectEntryEx(AbstractModel):
25017
24766
  @property
25018
24767
  def EnableOpenState(self):
25019
24768
  """是否开通物联使能
25020
- 注意:此字段可能返回 null,表示取不到有效值。
25021
24769
  :rtype: int
25022
24770
  """
25023
24771
  return self._EnableOpenState
@@ -25233,7 +24981,6 @@ class PublishFirmwareUpdateMessageResponse(AbstractModel):
25233
24981
  def __init__(self):
25234
24982
  r"""
25235
24983
  :param _Status: 请求状态
25236
- 注意:此字段可能返回 null,表示取不到有效值。
25237
24984
  :type Status: str
25238
24985
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25239
24986
  :type RequestId: str
@@ -25244,7 +24991,6 @@ class PublishFirmwareUpdateMessageResponse(AbstractModel):
25244
24991
  @property
25245
24992
  def Status(self):
25246
24993
  """请求状态
25247
- 注意:此字段可能返回 null,表示取不到有效值。
25248
24994
  :rtype: str
25249
24995
  """
25250
24996
  return self._Status
@@ -25601,10 +25347,13 @@ class RegisteredDeviceTypeInfo(AbstractModel):
25601
25347
  :type GatewayDeviceNum: int
25602
25348
  :param _SubDeviceNum: 已注册子设备数
25603
25349
  :type SubDeviceNum: int
25350
+ :param _VideoDeviceNum: 已注册视频设备数
25351
+ :type VideoDeviceNum: int
25604
25352
  """
25605
25353
  self._NormalDeviceNum = None
25606
25354
  self._GatewayDeviceNum = None
25607
25355
  self._SubDeviceNum = None
25356
+ self._VideoDeviceNum = None
25608
25357
 
25609
25358
  @property
25610
25359
  def NormalDeviceNum(self):
@@ -25639,11 +25388,23 @@ class RegisteredDeviceTypeInfo(AbstractModel):
25639
25388
  def SubDeviceNum(self, SubDeviceNum):
25640
25389
  self._SubDeviceNum = SubDeviceNum
25641
25390
 
25391
+ @property
25392
+ def VideoDeviceNum(self):
25393
+ """已注册视频设备数
25394
+ :rtype: int
25395
+ """
25396
+ return self._VideoDeviceNum
25397
+
25398
+ @VideoDeviceNum.setter
25399
+ def VideoDeviceNum(self, VideoDeviceNum):
25400
+ self._VideoDeviceNum = VideoDeviceNum
25401
+
25642
25402
 
25643
25403
  def _deserialize(self, params):
25644
25404
  self._NormalDeviceNum = params.get("NormalDeviceNum")
25645
25405
  self._GatewayDeviceNum = params.get("GatewayDeviceNum")
25646
25406
  self._SubDeviceNum = params.get("SubDeviceNum")
25407
+ self._VideoDeviceNum = params.get("VideoDeviceNum")
25647
25408
  memeber_set = set(params.keys())
25648
25409
  for name, value in vars(self).items():
25649
25410
  property_name = name[1:]
@@ -26436,10 +26197,8 @@ class SearchPositionSpaceResponse(AbstractModel):
26436
26197
  def __init__(self):
26437
26198
  r"""
26438
26199
  :param _List: 位置空间列表
26439
- 注意:此字段可能返回 null,表示取不到有效值。
26440
26200
  :type List: list of PositionSpaceInfo
26441
26201
  :param _Total: 符合条件的位置空间个数
26442
- 注意:此字段可能返回 null,表示取不到有效值。
26443
26202
  :type Total: int
26444
26203
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26445
26204
  :type RequestId: str
@@ -26451,7 +26210,6 @@ class SearchPositionSpaceResponse(AbstractModel):
26451
26210
  @property
26452
26211
  def List(self):
26453
26212
  """位置空间列表
26454
- 注意:此字段可能返回 null,表示取不到有效值。
26455
26213
  :rtype: list of PositionSpaceInfo
26456
26214
  """
26457
26215
  return self._List
@@ -26463,7 +26221,6 @@ class SearchPositionSpaceResponse(AbstractModel):
26463
26221
  @property
26464
26222
  def Total(self):
26465
26223
  """符合条件的位置空间个数
26466
- 注意:此字段可能返回 null,表示取不到有效值。
26467
26224
  :rtype: int
26468
26225
  """
26469
26226
  return self._Total
@@ -26895,10 +26652,8 @@ class TWeCallActiveInfo(AbstractModel):
26895
26652
  注意:此字段可能返回 null,表示取不到有效值。
26896
26653
  :type ModelId: str
26897
26654
  :param _Sn: Sn信息
26898
- 注意:此字段可能返回 null,表示取不到有效值。
26899
26655
  :type Sn: str
26900
26656
  :param _ExpireTime: 过期时间
26901
- 注意:此字段可能返回 null,表示取不到有效值。
26902
26657
  :type ExpireTime: int
26903
26658
  :param _PkgType: 类型
26904
26659
  :type PkgType: int
@@ -26927,7 +26682,6 @@ class TWeCallActiveInfo(AbstractModel):
26927
26682
  @property
26928
26683
  def Sn(self):
26929
26684
  """Sn信息
26930
- 注意:此字段可能返回 null,表示取不到有效值。
26931
26685
  :rtype: str
26932
26686
  """
26933
26687
  return self._Sn
@@ -26939,7 +26693,6 @@ class TWeCallActiveInfo(AbstractModel):
26939
26693
  @property
26940
26694
  def ExpireTime(self):
26941
26695
  """过期时间
26942
- 注意:此字段可能返回 null,表示取不到有效值。
26943
26696
  :rtype: int
26944
26697
  """
26945
26698
  return self._ExpireTime
@@ -26983,7 +26736,6 @@ class TWeCallInfo(AbstractModel):
26983
26736
  def __init__(self):
26984
26737
  r"""
26985
26738
  :param _Sn: Sn信息,SN格式:产品ID_设备名
26986
- 注意:此字段可能返回 null,表示取不到有效值。
26987
26739
  :type Sn: str
26988
26740
  :param _ModelId: 小程序ID,参数已弃用,不用传参
26989
26741
  注意:此字段可能返回 null,表示取不到有效值。
@@ -26999,7 +26751,6 @@ class TWeCallInfo(AbstractModel):
26999
26751
  @property
27000
26752
  def Sn(self):
27001
26753
  """Sn信息,SN格式:产品ID_设备名
27002
- 注意:此字段可能返回 null,表示取不到有效值。
27003
26754
  :rtype: str
27004
26755
  """
27005
26756
  return self._Sn
@@ -27063,13 +26814,10 @@ class TWeCallLicenseInfo(AbstractModel):
27063
26814
  def __init__(self):
27064
26815
  r"""
27065
26816
  :param _TWeCallType: voip类型
27066
- 注意:此字段可能返回 null,表示取不到有效值。
27067
26817
  :type TWeCallType: str
27068
26818
  :param _TotalNum: 总数
27069
- 注意:此字段可能返回 null,表示取不到有效值。
27070
26819
  :type TotalNum: int
27071
26820
  :param _UsedNum: 已使用
27072
- 注意:此字段可能返回 null,表示取不到有效值。
27073
26821
  :type UsedNum: int
27074
26822
  """
27075
26823
  self._TWeCallType = None
@@ -27079,7 +26827,6 @@ class TWeCallLicenseInfo(AbstractModel):
27079
26827
  @property
27080
26828
  def TWeCallType(self):
27081
26829
  """voip类型
27082
- 注意:此字段可能返回 null,表示取不到有效值。
27083
26830
  :rtype: str
27084
26831
  """
27085
26832
  return self._TWeCallType
@@ -27091,7 +26838,6 @@ class TWeCallLicenseInfo(AbstractModel):
27091
26838
  @property
27092
26839
  def TotalNum(self):
27093
26840
  """总数
27094
- 注意:此字段可能返回 null,表示取不到有效值。
27095
26841
  :rtype: int
27096
26842
  """
27097
26843
  return self._TotalNum
@@ -27103,7 +26849,6 @@ class TWeCallLicenseInfo(AbstractModel):
27103
26849
  @property
27104
26850
  def UsedNum(self):
27105
26851
  """已使用
27106
- 注意:此字段可能返回 null,表示取不到有效值。
27107
26852
  :rtype: int
27108
26853
  """
27109
26854
  return self._UsedNum
@@ -27135,10 +26880,8 @@ class ThumbnailURLInfoList(AbstractModel):
27135
26880
  def __init__(self):
27136
26881
  r"""
27137
26882
  :param _ThumbnailURL: 缩略图访问地址
27138
- 注意:此字段可能返回 null,表示取不到有效值。
27139
26883
  :type ThumbnailURL: str
27140
26884
  :param _ExpireTime: 缩略图访问地址的过期时间
27141
- 注意:此字段可能返回 null,表示取不到有效值。
27142
26885
  :type ExpireTime: int
27143
26886
  """
27144
26887
  self._ThumbnailURL = None
@@ -27147,7 +26890,6 @@ class ThumbnailURLInfoList(AbstractModel):
27147
26890
  @property
27148
26891
  def ThumbnailURL(self):
27149
26892
  """缩略图访问地址
27150
- 注意:此字段可能返回 null,表示取不到有效值。
27151
26893
  :rtype: str
27152
26894
  """
27153
26895
  return self._ThumbnailURL
@@ -27159,7 +26901,6 @@ class ThumbnailURLInfoList(AbstractModel):
27159
26901
  @property
27160
26902
  def ExpireTime(self):
27161
26903
  """缩略图访问地址的过期时间
27162
- 注意:此字段可能返回 null,表示取不到有效值。
27163
26904
  :rtype: int
27164
26905
  """
27165
26906
  return self._ExpireTime
@@ -27245,13 +26986,10 @@ class TopicRule(AbstractModel):
27245
26986
  :param _Sql: 规则的SQL语句,如: SELECT * FROM 'pid/dname/event',然后对其进行base64编码,得:U0VMRUNUICogRlJPTSAncGlkL2RuYW1lL2V2ZW50Jw==
27246
26987
  :type Sql: str
27247
26988
  :param _Description: 规则描述。
27248
- 注意:此字段可能返回 null,表示取不到有效值。
27249
26989
  :type Description: str
27250
26990
  :param _Actions: 行为的JSON字符串。
27251
- 注意:此字段可能返回 null,表示取不到有效值。
27252
26991
  :type Actions: str
27253
26992
  :param _RuleDisabled: 是否禁用规则
27254
- 注意:此字段可能返回 null,表示取不到有效值。
27255
26993
  :type RuleDisabled: bool
27256
26994
  """
27257
26995
  self._RuleName = None
@@ -27285,7 +27023,6 @@ class TopicRule(AbstractModel):
27285
27023
  @property
27286
27024
  def Description(self):
27287
27025
  """规则描述。
27288
- 注意:此字段可能返回 null,表示取不到有效值。
27289
27026
  :rtype: str
27290
27027
  """
27291
27028
  return self._Description
@@ -27297,7 +27034,6 @@ class TopicRule(AbstractModel):
27297
27034
  @property
27298
27035
  def Actions(self):
27299
27036
  """行为的JSON字符串。
27300
- 注意:此字段可能返回 null,表示取不到有效值。
27301
27037
  :rtype: str
27302
27038
  """
27303
27039
  return self._Actions
@@ -27309,7 +27045,6 @@ class TopicRule(AbstractModel):
27309
27045
  @property
27310
27046
  def RuleDisabled(self):
27311
27047
  """是否禁用规则
27312
- 注意:此字段可能返回 null,表示取不到有效值。
27313
27048
  :rtype: bool
27314
27049
  """
27315
27050
  return self._RuleDisabled
@@ -28157,10 +27892,8 @@ class UpdateDevicesEnableStateResponse(AbstractModel):
28157
27892
  def __init__(self):
28158
27893
  r"""
28159
27894
  :param _ResultCode: 删除的结果代码
28160
- 注意:此字段可能返回 null,表示取不到有效值。
28161
27895
  :type ResultCode: str
28162
27896
  :param _ResultMessage: 删除的结果信息
28163
- 注意:此字段可能返回 null,表示取不到有效值。
28164
27897
  :type ResultMessage: str
28165
27898
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28166
27899
  :type RequestId: str
@@ -28172,7 +27905,6 @@ class UpdateDevicesEnableStateResponse(AbstractModel):
28172
27905
  @property
28173
27906
  def ResultCode(self):
28174
27907
  """删除的结果代码
28175
- 注意:此字段可能返回 null,表示取不到有效值。
28176
27908
  :rtype: str
28177
27909
  """
28178
27910
  return self._ResultCode
@@ -28184,7 +27916,6 @@ class UpdateDevicesEnableStateResponse(AbstractModel):
28184
27916
  @property
28185
27917
  def ResultMessage(self):
28186
27918
  """删除的结果信息
28187
- 注意:此字段可能返回 null,表示取不到有效值。
28188
27919
  :rtype: str
28189
27920
  """
28190
27921
  return self._ResultMessage
@@ -28593,10 +28324,8 @@ class WXDeviceInfo(AbstractModel):
28593
28324
  def __init__(self):
28594
28325
  r"""
28595
28326
  :param _DeviceId: 设备ID
28596
- 注意:此字段可能返回 null,表示取不到有效值。
28597
28327
  :type DeviceId: str
28598
28328
  :param _WXIoTDeviceInfo: 设备信息
28599
- 注意:此字段可能返回 null,表示取不到有效值。
28600
28329
  :type WXIoTDeviceInfo: :class:`tencentcloud.iotexplorer.v20190423.models.WXIoTDeviceInfo`
28601
28330
  """
28602
28331
  self._DeviceId = None
@@ -28605,7 +28334,6 @@ class WXDeviceInfo(AbstractModel):
28605
28334
  @property
28606
28335
  def DeviceId(self):
28607
28336
  """设备ID
28608
- 注意:此字段可能返回 null,表示取不到有效值。
28609
28337
  :rtype: str
28610
28338
  """
28611
28339
  return self._DeviceId
@@ -28617,7 +28345,6 @@ class WXDeviceInfo(AbstractModel):
28617
28345
  @property
28618
28346
  def WXIoTDeviceInfo(self):
28619
28347
  """设备信息
28620
- 注意:此字段可能返回 null,表示取不到有效值。
28621
28348
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.WXIoTDeviceInfo`
28622
28349
  """
28623
28350
  return self._WXIoTDeviceInfo
@@ -28650,13 +28377,10 @@ class WXIoTDeviceInfo(AbstractModel):
28650
28377
  def __init__(self):
28651
28378
  r"""
28652
28379
  :param _SN: sn信息
28653
- 注意:此字段可能返回 null,表示取不到有效值。
28654
28380
  :type SN: str
28655
28381
  :param _SNTicket: 票据
28656
- 注意:此字段可能返回 null,表示取不到有效值。
28657
28382
  :type SNTicket: str
28658
28383
  :param _ModelId: 模板ID
28659
- 注意:此字段可能返回 null,表示取不到有效值。
28660
28384
  :type ModelId: str
28661
28385
  """
28662
28386
  self._SN = None
@@ -28666,7 +28390,6 @@ class WXIoTDeviceInfo(AbstractModel):
28666
28390
  @property
28667
28391
  def SN(self):
28668
28392
  """sn信息
28669
- 注意:此字段可能返回 null,表示取不到有效值。
28670
28393
  :rtype: str
28671
28394
  """
28672
28395
  return self._SN
@@ -28678,7 +28401,6 @@ class WXIoTDeviceInfo(AbstractModel):
28678
28401
  @property
28679
28402
  def SNTicket(self):
28680
28403
  """票据
28681
- 注意:此字段可能返回 null,表示取不到有效值。
28682
28404
  :rtype: str
28683
28405
  """
28684
28406
  return self._SNTicket
@@ -28690,7 +28412,6 @@ class WXIoTDeviceInfo(AbstractModel):
28690
28412
  @property
28691
28413
  def ModelId(self):
28692
28414
  """模板ID
28693
- 注意:此字段可能返回 null,表示取不到有效值。
28694
28415
  :rtype: str
28695
28416
  """
28696
28417
  return self._ModelId