tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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 (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -26,10 +26,8 @@ class AbnormalEvents(AbstractModel):
26
26
  def __init__(self):
27
27
  r"""
28
28
  :param _Date: 对应查询日期
29
- 注意:此字段可能返回 null,表示取不到有效值。
30
29
  :type Date: str
31
30
  :param _Info: 列表信息
32
- 注意:此字段可能返回 null,表示取不到有效值。
33
31
  :type Info: list of AbnormalEventsInfo
34
32
  """
35
33
  self._Date = None
@@ -38,7 +36,6 @@ class AbnormalEvents(AbstractModel):
38
36
  @property
39
37
  def Date(self):
40
38
  """对应查询日期
41
- 注意:此字段可能返回 null,表示取不到有效值。
42
39
  :rtype: str
43
40
  """
44
41
  return self._Date
@@ -50,7 +47,6 @@ class AbnormalEvents(AbstractModel):
50
47
  @property
51
48
  def Info(self):
52
49
  """列表信息
53
- 注意:此字段可能返回 null,表示取不到有效值。
54
50
  :rtype: list of AbnormalEventsInfo
55
51
  """
56
52
  return self._Info
@@ -86,10 +82,8 @@ class AbnormalEventsInfo(AbstractModel):
86
82
  def __init__(self):
87
83
  r"""
88
84
  :param _Key: 类型值
89
- 注意:此字段可能返回 null,表示取不到有效值。
90
85
  :type Key: int
91
86
  :param _Count: 类型总数
92
- 注意:此字段可能返回 null,表示取不到有效值。
93
87
  :type Count: int
94
88
  """
95
89
  self._Key = None
@@ -98,7 +92,6 @@ class AbnormalEventsInfo(AbstractModel):
98
92
  @property
99
93
  def Key(self):
100
94
  """类型值
101
- 注意:此字段可能返回 null,表示取不到有效值。
102
95
  :rtype: int
103
96
  """
104
97
  return self._Key
@@ -110,7 +103,6 @@ class AbnormalEventsInfo(AbstractModel):
110
103
  @property
111
104
  def Count(self):
112
105
  """类型总数
113
- 注意:此字段可能返回 null,表示取不到有效值。
114
106
  :rtype: int
115
107
  """
116
108
  return self._Count
@@ -141,43 +133,30 @@ class AllDeviceInfo(AbstractModel):
141
133
  def __init__(self):
142
134
  r"""
143
135
  :param _DeviceId: 设备唯一标识
144
- 注意:此字段可能返回 null,表示取不到有效值。
145
136
  :type DeviceId: str
146
137
  :param _DeviceType: 设备类型;2:IPC
147
- 注意:此字段可能返回 null,表示取不到有效值。
148
138
  :type DeviceType: int
149
139
  :param _Status: 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
150
- 注意:此字段可能返回 null,表示取不到有效值。
151
140
  :type Status: int
152
141
  :param _CreateTime: 创建时间
153
- 注意:此字段可能返回 null,表示取不到有效值。
154
142
  :type CreateTime: int
155
143
  :param _ExtraInformation: 设备扩展属性
156
- 注意:此字段可能返回 null,表示取不到有效值。
157
144
  :type ExtraInformation: str
158
145
  :param _NickName: 设备名称
159
- 注意:此字段可能返回 null,表示取不到有效值。
160
146
  :type NickName: str
161
147
  :param _GroupPath: 设备绑定分组路径
162
- 注意:此字段可能返回 null,表示取不到有效值。
163
148
  :type GroupPath: str
164
149
  :param _DeviceCode: 设备编码
165
- 注意:此字段可能返回 null,表示取不到有效值。
166
150
  :type DeviceCode: str
167
151
  :param _IsRecord: 是否存在录像,,0:不存在;1:存在
168
- 注意:此字段可能返回 null,表示取不到有效值。
169
152
  :type IsRecord: int
170
153
  :param _Recordable: 该设备是否可录制
171
- 注意:此字段可能返回 null,表示取不到有效值。
172
154
  :type Recordable: int
173
155
  :param _Protocol: 设备接入协议
174
- 注意:此字段可能返回 null,表示取不到有效值。
175
156
  :type Protocol: str
176
157
  :param _GroupId: 组Id
177
- 注意:此字段可能返回 null,表示取不到有效值。
178
158
  :type GroupId: str
179
159
  :param _GroupName: 组名
180
- 注意:此字段可能返回 null,表示取不到有效值。
181
160
  :type GroupName: str
182
161
  """
183
162
  self._DeviceId = None
@@ -197,7 +176,6 @@ class AllDeviceInfo(AbstractModel):
197
176
  @property
198
177
  def DeviceId(self):
199
178
  """设备唯一标识
200
- 注意:此字段可能返回 null,表示取不到有效值。
201
179
  :rtype: str
202
180
  """
203
181
  return self._DeviceId
@@ -209,7 +187,6 @@ class AllDeviceInfo(AbstractModel):
209
187
  @property
210
188
  def DeviceType(self):
211
189
  """设备类型;2:IPC
212
- 注意:此字段可能返回 null,表示取不到有效值。
213
190
  :rtype: int
214
191
  """
215
192
  return self._DeviceType
@@ -221,7 +198,6 @@ class AllDeviceInfo(AbstractModel):
221
198
  @property
222
199
  def Status(self):
223
200
  """设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
224
- 注意:此字段可能返回 null,表示取不到有效值。
225
201
  :rtype: int
226
202
  """
227
203
  return self._Status
@@ -233,7 +209,6 @@ class AllDeviceInfo(AbstractModel):
233
209
  @property
234
210
  def CreateTime(self):
235
211
  """创建时间
236
- 注意:此字段可能返回 null,表示取不到有效值。
237
212
  :rtype: int
238
213
  """
239
214
  return self._CreateTime
@@ -245,7 +220,6 @@ class AllDeviceInfo(AbstractModel):
245
220
  @property
246
221
  def ExtraInformation(self):
247
222
  """设备扩展属性
248
- 注意:此字段可能返回 null,表示取不到有效值。
249
223
  :rtype: str
250
224
  """
251
225
  return self._ExtraInformation
@@ -257,7 +231,6 @@ class AllDeviceInfo(AbstractModel):
257
231
  @property
258
232
  def NickName(self):
259
233
  """设备名称
260
- 注意:此字段可能返回 null,表示取不到有效值。
261
234
  :rtype: str
262
235
  """
263
236
  return self._NickName
@@ -269,7 +242,6 @@ class AllDeviceInfo(AbstractModel):
269
242
  @property
270
243
  def GroupPath(self):
271
244
  """设备绑定分组路径
272
- 注意:此字段可能返回 null,表示取不到有效值。
273
245
  :rtype: str
274
246
  """
275
247
  return self._GroupPath
@@ -281,7 +253,6 @@ class AllDeviceInfo(AbstractModel):
281
253
  @property
282
254
  def DeviceCode(self):
283
255
  """设备编码
284
- 注意:此字段可能返回 null,表示取不到有效值。
285
256
  :rtype: str
286
257
  """
287
258
  return self._DeviceCode
@@ -293,7 +264,6 @@ class AllDeviceInfo(AbstractModel):
293
264
  @property
294
265
  def IsRecord(self):
295
266
  """是否存在录像,,0:不存在;1:存在
296
- 注意:此字段可能返回 null,表示取不到有效值。
297
267
  :rtype: int
298
268
  """
299
269
  return self._IsRecord
@@ -305,7 +275,6 @@ class AllDeviceInfo(AbstractModel):
305
275
  @property
306
276
  def Recordable(self):
307
277
  """该设备是否可录制
308
- 注意:此字段可能返回 null,表示取不到有效值。
309
278
  :rtype: int
310
279
  """
311
280
  return self._Recordable
@@ -317,7 +286,6 @@ class AllDeviceInfo(AbstractModel):
317
286
  @property
318
287
  def Protocol(self):
319
288
  """设备接入协议
320
- 注意:此字段可能返回 null,表示取不到有效值。
321
289
  :rtype: str
322
290
  """
323
291
  return self._Protocol
@@ -329,7 +297,6 @@ class AllDeviceInfo(AbstractModel):
329
297
  @property
330
298
  def GroupId(self):
331
299
  """组Id
332
- 注意:此字段可能返回 null,表示取不到有效值。
333
300
  :rtype: str
334
301
  """
335
302
  return self._GroupId
@@ -341,7 +308,6 @@ class AllDeviceInfo(AbstractModel):
341
308
  @property
342
309
  def GroupName(self):
343
310
  """组名
344
- 注意:此字段可能返回 null,表示取不到有效值。
345
311
  :rtype: str
346
312
  """
347
313
  return self._GroupName
@@ -466,25 +432,18 @@ class ChannelDetail(AbstractModel):
466
432
  :param _ChannelId: 通道唯一标识
467
433
  :type ChannelId: str
468
434
  :param _ChannelType: 通道类型 0:未知;1:视频通道;2:音频通道;3:告警通道
469
- 注意:此字段可能返回 null,表示取不到有效值。
470
435
  :type ChannelType: int
471
436
  :param _ChannelCode: 20位国标通道编码
472
- 注意:此字段可能返回 null,表示取不到有效值。
473
437
  :type ChannelCode: str
474
438
  :param _ExtraInformation: 通道扩展信息
475
- 注意:此字段可能返回 null,表示取不到有效值。
476
439
  :type ExtraInformation: str
477
440
  :param _Status: 通道在线状态
478
- 注意:此字段可能返回 null,表示取不到有效值。
479
441
  :type Status: int
480
442
  :param _IsRecord: 通道是否存在录像标识 0:无录像;1:有录像
481
- 注意:此字段可能返回 null,表示取不到有效值。
482
443
  :type IsRecord: int
483
444
  :param _DeviceId: 通道所属设备唯一标识
484
- 注意:此字段可能返回 null,表示取不到有效值。
485
445
  :type DeviceId: str
486
446
  :param _BusinessGroupId: 通道所属虚拟组织的ID
487
- 注意:此字段可能返回 null,表示取不到有效值。
488
447
  :type BusinessGroupId: str
489
448
  """
490
449
  self._ChannelName = None
@@ -522,7 +481,6 @@ class ChannelDetail(AbstractModel):
522
481
  @property
523
482
  def ChannelType(self):
524
483
  """通道类型 0:未知;1:视频通道;2:音频通道;3:告警通道
525
- 注意:此字段可能返回 null,表示取不到有效值。
526
484
  :rtype: int
527
485
  """
528
486
  return self._ChannelType
@@ -534,7 +492,6 @@ class ChannelDetail(AbstractModel):
534
492
  @property
535
493
  def ChannelCode(self):
536
494
  """20位国标通道编码
537
- 注意:此字段可能返回 null,表示取不到有效值。
538
495
  :rtype: str
539
496
  """
540
497
  return self._ChannelCode
@@ -546,7 +503,6 @@ class ChannelDetail(AbstractModel):
546
503
  @property
547
504
  def ExtraInformation(self):
548
505
  """通道扩展信息
549
- 注意:此字段可能返回 null,表示取不到有效值。
550
506
  :rtype: str
551
507
  """
552
508
  return self._ExtraInformation
@@ -558,7 +514,6 @@ class ChannelDetail(AbstractModel):
558
514
  @property
559
515
  def Status(self):
560
516
  """通道在线状态
561
- 注意:此字段可能返回 null,表示取不到有效值。
562
517
  :rtype: int
563
518
  """
564
519
  return self._Status
@@ -570,7 +525,6 @@ class ChannelDetail(AbstractModel):
570
525
  @property
571
526
  def IsRecord(self):
572
527
  """通道是否存在录像标识 0:无录像;1:有录像
573
- 注意:此字段可能返回 null,表示取不到有效值。
574
528
  :rtype: int
575
529
  """
576
530
  return self._IsRecord
@@ -582,7 +536,6 @@ class ChannelDetail(AbstractModel):
582
536
  @property
583
537
  def DeviceId(self):
584
538
  """通道所属设备唯一标识
585
- 注意:此字段可能返回 null,表示取不到有效值。
586
539
  :rtype: str
587
540
  """
588
541
  return self._DeviceId
@@ -594,7 +547,6 @@ class ChannelDetail(AbstractModel):
594
547
  @property
595
548
  def BusinessGroupId(self):
596
549
  """通道所属虚拟组织的ID
597
- 注意:此字段可能返回 null,表示取不到有效值。
598
550
  :rtype: str
599
551
  """
600
552
  return self._BusinessGroupId
@@ -632,10 +584,8 @@ class ChannelItem(AbstractModel):
632
584
  def __init__(self):
633
585
  r"""
634
586
  :param _DeviceId: 设备唯一标识
635
- 注意:此字段可能返回 null,表示取不到有效值。
636
587
  :type DeviceId: str
637
588
  :param _ChannelId: 通道唯一标识
638
- 注意:此字段可能返回 null,表示取不到有效值。
639
589
  :type ChannelId: str
640
590
  """
641
591
  self._DeviceId = None
@@ -644,7 +594,6 @@ class ChannelItem(AbstractModel):
644
594
  @property
645
595
  def DeviceId(self):
646
596
  """设备唯一标识
647
- 注意:此字段可能返回 null,表示取不到有效值。
648
597
  :rtype: str
649
598
  """
650
599
  return self._DeviceId
@@ -656,7 +605,6 @@ class ChannelItem(AbstractModel):
656
605
  @property
657
606
  def ChannelId(self):
658
607
  """通道唯一标识
659
- 注意:此字段可能返回 null,表示取不到有效值。
660
608
  :rtype: str
661
609
  """
662
610
  return self._ChannelId
@@ -1478,10 +1426,8 @@ class CreateDeviceGroupResponse(AbstractModel):
1478
1426
  def __init__(self):
1479
1427
  r"""
1480
1428
  :param _Status: 响应结果,“OK”为成功,其他为失败
1481
- 注意:此字段可能返回 null,表示取不到有效值。
1482
1429
  :type Status: str
1483
1430
  :param _GroupId: 分组ID
1484
- 注意:此字段可能返回 null,表示取不到有效值。
1485
1431
  :type GroupId: str
1486
1432
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1487
1433
  :type RequestId: str
@@ -1493,7 +1439,6 @@ class CreateDeviceGroupResponse(AbstractModel):
1493
1439
  @property
1494
1440
  def Status(self):
1495
1441
  """响应结果,“OK”为成功,其他为失败
1496
- 注意:此字段可能返回 null,表示取不到有效值。
1497
1442
  :rtype: str
1498
1443
  """
1499
1444
  return self._Status
@@ -1505,7 +1450,6 @@ class CreateDeviceGroupResponse(AbstractModel):
1505
1450
  @property
1506
1451
  def GroupId(self):
1507
1452
  """分组ID
1508
- 注意:此字段可能返回 null,表示取不到有效值。
1509
1453
  :rtype: str
1510
1454
  """
1511
1455
  return self._GroupId
@@ -1621,13 +1565,10 @@ class CreateDeviceResponse(AbstractModel):
1621
1565
  def __init__(self):
1622
1566
  r"""
1623
1567
  :param _DeviceCode: 设备编码
1624
- 注意:此字段可能返回 null,表示取不到有效值。
1625
1568
  :type DeviceCode: str
1626
1569
  :param _DeviceId: 设备唯一标识
1627
- 注意:此字段可能返回 null,表示取不到有效值。
1628
1570
  :type DeviceId: str
1629
1571
  :param _VirtualGroupId: 设备虚拟组信息,仅在创建NVR时返回该值
1630
- 注意:此字段可能返回 null,表示取不到有效值。
1631
1572
  :type VirtualGroupId: str
1632
1573
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1633
1574
  :type RequestId: str
@@ -1640,7 +1581,6 @@ class CreateDeviceResponse(AbstractModel):
1640
1581
  @property
1641
1582
  def DeviceCode(self):
1642
1583
  """设备编码
1643
- 注意:此字段可能返回 null,表示取不到有效值。
1644
1584
  :rtype: str
1645
1585
  """
1646
1586
  return self._DeviceCode
@@ -1652,7 +1592,6 @@ class CreateDeviceResponse(AbstractModel):
1652
1592
  @property
1653
1593
  def DeviceId(self):
1654
1594
  """设备唯一标识
1655
- 注意:此字段可能返回 null,表示取不到有效值。
1656
1595
  :rtype: str
1657
1596
  """
1658
1597
  return self._DeviceId
@@ -1664,7 +1603,6 @@ class CreateDeviceResponse(AbstractModel):
1664
1603
  @property
1665
1604
  def VirtualGroupId(self):
1666
1605
  """设备虚拟组信息,仅在创建NVR时返回该值
1667
- 注意:此字段可能返回 null,表示取不到有效值。
1668
1606
  :rtype: str
1669
1607
  """
1670
1608
  return self._VirtualGroupId
@@ -1751,10 +1689,8 @@ class CreateLiveChannelResponse(AbstractModel):
1751
1689
  def __init__(self):
1752
1690
  r"""
1753
1691
  :param _LiveChannelId: 直播频道ID
1754
- 注意:此字段可能返回 null,表示取不到有效值。
1755
1692
  :type LiveChannelId: str
1756
1693
  :param _PushStreamAddress: 直播频道推流地址
1757
- 注意:此字段可能返回 null,表示取不到有效值。
1758
1694
  :type PushStreamAddress: str
1759
1695
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1760
1696
  :type RequestId: str
@@ -1766,7 +1702,6 @@ class CreateLiveChannelResponse(AbstractModel):
1766
1702
  @property
1767
1703
  def LiveChannelId(self):
1768
1704
  """直播频道ID
1769
- 注意:此字段可能返回 null,表示取不到有效值。
1770
1705
  :rtype: str
1771
1706
  """
1772
1707
  return self._LiveChannelId
@@ -1778,7 +1713,6 @@ class CreateLiveChannelResponse(AbstractModel):
1778
1713
  @property
1779
1714
  def PushStreamAddress(self):
1780
1715
  """直播频道推流地址
1781
- 注意:此字段可能返回 null,表示取不到有效值。
1782
1716
  :rtype: str
1783
1717
  """
1784
1718
  return self._PushStreamAddress
@@ -1909,7 +1843,6 @@ class CreateLiveRecordPlanResponse(AbstractModel):
1909
1843
  def __init__(self):
1910
1844
  r"""
1911
1845
  :param _PlanId: 录制计划名称
1912
- 注意:此字段可能返回 null,表示取不到有效值。
1913
1846
  :type PlanId: str
1914
1847
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1915
1848
  :type RequestId: str
@@ -1920,7 +1853,6 @@ class CreateLiveRecordPlanResponse(AbstractModel):
1920
1853
  @property
1921
1854
  def PlanId(self):
1922
1855
  """录制计划名称
1923
- 注意:此字段可能返回 null,表示取不到有效值。
1924
1856
  :rtype: str
1925
1857
  """
1926
1858
  return self._PlanId
@@ -2080,7 +2012,6 @@ class CreateMessageForwardResponse(AbstractModel):
2080
2012
  def __init__(self):
2081
2013
  r"""
2082
2014
  :param _IntId: 配置ID
2083
- 注意:此字段可能返回 null,表示取不到有效值。
2084
2015
  :type IntId: int
2085
2016
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2086
2017
  :type RequestId: str
@@ -2091,7 +2022,6 @@ class CreateMessageForwardResponse(AbstractModel):
2091
2022
  @property
2092
2023
  def IntId(self):
2093
2024
  """配置ID
2094
- 注意:此字段可能返回 null,表示取不到有效值。
2095
2025
  :rtype: int
2096
2026
  """
2097
2027
  return self._IntId
@@ -2519,7 +2449,6 @@ class CreateSceneResponse(AbstractModel):
2519
2449
  def __init__(self):
2520
2450
  r"""
2521
2451
  :param _IntId: 场景ID
2522
- 注意:此字段可能返回 null,表示取不到有效值。
2523
2452
  :type IntId: int
2524
2453
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2525
2454
  :type RequestId: str
@@ -2530,7 +2459,6 @@ class CreateSceneResponse(AbstractModel):
2530
2459
  @property
2531
2460
  def IntId(self):
2532
2461
  """场景ID
2533
- 注意:此字段可能返回 null,表示取不到有效值。
2534
2462
  :rtype: int
2535
2463
  """
2536
2464
  return self._IntId
@@ -2793,7 +2721,6 @@ class DeleteDeviceGroupResponse(AbstractModel):
2793
2721
  def __init__(self):
2794
2722
  r"""
2795
2723
  :param _Status: 响应结果
2796
- 注意:此字段可能返回 null,表示取不到有效值。
2797
2724
  :type Status: str
2798
2725
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2799
2726
  :type RequestId: str
@@ -2804,7 +2731,6 @@ class DeleteDeviceGroupResponse(AbstractModel):
2804
2731
  @property
2805
2732
  def Status(self):
2806
2733
  """响应结果
2807
- 注意:此字段可能返回 null,表示取不到有效值。
2808
2734
  :rtype: str
2809
2735
  """
2810
2736
  return self._Status
@@ -2874,7 +2800,6 @@ class DeleteDeviceResponse(AbstractModel):
2874
2800
  def __init__(self):
2875
2801
  r"""
2876
2802
  :param _Status: 操作结果 OK-成功; 其他-失败
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2803
  :type Status: str
2879
2804
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2880
2805
  :type RequestId: str
@@ -2885,7 +2810,6 @@ class DeleteDeviceResponse(AbstractModel):
2885
2810
  @property
2886
2811
  def Status(self):
2887
2812
  """操作结果 OK-成功; 其他-失败
2888
- 注意:此字段可能返回 null,表示取不到有效值。
2889
2813
  :rtype: str
2890
2814
  """
2891
2815
  return self._Status
@@ -3448,7 +3372,6 @@ class DeleteTimeTemplateResponse(AbstractModel):
3448
3372
  def __init__(self):
3449
3373
  r"""
3450
3374
  :param _Status: 操作结果,OK:成功,其他:失败
3451
- 注意:此字段可能返回 null,表示取不到有效值。
3452
3375
  :type Status: str
3453
3376
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3454
3377
  :type RequestId: str
@@ -3459,7 +3382,6 @@ class DeleteTimeTemplateResponse(AbstractModel):
3459
3382
  @property
3460
3383
  def Status(self):
3461
3384
  """操作结果,OK:成功,其他:失败
3462
- 注意:此字段可能返回 null,表示取不到有效值。
3463
3385
  :rtype: str
3464
3386
  """
3465
3387
  return self._Status
@@ -3607,11 +3529,25 @@ class DeleteWarningResponse(AbstractModel):
3607
3529
 
3608
3530
  def __init__(self):
3609
3531
  r"""
3532
+ :param _Cnt: 操作个数
3533
+ :type Cnt: int
3610
3534
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3611
3535
  :type RequestId: str
3612
3536
  """
3537
+ self._Cnt = None
3613
3538
  self._RequestId = None
3614
3539
 
3540
+ @property
3541
+ def Cnt(self):
3542
+ """操作个数
3543
+ :rtype: int
3544
+ """
3545
+ return self._Cnt
3546
+
3547
+ @Cnt.setter
3548
+ def Cnt(self, Cnt):
3549
+ self._Cnt = Cnt
3550
+
3615
3551
  @property
3616
3552
  def RequestId(self):
3617
3553
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -3625,6 +3561,7 @@ class DeleteWarningResponse(AbstractModel):
3625
3561
 
3626
3562
 
3627
3563
  def _deserialize(self, params):
3564
+ self._Cnt = params.get("Cnt")
3628
3565
  self._RequestId = params.get("RequestId")
3629
3566
 
3630
3567
 
@@ -3687,7 +3624,6 @@ class DescribeAbnormalEventsResponse(AbstractModel):
3687
3624
  def __init__(self):
3688
3625
  r"""
3689
3626
  :param _Data: 异动事件走势列表
3690
- 注意:此字段可能返回 null,表示取不到有效值。
3691
3627
  :type Data: list of AbnormalEvents
3692
3628
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3693
3629
  :type RequestId: str
@@ -3698,7 +3634,6 @@ class DescribeAbnormalEventsResponse(AbstractModel):
3698
3634
  @property
3699
3635
  def Data(self):
3700
3636
  """异动事件走势列表
3701
- 注意:此字段可能返回 null,表示取不到有效值。
3702
3637
  :rtype: list of AbnormalEvents
3703
3638
  """
3704
3639
  return self._Data
@@ -3833,10 +3768,8 @@ class DescribeAllDeviceListResponse(AbstractModel):
3833
3768
  def __init__(self):
3834
3769
  r"""
3835
3770
  :param _TotalCount: 设备总数
3836
- 注意:此字段可能返回 null,表示取不到有效值。
3837
3771
  :type TotalCount: int
3838
3772
  :param _Devices: 设备详细信息列表
3839
- 注意:此字段可能返回 null,表示取不到有效值。
3840
3773
  :type Devices: list of AllDeviceInfo
3841
3774
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3842
3775
  :type RequestId: str
@@ -3848,7 +3781,6 @@ class DescribeAllDeviceListResponse(AbstractModel):
3848
3781
  @property
3849
3782
  def TotalCount(self):
3850
3783
  """设备总数
3851
- 注意:此字段可能返回 null,表示取不到有效值。
3852
3784
  :rtype: int
3853
3785
  """
3854
3786
  return self._TotalCount
@@ -3860,7 +3792,6 @@ class DescribeAllDeviceListResponse(AbstractModel):
3860
3792
  @property
3861
3793
  def Devices(self):
3862
3794
  """设备详细信息列表
3863
- 注意:此字段可能返回 null,表示取不到有效值。
3864
3795
  :rtype: list of AllDeviceInfo
3865
3796
  """
3866
3797
  return self._Devices
@@ -3966,10 +3897,8 @@ class DescribeBindSceneChannelsResponse(AbstractModel):
3966
3897
  def __init__(self):
3967
3898
  r"""
3968
3899
  :param _Total: 总数
3969
- 注意:此字段可能返回 null,表示取不到有效值。
3970
3900
  :type Total: int
3971
3901
  :param _List: 通道列表
3972
- 注意:此字段可能返回 null,表示取不到有效值。
3973
3902
  :type List: list of ChannelItem
3974
3903
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3975
3904
  :type RequestId: str
@@ -3981,7 +3910,6 @@ class DescribeBindSceneChannelsResponse(AbstractModel):
3981
3910
  @property
3982
3911
  def Total(self):
3983
3912
  """总数
3984
- 注意:此字段可能返回 null,表示取不到有效值。
3985
3913
  :rtype: int
3986
3914
  """
3987
3915
  return self._Total
@@ -3993,7 +3921,6 @@ class DescribeBindSceneChannelsResponse(AbstractModel):
3993
3921
  @property
3994
3922
  def List(self):
3995
3923
  """通道列表
3996
- 注意:此字段可能返回 null,表示取不到有效值。
3997
3924
  :rtype: list of ChannelItem
3998
3925
  """
3999
3926
  return self._List
@@ -4099,10 +4026,8 @@ class DescribeBindSceneDevicesResponse(AbstractModel):
4099
4026
  def __init__(self):
4100
4027
  r"""
4101
4028
  :param _Total: 总数
4102
- 注意:此字段可能返回 null,表示取不到有效值。
4103
4029
  :type Total: int
4104
4030
  :param _List: 设备列表
4105
- 注意:此字段可能返回 null,表示取不到有效值。
4106
4031
  :type List: list of DeviceItem
4107
4032
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4108
4033
  :type RequestId: str
@@ -4114,7 +4039,6 @@ class DescribeBindSceneDevicesResponse(AbstractModel):
4114
4039
  @property
4115
4040
  def Total(self):
4116
4041
  """总数
4117
- 注意:此字段可能返回 null,表示取不到有效值。
4118
4042
  :rtype: int
4119
4043
  """
4120
4044
  return self._Total
@@ -4126,7 +4050,6 @@ class DescribeBindSceneDevicesResponse(AbstractModel):
4126
4050
  @property
4127
4051
  def List(self):
4128
4052
  """设备列表
4129
- 注意:此字段可能返回 null,表示取不到有效值。
4130
4053
  :rtype: list of DeviceItem
4131
4054
  """
4132
4055
  return self._List
@@ -4595,10 +4518,8 @@ class DescribeChannelsByLiveRecordPlanResponse(AbstractModel):
4595
4518
  def __init__(self):
4596
4519
  r"""
4597
4520
  :param _TotalCount: 总个数
4598
- 注意:此字段可能返回 null,表示取不到有效值。
4599
4521
  :type TotalCount: int
4600
4522
  :param _LiveChannels: 通道详情数组
4601
- 注意:此字段可能返回 null,表示取不到有效值。
4602
4523
  :type LiveChannels: list of LiveChannelItem
4603
4524
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4604
4525
  :type RequestId: str
@@ -4610,7 +4531,6 @@ class DescribeChannelsByLiveRecordPlanResponse(AbstractModel):
4610
4531
  @property
4611
4532
  def TotalCount(self):
4612
4533
  """总个数
4613
- 注意:此字段可能返回 null,表示取不到有效值。
4614
4534
  :rtype: int
4615
4535
  """
4616
4536
  return self._TotalCount
@@ -4622,7 +4542,6 @@ class DescribeChannelsByLiveRecordPlanResponse(AbstractModel):
4622
4542
  @property
4623
4543
  def LiveChannels(self):
4624
4544
  """通道详情数组
4625
- 注意:此字段可能返回 null,表示取不到有效值。
4626
4545
  :rtype: list of LiveChannelItem
4627
4546
  """
4628
4547
  return self._LiveChannels
@@ -4773,10 +4692,8 @@ class DescribeChannelsResponse(AbstractModel):
4773
4692
  def __init__(self):
4774
4693
  r"""
4775
4694
  :param _TotalCount: 通道总数
4776
- 注意:此字段可能返回 null,表示取不到有效值。
4777
4695
  :type TotalCount: int
4778
4696
  :param _Channels: 通道详情列表
4779
- 注意:此字段可能返回 null,表示取不到有效值。
4780
4697
  :type Channels: list of ChannelDetail
4781
4698
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4782
4699
  :type RequestId: str
@@ -4788,7 +4705,6 @@ class DescribeChannelsResponse(AbstractModel):
4788
4705
  @property
4789
4706
  def TotalCount(self):
4790
4707
  """通道总数
4791
- 注意:此字段可能返回 null,表示取不到有效值。
4792
4708
  :rtype: int
4793
4709
  """
4794
4710
  return self._TotalCount
@@ -4800,7 +4716,6 @@ class DescribeChannelsResponse(AbstractModel):
4800
4716
  @property
4801
4717
  def Channels(self):
4802
4718
  """通道详情列表
4803
- 注意:此字段可能返回 null,表示取不到有效值。
4804
4719
  :rtype: list of ChannelDetail
4805
4720
  """
4806
4721
  return self._Channels
@@ -5060,10 +4975,8 @@ class DescribeDeviceEventResponse(AbstractModel):
5060
4975
  def __init__(self):
5061
4976
  r"""
5062
4977
  :param _TotalCount: 总数
5063
- 注意:此字段可能返回 null,表示取不到有效值。
5064
4978
  :type TotalCount: int
5065
4979
  :param _Events: 事件列表
5066
- 注意:此字段可能返回 null,表示取不到有效值。
5067
4980
  :type Events: list of Events
5068
4981
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5069
4982
  :type RequestId: str
@@ -5075,7 +4988,6 @@ class DescribeDeviceEventResponse(AbstractModel):
5075
4988
  @property
5076
4989
  def TotalCount(self):
5077
4990
  """总数
5078
- 注意:此字段可能返回 null,表示取不到有效值。
5079
4991
  :rtype: int
5080
4992
  """
5081
4993
  return self._TotalCount
@@ -5087,7 +4999,6 @@ class DescribeDeviceEventResponse(AbstractModel):
5087
4999
  @property
5088
5000
  def Events(self):
5089
5001
  """事件列表
5090
- 注意:此字段可能返回 null,表示取不到有效值。
5091
5002
  :rtype: list of Events
5092
5003
  """
5093
5004
  return self._Events
@@ -5163,7 +5074,6 @@ class DescribeDeviceGroupResponse(AbstractModel):
5163
5074
  def __init__(self):
5164
5075
  r"""
5165
5076
  :param _DevGroups: 设备所在分组信息
5166
- 注意:此字段可能返回 null,表示取不到有效值。
5167
5077
  :type DevGroups: list of DevGroupInfo
5168
5078
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5169
5079
  :type RequestId: str
@@ -5174,7 +5084,6 @@ class DescribeDeviceGroupResponse(AbstractModel):
5174
5084
  @property
5175
5085
  def DevGroups(self):
5176
5086
  """设备所在分组信息
5177
- 注意:此字段可能返回 null,表示取不到有效值。
5178
5087
  :rtype: list of DevGroupInfo
5179
5088
  """
5180
5089
  return self._DevGroups
@@ -5294,10 +5203,8 @@ class DescribeDeviceListResponse(AbstractModel):
5294
5203
  def __init__(self):
5295
5204
  r"""
5296
5205
  :param _TotalCount: 设备总数
5297
- 注意:此字段可能返回 null,表示取不到有效值。
5298
5206
  :type TotalCount: int
5299
5207
  :param _Devices: 设备详细信息列表
5300
- 注意:此字段可能返回 null,表示取不到有效值。
5301
5208
  :type Devices: list of AllDeviceInfo
5302
5209
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5303
5210
  :type RequestId: str
@@ -5309,7 +5216,6 @@ class DescribeDeviceListResponse(AbstractModel):
5309
5216
  @property
5310
5217
  def TotalCount(self):
5311
5218
  """设备总数
5312
- 注意:此字段可能返回 null,表示取不到有效值。
5313
5219
  :rtype: int
5314
5220
  """
5315
5221
  return self._TotalCount
@@ -5321,7 +5227,6 @@ class DescribeDeviceListResponse(AbstractModel):
5321
5227
  @property
5322
5228
  def Devices(self):
5323
5229
  """设备详细信息列表
5324
- 注意:此字段可能返回 null,表示取不到有效值。
5325
5230
  :rtype: list of AllDeviceInfo
5326
5231
  """
5327
5232
  return self._Devices
@@ -5878,7 +5783,6 @@ class DescribeGroupByIdResponse(AbstractModel):
5878
5783
  def __init__(self):
5879
5784
  r"""
5880
5785
  :param _Group: 分组信息详情
5881
- 注意:此字段可能返回 null,表示取不到有效值。
5882
5786
  :type Group: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
5883
5787
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5884
5788
  :type RequestId: str
@@ -5889,7 +5793,6 @@ class DescribeGroupByIdResponse(AbstractModel):
5889
5793
  @property
5890
5794
  def Group(self):
5891
5795
  """分组信息详情
5892
- 注意:此字段可能返回 null,表示取不到有效值。
5893
5796
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
5894
5797
  """
5895
5798
  return self._Group
@@ -5961,7 +5864,6 @@ class DescribeGroupByPathResponse(AbstractModel):
5961
5864
  def __init__(self):
5962
5865
  r"""
5963
5866
  :param _Group: 分组信息详情
5964
- 注意:此字段可能返回 null,表示取不到有效值。
5965
5867
  :type Group: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
5966
5868
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5967
5869
  :type RequestId: str
@@ -5972,7 +5874,6 @@ class DescribeGroupByPathResponse(AbstractModel):
5972
5874
  @property
5973
5875
  def Group(self):
5974
5876
  """分组信息详情
5975
- 注意:此字段可能返回 null,表示取不到有效值。
5976
5877
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.GroupItem`
5977
5878
  """
5978
5879
  return self._Group
@@ -6121,10 +6022,8 @@ class DescribeGroupDevicesResponse(AbstractModel):
6121
6022
  def __init__(self):
6122
6023
  r"""
6123
6024
  :param _TotalCount: 分组绑定的设备数
6124
- 注意:此字段可能返回 null,表示取不到有效值。
6125
6025
  :type TotalCount: int
6126
6026
  :param _DeviceList: 设备详情列表
6127
- 注意:此字段可能返回 null,表示取不到有效值。
6128
6027
  :type DeviceList: list of GroupDeviceItem
6129
6028
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6130
6029
  :type RequestId: str
@@ -6136,7 +6035,6 @@ class DescribeGroupDevicesResponse(AbstractModel):
6136
6035
  @property
6137
6036
  def TotalCount(self):
6138
6037
  """分组绑定的设备数
6139
- 注意:此字段可能返回 null,表示取不到有效值。
6140
6038
  :rtype: int
6141
6039
  """
6142
6040
  return self._TotalCount
@@ -6148,7 +6046,6 @@ class DescribeGroupDevicesResponse(AbstractModel):
6148
6046
  @property
6149
6047
  def DeviceList(self):
6150
6048
  """设备详情列表
6151
- 注意:此字段可能返回 null,表示取不到有效值。
6152
6049
  :rtype: list of GroupDeviceItem
6153
6050
  """
6154
6051
  return self._DeviceList
@@ -6224,7 +6121,6 @@ class DescribeGroupsResponse(AbstractModel):
6224
6121
  def __init__(self):
6225
6122
  r"""
6226
6123
  :param _Groups: 分组详细信息列表
6227
- 注意:此字段可能返回 null,表示取不到有效值。
6228
6124
  :type Groups: list of GroupInfo
6229
6125
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6230
6126
  :type RequestId: str
@@ -6235,7 +6131,6 @@ class DescribeGroupsResponse(AbstractModel):
6235
6131
  @property
6236
6132
  def Groups(self):
6237
6133
  """分组详细信息列表
6238
- 注意:此字段可能返回 null,表示取不到有效值。
6239
6134
  :rtype: list of GroupInfo
6240
6135
  """
6241
6136
  return self._Groups
@@ -6355,10 +6250,8 @@ class DescribeIPCChannelsResponse(AbstractModel):
6355
6250
  def __init__(self):
6356
6251
  r"""
6357
6252
  :param _TotalCount: 通道总数
6358
- 注意:此字段可能返回 null,表示取不到有效值。
6359
6253
  :type TotalCount: int
6360
6254
  :param _DeviceList: 通道详情列表
6361
- 注意:此字段可能返回 null,表示取不到有效值。
6362
6255
  :type DeviceList: list of GroupDeviceItem
6363
6256
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6364
6257
  :type RequestId: str
@@ -6370,7 +6263,6 @@ class DescribeIPCChannelsResponse(AbstractModel):
6370
6263
  @property
6371
6264
  def TotalCount(self):
6372
6265
  """通道总数
6373
- 注意:此字段可能返回 null,表示取不到有效值。
6374
6266
  :rtype: int
6375
6267
  """
6376
6268
  return self._TotalCount
@@ -6382,7 +6274,6 @@ class DescribeIPCChannelsResponse(AbstractModel):
6382
6274
  @property
6383
6275
  def DeviceList(self):
6384
6276
  """通道详情列表
6385
- 注意:此字段可能返回 null,表示取不到有效值。
6386
6277
  :rtype: list of GroupDeviceItem
6387
6278
  """
6388
6279
  return self._DeviceList
@@ -6518,10 +6409,8 @@ class DescribeLiveChannelListResponse(AbstractModel):
6518
6409
  def __init__(self):
6519
6410
  r"""
6520
6411
  :param _Total: 频道总数
6521
- 注意:此字段可能返回 null,表示取不到有效值。
6522
6412
  :type Total: int
6523
6413
  :param _LiveChannels: 频道信息数组
6524
- 注意:此字段可能返回 null,表示取不到有效值。
6525
6414
  :type LiveChannels: list of LiveChannelInfo
6526
6415
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6527
6416
  :type RequestId: str
@@ -6533,7 +6422,6 @@ class DescribeLiveChannelListResponse(AbstractModel):
6533
6422
  @property
6534
6423
  def Total(self):
6535
6424
  """频道总数
6536
- 注意:此字段可能返回 null,表示取不到有效值。
6537
6425
  :rtype: int
6538
6426
  """
6539
6427
  return self._Total
@@ -6545,7 +6433,6 @@ class DescribeLiveChannelListResponse(AbstractModel):
6545
6433
  @property
6546
6434
  def LiveChannels(self):
6547
6435
  """频道信息数组
6548
- 注意:此字段可能返回 null,表示取不到有效值。
6549
6436
  :rtype: list of LiveChannelInfo
6550
6437
  """
6551
6438
  return self._LiveChannels
@@ -6621,25 +6508,18 @@ class DescribeLiveChannelResponse(AbstractModel):
6621
6508
  def __init__(self):
6622
6509
  r"""
6623
6510
  :param _LiveChannelId: 频道ID
6624
- 注意:此字段可能返回 null,表示取不到有效值。
6625
6511
  :type LiveChannelId: str
6626
6512
  :param _LiveChannelName: 频道名称
6627
- 注意:此字段可能返回 null,表示取不到有效值。
6628
6513
  :type LiveChannelName: str
6629
6514
  :param _LiveChannelType: 直播频道类型 1:固定直播;2:移动直播
6630
- 注意:此字段可能返回 null,表示取不到有效值。
6631
6515
  :type LiveChannelType: int
6632
6516
  :param _LiveStatus: 通道直播状态:1: 未推流,2: 推流中
6633
- 注意:此字段可能返回 null,表示取不到有效值。
6634
6517
  :type LiveStatus: int
6635
6518
  :param _PushStreamAddress: 推流地址
6636
- 注意:此字段可能返回 null,表示取不到有效值。
6637
6519
  :type PushStreamAddress: str
6638
6520
  :param _CreateTime: 创建时间
6639
- 注意:此字段可能返回 null,表示取不到有效值。
6640
6521
  :type CreateTime: list of str
6641
6522
  :param _UpdateTime: 修改时间
6642
- 注意:此字段可能返回 null,表示取不到有效值。
6643
6523
  :type UpdateTime: list of str
6644
6524
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6645
6525
  :type RequestId: str
@@ -6656,7 +6536,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6656
6536
  @property
6657
6537
  def LiveChannelId(self):
6658
6538
  """频道ID
6659
- 注意:此字段可能返回 null,表示取不到有效值。
6660
6539
  :rtype: str
6661
6540
  """
6662
6541
  return self._LiveChannelId
@@ -6668,7 +6547,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6668
6547
  @property
6669
6548
  def LiveChannelName(self):
6670
6549
  """频道名称
6671
- 注意:此字段可能返回 null,表示取不到有效值。
6672
6550
  :rtype: str
6673
6551
  """
6674
6552
  return self._LiveChannelName
@@ -6680,7 +6558,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6680
6558
  @property
6681
6559
  def LiveChannelType(self):
6682
6560
  """直播频道类型 1:固定直播;2:移动直播
6683
- 注意:此字段可能返回 null,表示取不到有效值。
6684
6561
  :rtype: int
6685
6562
  """
6686
6563
  return self._LiveChannelType
@@ -6692,7 +6569,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6692
6569
  @property
6693
6570
  def LiveStatus(self):
6694
6571
  """通道直播状态:1: 未推流,2: 推流中
6695
- 注意:此字段可能返回 null,表示取不到有效值。
6696
6572
  :rtype: int
6697
6573
  """
6698
6574
  return self._LiveStatus
@@ -6704,7 +6580,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6704
6580
  @property
6705
6581
  def PushStreamAddress(self):
6706
6582
  """推流地址
6707
- 注意:此字段可能返回 null,表示取不到有效值。
6708
6583
  :rtype: str
6709
6584
  """
6710
6585
  return self._PushStreamAddress
@@ -6716,7 +6591,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6716
6591
  @property
6717
6592
  def CreateTime(self):
6718
6593
  """创建时间
6719
- 注意:此字段可能返回 null,表示取不到有效值。
6720
6594
  :rtype: list of str
6721
6595
  """
6722
6596
  return self._CreateTime
@@ -6728,7 +6602,6 @@ class DescribeLiveChannelResponse(AbstractModel):
6728
6602
  @property
6729
6603
  def UpdateTime(self):
6730
6604
  """修改时间
6731
- 注意:此字段可能返回 null,表示取不到有效值。
6732
6605
  :rtype: list of str
6733
6606
  """
6734
6607
  return self._UpdateTime
@@ -7305,10 +7178,8 @@ class DescribeLiveVideoListResponse(AbstractModel):
7305
7178
  def __init__(self):
7306
7179
  r"""
7307
7180
  :param _Total: 总的条数
7308
- 注意:此字段可能返回 null,表示取不到有效值。
7309
7181
  :type Total: int
7310
7182
  :param _RecordList: 录制任务详情数组
7311
- 注意:此字段可能返回 null,表示取不到有效值。
7312
7183
  :type RecordList: list of LiveRecordItem
7313
7184
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7314
7185
  :type RequestId: str
@@ -7320,7 +7191,6 @@ class DescribeLiveVideoListResponse(AbstractModel):
7320
7191
  @property
7321
7192
  def Total(self):
7322
7193
  """总的条数
7323
- 注意:此字段可能返回 null,表示取不到有效值。
7324
7194
  :rtype: int
7325
7195
  """
7326
7196
  return self._Total
@@ -7332,7 +7202,6 @@ class DescribeLiveVideoListResponse(AbstractModel):
7332
7202
  @property
7333
7203
  def RecordList(self):
7334
7204
  """录制任务详情数组
7335
- 注意:此字段可能返回 null,表示取不到有效值。
7336
7205
  :rtype: list of LiveRecordItem
7337
7206
  """
7338
7207
  return self._RecordList
@@ -7408,35 +7277,27 @@ class DescribeMessageForwardResponse(AbstractModel):
7408
7277
  def __init__(self):
7409
7278
  r"""
7410
7279
  :param _RegionId: 区域ID
7411
- 注意:此字段可能返回 null,表示取不到有效值。
7412
7280
  :type RegionId: str
7413
7281
  :param _RegionName: 区域名称
7414
- 注意:此字段可能返回 null,表示取不到有效值。
7415
7282
  :type RegionName: str
7416
7283
  :param _Instance: 实例ID
7417
- 注意:此字段可能返回 null,表示取不到有效值。
7418
7284
  :type Instance: str
7419
7285
  :param _InstanceName: 实例名称
7420
- 注意:此字段可能返回 null,表示取不到有效值。
7421
7286
  :type InstanceName: str
7422
7287
  :param _IntId: 配置ID
7423
- 注意:此字段可能返回 null,表示取不到有效值。
7424
7288
  :type IntId: int
7425
7289
  :param _MessageType: json数组, 转发类型 1: 告警 2:GPS
7426
- 注意:此字段可能返回 null,表示取不到有效值。
7427
7290
  :type MessageType: str
7428
7291
  :param _TopicId: kafka topic id
7429
- 注意:此字段可能返回 null,表示取不到有效值。
7430
7292
  :type TopicId: str
7431
7293
  :param _CreateTime: 配置创建时间
7432
- 注意:此字段可能返回 null,表示取不到有效值。
7433
7294
  :type CreateTime: str
7434
7295
  :param _Uin: 用户Uin信息
7435
- 注意:此字段可能返回 null,表示取不到有效值。
7436
7296
  :type Uin: str
7437
7297
  :param _TopicName: kafka topic 名称
7438
- 注意:此字段可能返回 null,表示取不到有效值。
7439
7298
  :type TopicName: str
7299
+ :param _UpdateTime: 更新时间
7300
+ :type UpdateTime: str
7440
7301
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7441
7302
  :type RequestId: str
7442
7303
  """
@@ -7450,12 +7311,12 @@ class DescribeMessageForwardResponse(AbstractModel):
7450
7311
  self._CreateTime = None
7451
7312
  self._Uin = None
7452
7313
  self._TopicName = None
7314
+ self._UpdateTime = None
7453
7315
  self._RequestId = None
7454
7316
 
7455
7317
  @property
7456
7318
  def RegionId(self):
7457
7319
  """区域ID
7458
- 注意:此字段可能返回 null,表示取不到有效值。
7459
7320
  :rtype: str
7460
7321
  """
7461
7322
  return self._RegionId
@@ -7467,7 +7328,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7467
7328
  @property
7468
7329
  def RegionName(self):
7469
7330
  """区域名称
7470
- 注意:此字段可能返回 null,表示取不到有效值。
7471
7331
  :rtype: str
7472
7332
  """
7473
7333
  return self._RegionName
@@ -7479,7 +7339,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7479
7339
  @property
7480
7340
  def Instance(self):
7481
7341
  """实例ID
7482
- 注意:此字段可能返回 null,表示取不到有效值。
7483
7342
  :rtype: str
7484
7343
  """
7485
7344
  return self._Instance
@@ -7491,7 +7350,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7491
7350
  @property
7492
7351
  def InstanceName(self):
7493
7352
  """实例名称
7494
- 注意:此字段可能返回 null,表示取不到有效值。
7495
7353
  :rtype: str
7496
7354
  """
7497
7355
  return self._InstanceName
@@ -7503,7 +7361,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7503
7361
  @property
7504
7362
  def IntId(self):
7505
7363
  """配置ID
7506
- 注意:此字段可能返回 null,表示取不到有效值。
7507
7364
  :rtype: int
7508
7365
  """
7509
7366
  return self._IntId
@@ -7515,7 +7372,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7515
7372
  @property
7516
7373
  def MessageType(self):
7517
7374
  """json数组, 转发类型 1: 告警 2:GPS
7518
- 注意:此字段可能返回 null,表示取不到有效值。
7519
7375
  :rtype: str
7520
7376
  """
7521
7377
  return self._MessageType
@@ -7527,7 +7383,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7527
7383
  @property
7528
7384
  def TopicId(self):
7529
7385
  """kafka topic id
7530
- 注意:此字段可能返回 null,表示取不到有效值。
7531
7386
  :rtype: str
7532
7387
  """
7533
7388
  return self._TopicId
@@ -7539,7 +7394,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7539
7394
  @property
7540
7395
  def CreateTime(self):
7541
7396
  """配置创建时间
7542
- 注意:此字段可能返回 null,表示取不到有效值。
7543
7397
  :rtype: str
7544
7398
  """
7545
7399
  return self._CreateTime
@@ -7551,7 +7405,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7551
7405
  @property
7552
7406
  def Uin(self):
7553
7407
  """用户Uin信息
7554
- 注意:此字段可能返回 null,表示取不到有效值。
7555
7408
  :rtype: str
7556
7409
  """
7557
7410
  return self._Uin
@@ -7563,7 +7416,6 @@ class DescribeMessageForwardResponse(AbstractModel):
7563
7416
  @property
7564
7417
  def TopicName(self):
7565
7418
  """kafka topic 名称
7566
- 注意:此字段可能返回 null,表示取不到有效值。
7567
7419
  :rtype: str
7568
7420
  """
7569
7421
  return self._TopicName
@@ -7572,6 +7424,17 @@ class DescribeMessageForwardResponse(AbstractModel):
7572
7424
  def TopicName(self, TopicName):
7573
7425
  self._TopicName = TopicName
7574
7426
 
7427
+ @property
7428
+ def UpdateTime(self):
7429
+ """更新时间
7430
+ :rtype: str
7431
+ """
7432
+ return self._UpdateTime
7433
+
7434
+ @UpdateTime.setter
7435
+ def UpdateTime(self, UpdateTime):
7436
+ self._UpdateTime = UpdateTime
7437
+
7575
7438
  @property
7576
7439
  def RequestId(self):
7577
7440
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -7595,6 +7458,7 @@ class DescribeMessageForwardResponse(AbstractModel):
7595
7458
  self._CreateTime = params.get("CreateTime")
7596
7459
  self._Uin = params.get("Uin")
7597
7460
  self._TopicName = params.get("TopicName")
7461
+ self._UpdateTime = params.get("UpdateTime")
7598
7462
  self._RequestId = params.get("RequestId")
7599
7463
 
7600
7464
 
@@ -7657,10 +7521,8 @@ class DescribeMessageForwardsResponse(AbstractModel):
7657
7521
  def __init__(self):
7658
7522
  r"""
7659
7523
  :param _Total: 配置总数
7660
- 注意:此字段可能返回 null,表示取不到有效值。
7661
7524
  :type Total: int
7662
7525
  :param _List: 配置列表
7663
- 注意:此字段可能返回 null,表示取不到有效值。
7664
7526
  :type List: list of MessageForward
7665
7527
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7666
7528
  :type RequestId: str
@@ -7672,7 +7534,6 @@ class DescribeMessageForwardsResponse(AbstractModel):
7672
7534
  @property
7673
7535
  def Total(self):
7674
7536
  """配置总数
7675
- 注意:此字段可能返回 null,表示取不到有效值。
7676
7537
  :rtype: int
7677
7538
  """
7678
7539
  return self._Total
@@ -7684,7 +7545,6 @@ class DescribeMessageForwardsResponse(AbstractModel):
7684
7545
  @property
7685
7546
  def List(self):
7686
7547
  """配置列表
7687
- 注意:此字段可能返回 null,表示取不到有效值。
7688
7548
  :rtype: list of MessageForward
7689
7549
  """
7690
7550
  return self._List
@@ -7775,7 +7635,6 @@ class DescribeMonitorDataByDateResponse(AbstractModel):
7775
7635
  def __init__(self):
7776
7636
  r"""
7777
7637
  :param _Data: 统计数据列表
7778
- 注意:此字段可能返回 null,表示取不到有效值。
7779
7638
  :type Data: list of RecordStatistic
7780
7639
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7781
7640
  :type RequestId: str
@@ -7786,7 +7645,6 @@ class DescribeMonitorDataByDateResponse(AbstractModel):
7786
7645
  @property
7787
7646
  def Data(self):
7788
7647
  """统计数据列表
7789
- 注意:此字段可能返回 null,表示取不到有效值。
7790
7648
  :rtype: list of RecordStatistic
7791
7649
  """
7792
7650
  return self._Data
@@ -7876,7 +7734,6 @@ class DescribePresetListResponse(AbstractModel):
7876
7734
  def __init__(self):
7877
7735
  r"""
7878
7736
  :param _Data: 预置列表
7879
- 注意:此字段可能返回 null,表示取不到有效值。
7880
7737
  :type Data: list of PresetItem
7881
7738
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7882
7739
  :type RequestId: str
@@ -7887,7 +7744,6 @@ class DescribePresetListResponse(AbstractModel):
7887
7744
  @property
7888
7745
  def Data(self):
7889
7746
  """预置列表
7890
- 注意:此字段可能返回 null,表示取不到有效值。
7891
7747
  :rtype: list of PresetItem
7892
7748
  """
7893
7749
  return self._Data
@@ -8022,7 +7878,6 @@ class DescribeRecordDatesByChannelResponse(AbstractModel):
8022
7878
  def __init__(self):
8023
7879
  r"""
8024
7880
  :param _Dates: 含有录像文件的日期列表
8025
- 注意:此字段可能返回 null,表示取不到有效值。
8026
7881
  :type Dates: list of str
8027
7882
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8028
7883
  :type RequestId: str
@@ -8033,7 +7888,6 @@ class DescribeRecordDatesByChannelResponse(AbstractModel):
8033
7888
  @property
8034
7889
  def Dates(self):
8035
7890
  """含有录像文件的日期列表
8036
- 注意:此字段可能返回 null,表示取不到有效值。
8037
7891
  :rtype: list of str
8038
7892
  """
8039
7893
  return self._Dates
@@ -8466,7 +8320,6 @@ class DescribeRecordingPlanByIdResponse(AbstractModel):
8466
8320
  def __init__(self):
8467
8321
  r"""
8468
8322
  :param _Plan: 录制计划详情
8469
- 注意:此字段可能返回 null,表示取不到有效值。
8470
8323
  :type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanDetail`
8471
8324
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8472
8325
  :type RequestId: str
@@ -8477,7 +8330,6 @@ class DescribeRecordingPlanByIdResponse(AbstractModel):
8477
8330
  @property
8478
8331
  def Plan(self):
8479
8332
  """录制计划详情
8480
- 注意:此字段可能返回 null,表示取不到有效值。
8481
8333
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanDetail`
8482
8334
  """
8483
8335
  return self._Plan
@@ -8519,10 +8371,8 @@ class DescribeRecordingPlansResponse(AbstractModel):
8519
8371
  def __init__(self):
8520
8372
  r"""
8521
8373
  :param _Plans: 录制计划详情·列表
8522
- 注意:此字段可能返回 null,表示取不到有效值。
8523
8374
  :type Plans: list of RecordPlanDetail
8524
8375
  :param _TotalCount: 录制计划总数
8525
- 注意:此字段可能返回 null,表示取不到有效值。
8526
8376
  :type TotalCount: int
8527
8377
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8528
8378
  :type RequestId: str
@@ -8534,7 +8384,6 @@ class DescribeRecordingPlansResponse(AbstractModel):
8534
8384
  @property
8535
8385
  def Plans(self):
8536
8386
  """录制计划详情·列表
8537
- 注意:此字段可能返回 null,表示取不到有效值。
8538
8387
  :rtype: list of RecordPlanDetail
8539
8388
  """
8540
8389
  return self._Plans
@@ -8546,7 +8395,6 @@ class DescribeRecordingPlansResponse(AbstractModel):
8546
8395
  @property
8547
8396
  def TotalCount(self):
8548
8397
  """录制计划总数
8549
- 注意:此字段可能返回 null,表示取不到有效值。
8550
8398
  :rtype: int
8551
8399
  """
8552
8400
  return self._TotalCount
@@ -8673,25 +8521,18 @@ class DescribeSceneResponse(AbstractModel):
8673
8521
  def __init__(self):
8674
8522
  r"""
8675
8523
  :param _IntId: 场景ID
8676
- 注意:此字段可能返回 null,表示取不到有效值。
8677
8524
  :type IntId: int
8678
8525
  :param _RecordDuration: 录制时长(秒)
8679
- 注意:此字段可能返回 null,表示取不到有效值。
8680
8526
  :type RecordDuration: int
8681
8527
  :param _SceneName: 场景名称
8682
- 注意:此字段可能返回 null,表示取不到有效值。
8683
8528
  :type SceneName: str
8684
8529
  :param _SceneTrigger: 场景触发规则
8685
- 注意:此字段可能返回 null,表示取不到有效值。
8686
8530
  :type SceneTrigger: str
8687
8531
  :param _StoreDuration: 存储时长 (天)
8688
- 注意:此字段可能返回 null,表示取不到有效值。
8689
8532
  :type StoreDuration: int
8690
8533
  :param _CreateTime: 创建时间
8691
- 注意:此字段可能返回 null,表示取不到有效值。
8692
8534
  :type CreateTime: str
8693
8535
  :param _UpdateTime: 更新时间
8694
- 注意:此字段可能返回 null,表示取不到有效值。
8695
8536
  :type UpdateTime: str
8696
8537
  :param _Uin: 用户Uin
8697
8538
  :type Uin: str
@@ -8711,7 +8552,6 @@ class DescribeSceneResponse(AbstractModel):
8711
8552
  @property
8712
8553
  def IntId(self):
8713
8554
  """场景ID
8714
- 注意:此字段可能返回 null,表示取不到有效值。
8715
8555
  :rtype: int
8716
8556
  """
8717
8557
  return self._IntId
@@ -8723,7 +8563,6 @@ class DescribeSceneResponse(AbstractModel):
8723
8563
  @property
8724
8564
  def RecordDuration(self):
8725
8565
  """录制时长(秒)
8726
- 注意:此字段可能返回 null,表示取不到有效值。
8727
8566
  :rtype: int
8728
8567
  """
8729
8568
  return self._RecordDuration
@@ -8735,7 +8574,6 @@ class DescribeSceneResponse(AbstractModel):
8735
8574
  @property
8736
8575
  def SceneName(self):
8737
8576
  """场景名称
8738
- 注意:此字段可能返回 null,表示取不到有效值。
8739
8577
  :rtype: str
8740
8578
  """
8741
8579
  return self._SceneName
@@ -8747,7 +8585,6 @@ class DescribeSceneResponse(AbstractModel):
8747
8585
  @property
8748
8586
  def SceneTrigger(self):
8749
8587
  """场景触发规则
8750
- 注意:此字段可能返回 null,表示取不到有效值。
8751
8588
  :rtype: str
8752
8589
  """
8753
8590
  return self._SceneTrigger
@@ -8759,7 +8596,6 @@ class DescribeSceneResponse(AbstractModel):
8759
8596
  @property
8760
8597
  def StoreDuration(self):
8761
8598
  """存储时长 (天)
8762
- 注意:此字段可能返回 null,表示取不到有效值。
8763
8599
  :rtype: int
8764
8600
  """
8765
8601
  return self._StoreDuration
@@ -8771,7 +8607,6 @@ class DescribeSceneResponse(AbstractModel):
8771
8607
  @property
8772
8608
  def CreateTime(self):
8773
8609
  """创建时间
8774
- 注意:此字段可能返回 null,表示取不到有效值。
8775
8610
  :rtype: str
8776
8611
  """
8777
8612
  return self._CreateTime
@@ -8783,7 +8618,6 @@ class DescribeSceneResponse(AbstractModel):
8783
8618
  @property
8784
8619
  def UpdateTime(self):
8785
8620
  """更新时间
8786
- 注意:此字段可能返回 null,表示取不到有效值。
8787
8621
  :rtype: str
8788
8622
  """
8789
8623
  return self._UpdateTime
@@ -8886,10 +8720,8 @@ class DescribeScenesResponse(AbstractModel):
8886
8720
  def __init__(self):
8887
8721
  r"""
8888
8722
  :param _Total: 场景总数
8889
- 注意:此字段可能返回 null,表示取不到有效值。
8890
8723
  :type Total: int
8891
8724
  :param _List: 场景列表
8892
- 注意:此字段可能返回 null,表示取不到有效值。
8893
8725
  :type List: list of SceneItem
8894
8726
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8895
8727
  :type RequestId: str
@@ -8901,7 +8733,6 @@ class DescribeScenesResponse(AbstractModel):
8901
8733
  @property
8902
8734
  def Total(self):
8903
8735
  """场景总数
8904
- 注意:此字段可能返回 null,表示取不到有效值。
8905
8736
  :rtype: int
8906
8737
  """
8907
8738
  return self._Total
@@ -8913,7 +8744,6 @@ class DescribeScenesResponse(AbstractModel):
8913
8744
  @property
8914
8745
  def List(self):
8915
8746
  """场景列表
8916
- 注意:此字段可能返回 null,表示取不到有效值。
8917
8747
  :rtype: list of SceneItem
8918
8748
  """
8919
8749
  return self._List
@@ -9119,25 +8949,18 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9119
8949
  def __init__(self):
9120
8950
  r"""
9121
8951
  :param _RecordingDevice: 录制设备总数
9122
- 注意:此字段可能返回 null,表示取不到有效值。
9123
8952
  :type RecordingDevice: int
9124
8953
  :param _NonRecordingDevice: 非录制设备总数
9125
- 注意:此字段可能返回 null,表示取不到有效值。
9126
8954
  :type NonRecordingDevice: int
9127
8955
  :param _WatchFlux: 观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
9128
- 注意:此字段可能返回 null,表示取不到有效值。
9129
8956
  :type WatchFlux: float
9130
8957
  :param _StorageUsage: 累计有效存储容量总数。单位:GB
9131
- 注意:此字段可能返回 null,表示取不到有效值。
9132
8958
  :type StorageUsage: float
9133
8959
  :param _P2PFluxTotal: X-P2P分享流量。单位 Byte
9134
- 注意:此字段可能返回 null,表示取不到有效值。
9135
8960
  :type P2PFluxTotal: float
9136
8961
  :param _P2PPeakValue: X-P2P峰值带宽。 单位bps
9137
- 注意:此字段可能返回 null,表示取不到有效值。
9138
8962
  :type P2PPeakValue: float
9139
8963
  :param _LivePushTotal: RTMP推流路数 ( 直播推流)
9140
- 注意:此字段可能返回 null,表示取不到有效值。
9141
8964
  :type LivePushTotal: int
9142
8965
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9143
8966
  :type RequestId: str
@@ -9154,7 +8977,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9154
8977
  @property
9155
8978
  def RecordingDevice(self):
9156
8979
  """录制设备总数
9157
- 注意:此字段可能返回 null,表示取不到有效值。
9158
8980
  :rtype: int
9159
8981
  """
9160
8982
  return self._RecordingDevice
@@ -9166,7 +8988,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9166
8988
  @property
9167
8989
  def NonRecordingDevice(self):
9168
8990
  """非录制设备总数
9169
- 注意:此字段可能返回 null,表示取不到有效值。
9170
8991
  :rtype: int
9171
8992
  """
9172
8993
  return self._NonRecordingDevice
@@ -9178,7 +8999,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9178
8999
  @property
9179
9000
  def WatchFlux(self):
9180
9001
  """观看流量总数。为直播观看流量与点播观看流量之和。单位:GB
9181
- 注意:此字段可能返回 null,表示取不到有效值。
9182
9002
  :rtype: float
9183
9003
  """
9184
9004
  return self._WatchFlux
@@ -9190,7 +9010,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9190
9010
  @property
9191
9011
  def StorageUsage(self):
9192
9012
  """累计有效存储容量总数。单位:GB
9193
- 注意:此字段可能返回 null,表示取不到有效值。
9194
9013
  :rtype: float
9195
9014
  """
9196
9015
  return self._StorageUsage
@@ -9202,7 +9021,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9202
9021
  @property
9203
9022
  def P2PFluxTotal(self):
9204
9023
  """X-P2P分享流量。单位 Byte
9205
- 注意:此字段可能返回 null,表示取不到有效值。
9206
9024
  :rtype: float
9207
9025
  """
9208
9026
  return self._P2PFluxTotal
@@ -9214,7 +9032,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9214
9032
  @property
9215
9033
  def P2PPeakValue(self):
9216
9034
  """X-P2P峰值带宽。 单位bps
9217
- 注意:此字段可能返回 null,表示取不到有效值。
9218
9035
  :rtype: float
9219
9036
  """
9220
9037
  return self._P2PPeakValue
@@ -9226,7 +9043,6 @@ class DescribeStatisticSummaryResponse(AbstractModel):
9226
9043
  @property
9227
9044
  def LivePushTotal(self):
9228
9045
  """RTMP推流路数 ( 直播推流)
9229
- 注意:此字段可能返回 null,表示取不到有效值。
9230
9046
  :rtype: int
9231
9047
  """
9232
9048
  return self._LivePushTotal
@@ -9362,10 +9178,8 @@ class DescribeSubGroupsResponse(AbstractModel):
9362
9178
  def __init__(self):
9363
9179
  r"""
9364
9180
  :param _GroupList: 子分组详情列表
9365
- 注意:此字段可能返回 null,表示取不到有效值。
9366
9181
  :type GroupList: list of GroupItem
9367
9182
  :param _TotalCount: 子分组总数
9368
- 注意:此字段可能返回 null,表示取不到有效值。
9369
9183
  :type TotalCount: int
9370
9184
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9371
9185
  :type RequestId: str
@@ -9377,7 +9191,6 @@ class DescribeSubGroupsResponse(AbstractModel):
9377
9191
  @property
9378
9192
  def GroupList(self):
9379
9193
  """子分组详情列表
9380
- 注意:此字段可能返回 null,表示取不到有效值。
9381
9194
  :rtype: list of GroupItem
9382
9195
  """
9383
9196
  return self._GroupList
@@ -9389,7 +9202,6 @@ class DescribeSubGroupsResponse(AbstractModel):
9389
9202
  @property
9390
9203
  def TotalCount(self):
9391
9204
  """子分组总数
9392
- 注意:此字段可能返回 null,表示取不到有效值。
9393
9205
  :rtype: int
9394
9206
  """
9395
9207
  return self._TotalCount
@@ -9621,10 +9433,8 @@ class DescribeVideoListByChannelResponse(AbstractModel):
9621
9433
  def __init__(self):
9622
9434
  r"""
9623
9435
  :param _VideoList: 录像详情列表
9624
- 注意:此字段可能返回 null,表示取不到有效值。
9625
9436
  :type VideoList: list of RecordTaskItem
9626
9437
  :param _TotalCount: 录像总数
9627
- 注意:此字段可能返回 null,表示取不到有效值。
9628
9438
  :type TotalCount: int
9629
9439
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9630
9440
  :type RequestId: str
@@ -9636,7 +9446,6 @@ class DescribeVideoListByChannelResponse(AbstractModel):
9636
9446
  @property
9637
9447
  def VideoList(self):
9638
9448
  """录像详情列表
9639
- 注意:此字段可能返回 null,表示取不到有效值。
9640
9449
  :rtype: list of RecordTaskItem
9641
9450
  """
9642
9451
  return self._VideoList
@@ -9648,7 +9457,6 @@ class DescribeVideoListByChannelResponse(AbstractModel):
9648
9457
  @property
9649
9458
  def TotalCount(self):
9650
9459
  """录像总数
9651
- 注意:此字段可能返回 null,表示取不到有效值。
9652
9460
  :rtype: int
9653
9461
  """
9654
9462
  return self._TotalCount
@@ -10050,7 +9858,6 @@ class DescribeWarnModResponse(AbstractModel):
10050
9858
  def __init__(self):
10051
9859
  r"""
10052
9860
  :param _Data: 告警类型
10053
- 注意:此字段可能返回 null,表示取不到有效值。
10054
9861
  :type Data: str
10055
9862
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10056
9863
  :type RequestId: str
@@ -10061,7 +9868,6 @@ class DescribeWarnModResponse(AbstractModel):
10061
9868
  @property
10062
9869
  def Data(self):
10063
9870
  """告警类型
10064
- 注意:此字段可能返回 null,表示取不到有效值。
10065
9871
  :rtype: str
10066
9872
  """
10067
9873
  return self._Data
@@ -10236,10 +10042,8 @@ class DescribeWarningsResponse(AbstractModel):
10236
10042
  def __init__(self):
10237
10043
  r"""
10238
10044
  :param _Total: 总数
10239
- 注意:此字段可能返回 null,表示取不到有效值。
10240
10045
  :type Total: int
10241
10046
  :param _Data: 告警列表
10242
- 注意:此字段可能返回 null,表示取不到有效值。
10243
10047
  :type Data: list of WarningsData
10244
10048
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10245
10049
  :type RequestId: str
@@ -10251,7 +10055,6 @@ class DescribeWarningsResponse(AbstractModel):
10251
10055
  @property
10252
10056
  def Total(self):
10253
10057
  """总数
10254
- 注意:此字段可能返回 null,表示取不到有效值。
10255
10058
  :rtype: int
10256
10059
  """
10257
10060
  return self._Total
@@ -10263,7 +10066,6 @@ class DescribeWarningsResponse(AbstractModel):
10263
10066
  @property
10264
10067
  def Data(self):
10265
10068
  """告警列表
10266
- 注意:此字段可能返回 null,表示取不到有效值。
10267
10069
  :rtype: list of WarningsData
10268
10070
  """
10269
10071
  return self._Data
@@ -10386,7 +10188,6 @@ class DescribeXP2PDataResponse(AbstractModel):
10386
10188
  :param _Data: [log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
10387
10189
  [时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
10388
10190
  [1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
10389
- 注意:此字段可能返回 null,表示取不到有效值。
10390
10191
  :type Data: str
10391
10192
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10392
10193
  :type RequestId: str
@@ -10399,7 +10200,6 @@ class DescribeXP2PDataResponse(AbstractModel):
10399
10200
  """[log_time,cdn_bytes , p2p_bytes, online_people, stuck_times, stuck_people,request,request_success,request_fail,play_fail]
10400
10201
  [时间戳,cdn流量(字节) , p2p流量(字节), 在线人数, 卡播次数, 卡播人数,起播请求次数,起播成功次数,起播失败次数,播放失败次数, pcdn cdn流量(字节), pcdn路由流量(字节), 上传流量(字节)]
10401
10202
  [1481016480, 46118502414, 75144943171, 61691, 3853, 0,0,0,0,0, 0, 0, 0]
10402
- 注意:此字段可能返回 null,表示取不到有效值。
10403
10203
  :rtype: str
10404
10204
  """
10405
10205
  return self._Data
@@ -10529,10 +10329,8 @@ class DeviceItem(AbstractModel):
10529
10329
  def __init__(self):
10530
10330
  r"""
10531
10331
  :param _DeviceId: 设备唯一标识
10532
- 注意:此字段可能返回 null,表示取不到有效值。
10533
10332
  :type DeviceId: str
10534
10333
  :param _ChannelId: 通道唯一标识
10535
- 注意:此字段可能返回 null,表示取不到有效值。
10536
10334
  :type ChannelId: str
10537
10335
  """
10538
10336
  self._DeviceId = None
@@ -10541,7 +10339,6 @@ class DeviceItem(AbstractModel):
10541
10339
  @property
10542
10340
  def DeviceId(self):
10543
10341
  """设备唯一标识
10544
- 注意:此字段可能返回 null,表示取不到有效值。
10545
10342
  :rtype: str
10546
10343
  """
10547
10344
  return self._DeviceId
@@ -10553,7 +10350,6 @@ class DeviceItem(AbstractModel):
10553
10350
  @property
10554
10351
  def ChannelId(self):
10555
10352
  """通道唯一标识
10556
- 注意:此字段可能返回 null,表示取不到有效值。
10557
10353
  :rtype: str
10558
10354
  """
10559
10355
  return self._ChannelId
@@ -10584,10 +10380,8 @@ class DeviceMonitorValue(AbstractModel):
10584
10380
  def __init__(self):
10585
10381
  r"""
10586
10382
  :param _Value: 统计值
10587
- 注意:此字段可能返回 null,表示取不到有效值。
10588
10383
  :type Value: float
10589
10384
  :param _Time: 统计时间
10590
- 注意:此字段可能返回 null,表示取不到有效值。
10591
10385
  :type Time: int
10592
10386
  """
10593
10387
  self._Value = None
@@ -10596,7 +10390,6 @@ class DeviceMonitorValue(AbstractModel):
10596
10390
  @property
10597
10391
  def Value(self):
10598
10392
  """统计值
10599
- 注意:此字段可能返回 null,表示取不到有效值。
10600
10393
  :rtype: float
10601
10394
  """
10602
10395
  return self._Value
@@ -10608,7 +10401,6 @@ class DeviceMonitorValue(AbstractModel):
10608
10401
  @property
10609
10402
  def Time(self):
10610
10403
  """统计时间
10611
- 注意:此字段可能返回 null,表示取不到有效值。
10612
10404
  :rtype: int
10613
10405
  """
10614
10406
  return self._Time
@@ -10639,13 +10431,10 @@ class Events(AbstractModel):
10639
10431
  def __init__(self):
10640
10432
  r"""
10641
10433
  :param _EventTime: 开始时间,秒级时间戳
10642
- 注意:此字段可能返回 null,表示取不到有效值。
10643
10434
  :type EventTime: int
10644
10435
  :param _EventType: 事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
10645
- 注意:此字段可能返回 null,表示取不到有效值。
10646
10436
  :type EventType: int
10647
10437
  :param _EventDesc: 事件描述
10648
- 注意:此字段可能返回 null,表示取不到有效值。
10649
10438
  :type EventDesc: str
10650
10439
  :param _DeviceType: 设备类型
10651
10440
  :type DeviceType: int
@@ -10658,7 +10447,6 @@ class Events(AbstractModel):
10658
10447
  :param _EventLog: 事件日志
10659
10448
  :type EventLog: str
10660
10449
  :param _DeviceName: 设备备注名称
10661
- 注意:此字段可能返回 null,表示取不到有效值。
10662
10450
  :type DeviceName: str
10663
10451
  """
10664
10452
  self._EventTime = None
@@ -10674,7 +10462,6 @@ class Events(AbstractModel):
10674
10462
  @property
10675
10463
  def EventTime(self):
10676
10464
  """开始时间,秒级时间戳
10677
- 注意:此字段可能返回 null,表示取不到有效值。
10678
10465
  :rtype: int
10679
10466
  """
10680
10467
  return self._EventTime
@@ -10686,7 +10473,6 @@ class Events(AbstractModel):
10686
10473
  @property
10687
10474
  def EventType(self):
10688
10475
  """事件类型 1:注册 2:心跳 4:录制异常 5:播放异常 6:流中断
10689
- 注意:此字段可能返回 null,表示取不到有效值。
10690
10476
  :rtype: int
10691
10477
  """
10692
10478
  return self._EventType
@@ -10698,7 +10484,6 @@ class Events(AbstractModel):
10698
10484
  @property
10699
10485
  def EventDesc(self):
10700
10486
  """事件描述
10701
- 注意:此字段可能返回 null,表示取不到有效值。
10702
10487
  :rtype: str
10703
10488
  """
10704
10489
  return self._EventDesc
@@ -10765,7 +10550,6 @@ class Events(AbstractModel):
10765
10550
  @property
10766
10551
  def DeviceName(self):
10767
10552
  """设备备注名称
10768
- 注意:此字段可能返回 null,表示取不到有效值。
10769
10553
  :rtype: str
10770
10554
  """
10771
10555
  return self._DeviceName
@@ -10899,7 +10683,6 @@ class GetRecordDatesByDevResponse(AbstractModel):
10899
10683
  def __init__(self):
10900
10684
  r"""
10901
10685
  :param _Dates: 含有录像文件的日期列表
10902
- 注意:此字段可能返回 null,表示取不到有效值。
10903
10686
  :type Dates: list of str
10904
10687
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10905
10688
  :type RequestId: str
@@ -10910,7 +10693,6 @@ class GetRecordDatesByDevResponse(AbstractModel):
10910
10693
  @property
10911
10694
  def Dates(self):
10912
10695
  """含有录像文件的日期列表
10913
- 注意:此字段可能返回 null,表示取不到有效值。
10914
10696
  :rtype: list of str
10915
10697
  """
10916
10698
  return self._Dates
@@ -10980,7 +10762,6 @@ class GetRecordPlanByDevResponse(AbstractModel):
10980
10762
  def __init__(self):
10981
10763
  r"""
10982
10764
  :param _Plan: 录制计划详情
10983
- 注意:此字段可能返回 null,表示取不到有效值。
10984
10765
  :type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
10985
10766
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10986
10767
  :type RequestId: str
@@ -10991,7 +10772,6 @@ class GetRecordPlanByDevResponse(AbstractModel):
10991
10772
  @property
10992
10773
  def Plan(self):
10993
10774
  """录制计划详情
10994
- 注意:此字段可能返回 null,表示取不到有效值。
10995
10775
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
10996
10776
  """
10997
10777
  return self._Plan
@@ -11063,7 +10843,6 @@ class GetRecordPlanByIdResponse(AbstractModel):
11063
10843
  def __init__(self):
11064
10844
  r"""
11065
10845
  :param _Plan: 录制计划详情
11066
- 注意:此字段可能返回 null,表示取不到有效值。
11067
10846
  :type Plan: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
11068
10847
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11069
10848
  :type RequestId: str
@@ -11074,7 +10853,6 @@ class GetRecordPlanByIdResponse(AbstractModel):
11074
10853
  @property
11075
10854
  def Plan(self):
11076
10855
  """录制计划详情
11077
- 注意:此字段可能返回 null,表示取不到有效值。
11078
10856
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordPlanItem`
11079
10857
  """
11080
10858
  return self._Plan
@@ -11116,10 +10894,8 @@ class GetRecordPlansResponse(AbstractModel):
11116
10894
  def __init__(self):
11117
10895
  r"""
11118
10896
  :param _Plans: 录制计划详情·列表
11119
- 注意:此字段可能返回 null,表示取不到有效值。
11120
10897
  :type Plans: list of RecordPlanItem
11121
10898
  :param _TotalCount: 录制计划总数
11122
- 注意:此字段可能返回 null,表示取不到有效值。
11123
10899
  :type TotalCount: int
11124
10900
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11125
10901
  :type RequestId: str
@@ -11131,7 +10907,6 @@ class GetRecordPlansResponse(AbstractModel):
11131
10907
  @property
11132
10908
  def Plans(self):
11133
10909
  """录制计划详情·列表
11134
- 注意:此字段可能返回 null,表示取不到有效值。
11135
10910
  :rtype: list of RecordPlanItem
11136
10911
  """
11137
10912
  return self._Plans
@@ -11143,7 +10918,6 @@ class GetRecordPlansResponse(AbstractModel):
11143
10918
  @property
11144
10919
  def TotalCount(self):
11145
10920
  """录制计划总数
11146
- 注意:此字段可能返回 null,表示取不到有效值。
11147
10921
  :rtype: int
11148
10922
  """
11149
10923
  return self._TotalCount
@@ -11219,7 +10993,6 @@ class GetTimeTemplateByIdResponse(AbstractModel):
11219
10993
  def __init__(self):
11220
10994
  r"""
11221
10995
  :param _Template: 时间模板详情
11222
- 注意:此字段可能返回 null,表示取不到有效值。
11223
10996
  :type Template: :class:`tencentcloud.iotvideoindustry.v20201201.models.TimeTemplateItem`
11224
10997
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11225
10998
  :type RequestId: str
@@ -11230,7 +11003,6 @@ class GetTimeTemplateByIdResponse(AbstractModel):
11230
11003
  @property
11231
11004
  def Template(self):
11232
11005
  """时间模板详情
11233
- 注意:此字段可能返回 null,表示取不到有效值。
11234
11006
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.TimeTemplateItem`
11235
11007
  """
11236
11008
  return self._Template
@@ -11272,7 +11044,6 @@ class GetTimeTemplatesResponse(AbstractModel):
11272
11044
  def __init__(self):
11273
11045
  r"""
11274
11046
  :param _Templates: 时间模板列表
11275
- 注意:此字段可能返回 null,表示取不到有效值。
11276
11047
  :type Templates: list of TimeTemplateItem
11277
11048
  :param _TotalCount: 时间模板总数
11278
11049
  :type TotalCount: int
@@ -11286,7 +11057,6 @@ class GetTimeTemplatesResponse(AbstractModel):
11286
11057
  @property
11287
11058
  def Templates(self):
11288
11059
  """时间模板列表
11289
- 注意:此字段可能返回 null,表示取不到有效值。
11290
11060
  :rtype: list of TimeTemplateItem
11291
11061
  """
11292
11062
  return self._Templates
@@ -11465,10 +11235,8 @@ class GetVideoListByConResponse(AbstractModel):
11465
11235
  def __init__(self):
11466
11236
  r"""
11467
11237
  :param _VideoList: 录像详情列表
11468
- 注意:此字段可能返回 null,表示取不到有效值。
11469
11238
  :type VideoList: list of RecordTaskItem
11470
11239
  :param _TotalCount: 录像总数
11471
- 注意:此字段可能返回 null,表示取不到有效值。
11472
11240
  :type TotalCount: int
11473
11241
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11474
11242
  :type RequestId: str
@@ -11480,7 +11248,6 @@ class GetVideoListByConResponse(AbstractModel):
11480
11248
  @property
11481
11249
  def VideoList(self):
11482
11250
  """录像详情列表
11483
- 注意:此字段可能返回 null,表示取不到有效值。
11484
11251
  :rtype: list of RecordTaskItem
11485
11252
  """
11486
11253
  return self._VideoList
@@ -11492,7 +11259,6 @@ class GetVideoListByConResponse(AbstractModel):
11492
11259
  @property
11493
11260
  def TotalCount(self):
11494
11261
  """录像总数
11495
- 注意:此字段可能返回 null,表示取不到有效值。
11496
11262
  :rtype: int
11497
11263
  """
11498
11264
  return self._TotalCount
@@ -11532,43 +11298,30 @@ class GroupDeviceItem(AbstractModel):
11532
11298
  def __init__(self):
11533
11299
  r"""
11534
11300
  :param _DeviceId: 设备唯一标识
11535
- 注意:此字段可能返回 null,表示取不到有效值。
11536
11301
  :type DeviceId: str
11537
11302
  :param _NickName: 设备名称
11538
- 注意:此字段可能返回 null,表示取不到有效值。
11539
11303
  :type NickName: str
11540
11304
  :param _Status: 设备状态
11541
- 注意:此字段可能返回 null,表示取不到有效值。
11542
11305
  :type Status: int
11543
11306
  :param _ExtraInformation: 扩展信息
11544
- 注意:此字段可能返回 null,表示取不到有效值。
11545
11307
  :type ExtraInformation: str
11546
11308
  :param _DeviceType: 设备类型
11547
- 注意:此字段可能返回 null,表示取不到有效值。
11548
11309
  :type DeviceType: int
11549
11310
  :param _RTSPUrl: rtsp地址
11550
- 注意:此字段可能返回 null,表示取不到有效值。
11551
11311
  :type RTSPUrl: str
11552
11312
  :param _DeviceCode: 设备编码
11553
- 注意:此字段可能返回 null,表示取不到有效值。
11554
11313
  :type DeviceCode: str
11555
11314
  :param _IsRecord: 是否存在录像
11556
- 注意:此字段可能返回 null,表示取不到有效值。
11557
11315
  :type IsRecord: int
11558
11316
  :param _Recordable: 该设备是否可录制
11559
- 注意:此字段可能返回 null,表示取不到有效值。
11560
11317
  :type Recordable: int
11561
11318
  :param _Protocol: 设备接入协议
11562
- 注意:此字段可能返回 null,表示取不到有效值。
11563
11319
  :type Protocol: str
11564
11320
  :param _CreateTime: 设备创建时间
11565
- 注意:此字段可能返回 null,表示取不到有效值。
11566
11321
  :type CreateTime: int
11567
11322
  :param _ChannelNum: 设备通道总数
11568
- 注意:此字段可能返回 null,表示取不到有效值。
11569
11323
  :type ChannelNum: int
11570
11324
  :param _VideoChannelNum: 设备视频通道总数
11571
- 注意:此字段可能返回 null,表示取不到有效值。
11572
11325
  :type VideoChannelNum: int
11573
11326
  """
11574
11327
  self._DeviceId = None
@@ -11588,7 +11341,6 @@ class GroupDeviceItem(AbstractModel):
11588
11341
  @property
11589
11342
  def DeviceId(self):
11590
11343
  """设备唯一标识
11591
- 注意:此字段可能返回 null,表示取不到有效值。
11592
11344
  :rtype: str
11593
11345
  """
11594
11346
  return self._DeviceId
@@ -11600,7 +11352,6 @@ class GroupDeviceItem(AbstractModel):
11600
11352
  @property
11601
11353
  def NickName(self):
11602
11354
  """设备名称
11603
- 注意:此字段可能返回 null,表示取不到有效值。
11604
11355
  :rtype: str
11605
11356
  """
11606
11357
  return self._NickName
@@ -11612,7 +11363,6 @@ class GroupDeviceItem(AbstractModel):
11612
11363
  @property
11613
11364
  def Status(self):
11614
11365
  """设备状态
11615
- 注意:此字段可能返回 null,表示取不到有效值。
11616
11366
  :rtype: int
11617
11367
  """
11618
11368
  return self._Status
@@ -11624,7 +11374,6 @@ class GroupDeviceItem(AbstractModel):
11624
11374
  @property
11625
11375
  def ExtraInformation(self):
11626
11376
  """扩展信息
11627
- 注意:此字段可能返回 null,表示取不到有效值。
11628
11377
  :rtype: str
11629
11378
  """
11630
11379
  return self._ExtraInformation
@@ -11636,7 +11385,6 @@ class GroupDeviceItem(AbstractModel):
11636
11385
  @property
11637
11386
  def DeviceType(self):
11638
11387
  """设备类型
11639
- 注意:此字段可能返回 null,表示取不到有效值。
11640
11388
  :rtype: int
11641
11389
  """
11642
11390
  return self._DeviceType
@@ -11648,7 +11396,6 @@ class GroupDeviceItem(AbstractModel):
11648
11396
  @property
11649
11397
  def RTSPUrl(self):
11650
11398
  """rtsp地址
11651
- 注意:此字段可能返回 null,表示取不到有效值。
11652
11399
  :rtype: str
11653
11400
  """
11654
11401
  return self._RTSPUrl
@@ -11660,7 +11407,6 @@ class GroupDeviceItem(AbstractModel):
11660
11407
  @property
11661
11408
  def DeviceCode(self):
11662
11409
  """设备编码
11663
- 注意:此字段可能返回 null,表示取不到有效值。
11664
11410
  :rtype: str
11665
11411
  """
11666
11412
  return self._DeviceCode
@@ -11672,7 +11418,6 @@ class GroupDeviceItem(AbstractModel):
11672
11418
  @property
11673
11419
  def IsRecord(self):
11674
11420
  """是否存在录像
11675
- 注意:此字段可能返回 null,表示取不到有效值。
11676
11421
  :rtype: int
11677
11422
  """
11678
11423
  return self._IsRecord
@@ -11684,7 +11429,6 @@ class GroupDeviceItem(AbstractModel):
11684
11429
  @property
11685
11430
  def Recordable(self):
11686
11431
  """该设备是否可录制
11687
- 注意:此字段可能返回 null,表示取不到有效值。
11688
11432
  :rtype: int
11689
11433
  """
11690
11434
  return self._Recordable
@@ -11696,7 +11440,6 @@ class GroupDeviceItem(AbstractModel):
11696
11440
  @property
11697
11441
  def Protocol(self):
11698
11442
  """设备接入协议
11699
- 注意:此字段可能返回 null,表示取不到有效值。
11700
11443
  :rtype: str
11701
11444
  """
11702
11445
  return self._Protocol
@@ -11708,7 +11451,6 @@ class GroupDeviceItem(AbstractModel):
11708
11451
  @property
11709
11452
  def CreateTime(self):
11710
11453
  """设备创建时间
11711
- 注意:此字段可能返回 null,表示取不到有效值。
11712
11454
  :rtype: int
11713
11455
  """
11714
11456
  return self._CreateTime
@@ -11720,7 +11462,6 @@ class GroupDeviceItem(AbstractModel):
11720
11462
  @property
11721
11463
  def ChannelNum(self):
11722
11464
  """设备通道总数
11723
- 注意:此字段可能返回 null,表示取不到有效值。
11724
11465
  :rtype: int
11725
11466
  """
11726
11467
  return self._ChannelNum
@@ -11732,7 +11473,6 @@ class GroupDeviceItem(AbstractModel):
11732
11473
  @property
11733
11474
  def VideoChannelNum(self):
11734
11475
  """设备视频通道总数
11735
- 注意:此字段可能返回 null,表示取不到有效值。
11736
11476
  :rtype: int
11737
11477
  """
11738
11478
  return self._VideoChannelNum
@@ -11790,10 +11530,8 @@ class GroupInfo(AbstractModel):
11790
11530
  :param _CreateTime: 创建时间
11791
11531
  :type CreateTime: int
11792
11532
  :param _GroupStatus: 分组状态
11793
- 注意:此字段可能返回 null,表示取不到有效值。
11794
11533
  :type GroupStatus: int
11795
11534
  :param _Error: 设备不存在时产生的错误
11796
- 注意:此字段可能返回 null,表示取不到有效值。
11797
11535
  :type Error: str
11798
11536
  """
11799
11537
  self._GroupId = None
@@ -11898,7 +11636,6 @@ class GroupInfo(AbstractModel):
11898
11636
  @property
11899
11637
  def GroupStatus(self):
11900
11638
  """分组状态
11901
- 注意:此字段可能返回 null,表示取不到有效值。
11902
11639
  :rtype: int
11903
11640
  """
11904
11641
  return self._GroupStatus
@@ -11910,7 +11647,6 @@ class GroupInfo(AbstractModel):
11910
11647
  @property
11911
11648
  def Error(self):
11912
11649
  """设备不存在时产生的错误
11913
- 注意:此字段可能返回 null,表示取不到有效值。
11914
11650
  :rtype: str
11915
11651
  """
11916
11652
  return self._Error
@@ -11949,37 +11685,26 @@ class GroupItem(AbstractModel):
11949
11685
  def __init__(self):
11950
11686
  r"""
11951
11687
  :param _GroupName: 分组名称
11952
- 注意:此字段可能返回 null,表示取不到有效值。
11953
11688
  :type GroupName: str
11954
11689
  :param _ParentId: 父分组ID
11955
- 注意:此字段可能返回 null,表示取不到有效值。
11956
11690
  :type ParentId: str
11957
11691
  :param _GroupId: 分组ID
11958
- 注意:此字段可能返回 null,表示取不到有效值。
11959
11692
  :type GroupId: str
11960
11693
  :param _GroupPath: 分组路径
11961
- 注意:此字段可能返回 null,表示取不到有效值。
11962
11694
  :type GroupPath: str
11963
11695
  :param _GroupDescribe: 分组描述
11964
- 注意:此字段可能返回 null,表示取不到有效值。
11965
11696
  :type GroupDescribe: str
11966
11697
  :param _DeviceNum: 分组绑定设备数
11967
- 注意:此字段可能返回 null,表示取不到有效值。
11968
11698
  :type DeviceNum: int
11969
11699
  :param _SubGroupNum: 子分组数量
11970
- 注意:此字段可能返回 null,表示取不到有效值。
11971
11700
  :type SubGroupNum: int
11972
11701
  :param _ExtraInformation: 分组附加信息
11973
- 注意:此字段可能返回 null,表示取不到有效值。
11974
11702
  :type ExtraInformation: str
11975
11703
  :param _GroupType: 分组类型
11976
- 注意:此字段可能返回 null,表示取不到有效值。
11977
11704
  :type GroupType: str
11978
11705
  :param _CreateTime: 创建时间
11979
- 注意:此字段可能返回 null,表示取不到有效值。
11980
11706
  :type CreateTime: int
11981
11707
  :param _GroupStatus: 分组状态
11982
- 注意:此字段可能返回 null,表示取不到有效值。
11983
11708
  :type GroupStatus: int
11984
11709
  """
11985
11710
  self._GroupName = None
@@ -11997,7 +11722,6 @@ class GroupItem(AbstractModel):
11997
11722
  @property
11998
11723
  def GroupName(self):
11999
11724
  """分组名称
12000
- 注意:此字段可能返回 null,表示取不到有效值。
12001
11725
  :rtype: str
12002
11726
  """
12003
11727
  return self._GroupName
@@ -12009,7 +11733,6 @@ class GroupItem(AbstractModel):
12009
11733
  @property
12010
11734
  def ParentId(self):
12011
11735
  """父分组ID
12012
- 注意:此字段可能返回 null,表示取不到有效值。
12013
11736
  :rtype: str
12014
11737
  """
12015
11738
  return self._ParentId
@@ -12021,7 +11744,6 @@ class GroupItem(AbstractModel):
12021
11744
  @property
12022
11745
  def GroupId(self):
12023
11746
  """分组ID
12024
- 注意:此字段可能返回 null,表示取不到有效值。
12025
11747
  :rtype: str
12026
11748
  """
12027
11749
  return self._GroupId
@@ -12033,7 +11755,6 @@ class GroupItem(AbstractModel):
12033
11755
  @property
12034
11756
  def GroupPath(self):
12035
11757
  """分组路径
12036
- 注意:此字段可能返回 null,表示取不到有效值。
12037
11758
  :rtype: str
12038
11759
  """
12039
11760
  return self._GroupPath
@@ -12045,7 +11766,6 @@ class GroupItem(AbstractModel):
12045
11766
  @property
12046
11767
  def GroupDescribe(self):
12047
11768
  """分组描述
12048
- 注意:此字段可能返回 null,表示取不到有效值。
12049
11769
  :rtype: str
12050
11770
  """
12051
11771
  return self._GroupDescribe
@@ -12057,7 +11777,6 @@ class GroupItem(AbstractModel):
12057
11777
  @property
12058
11778
  def DeviceNum(self):
12059
11779
  """分组绑定设备数
12060
- 注意:此字段可能返回 null,表示取不到有效值。
12061
11780
  :rtype: int
12062
11781
  """
12063
11782
  return self._DeviceNum
@@ -12069,7 +11788,6 @@ class GroupItem(AbstractModel):
12069
11788
  @property
12070
11789
  def SubGroupNum(self):
12071
11790
  """子分组数量
12072
- 注意:此字段可能返回 null,表示取不到有效值。
12073
11791
  :rtype: int
12074
11792
  """
12075
11793
  return self._SubGroupNum
@@ -12081,7 +11799,6 @@ class GroupItem(AbstractModel):
12081
11799
  @property
12082
11800
  def ExtraInformation(self):
12083
11801
  """分组附加信息
12084
- 注意:此字段可能返回 null,表示取不到有效值。
12085
11802
  :rtype: str
12086
11803
  """
12087
11804
  return self._ExtraInformation
@@ -12093,7 +11810,6 @@ class GroupItem(AbstractModel):
12093
11810
  @property
12094
11811
  def GroupType(self):
12095
11812
  """分组类型
12096
- 注意:此字段可能返回 null,表示取不到有效值。
12097
11813
  :rtype: str
12098
11814
  """
12099
11815
  return self._GroupType
@@ -12105,7 +11821,6 @@ class GroupItem(AbstractModel):
12105
11821
  @property
12106
11822
  def CreateTime(self):
12107
11823
  """创建时间
12108
- 注意:此字段可能返回 null,表示取不到有效值。
12109
11824
  :rtype: int
12110
11825
  """
12111
11826
  return self._CreateTime
@@ -12117,7 +11832,6 @@ class GroupItem(AbstractModel):
12117
11832
  @property
12118
11833
  def GroupStatus(self):
12119
11834
  """分组状态
12120
- 注意:此字段可能返回 null,表示取不到有效值。
12121
11835
  :rtype: int
12122
11836
  """
12123
11837
  return self._GroupStatus
@@ -12157,25 +11871,18 @@ class LiveChannelInfo(AbstractModel):
12157
11871
  def __init__(self):
12158
11872
  r"""
12159
11873
  :param _LiveChannelId: 频道ID
12160
- 注意:此字段可能返回 null,表示取不到有效值。
12161
11874
  :type LiveChannelId: str
12162
11875
  :param _LiveChannelName: 频道名称
12163
- 注意:此字段可能返回 null,表示取不到有效值。
12164
11876
  :type LiveChannelName: str
12165
11877
  :param _LiveChannelType: 频道类型
12166
- 注意:此字段可能返回 null,表示取不到有效值。
12167
11878
  :type LiveChannelType: int
12168
11879
  :param _LiveStatus: 通道直播状态:1: 未推流,2: 推流中
12169
- 注意:此字段可能返回 null,表示取不到有效值。
12170
11880
  :type LiveStatus: int
12171
11881
  :param _PushStreamAddress: 推流地址
12172
- 注意:此字段可能返回 null,表示取不到有效值。
12173
11882
  :type PushStreamAddress: str
12174
11883
  :param _CreateTime: 创建时间
12175
- 注意:此字段可能返回 null,表示取不到有效值。
12176
11884
  :type CreateTime: str
12177
11885
  :param _UpdateTime: 修改时间
12178
- 注意:此字段可能返回 null,表示取不到有效值。
12179
11886
  :type UpdateTime: str
12180
11887
  """
12181
11888
  self._LiveChannelId = None
@@ -12189,7 +11896,6 @@ class LiveChannelInfo(AbstractModel):
12189
11896
  @property
12190
11897
  def LiveChannelId(self):
12191
11898
  """频道ID
12192
- 注意:此字段可能返回 null,表示取不到有效值。
12193
11899
  :rtype: str
12194
11900
  """
12195
11901
  return self._LiveChannelId
@@ -12201,7 +11907,6 @@ class LiveChannelInfo(AbstractModel):
12201
11907
  @property
12202
11908
  def LiveChannelName(self):
12203
11909
  """频道名称
12204
- 注意:此字段可能返回 null,表示取不到有效值。
12205
11910
  :rtype: str
12206
11911
  """
12207
11912
  return self._LiveChannelName
@@ -12213,7 +11918,6 @@ class LiveChannelInfo(AbstractModel):
12213
11918
  @property
12214
11919
  def LiveChannelType(self):
12215
11920
  """频道类型
12216
- 注意:此字段可能返回 null,表示取不到有效值。
12217
11921
  :rtype: int
12218
11922
  """
12219
11923
  return self._LiveChannelType
@@ -12225,7 +11929,6 @@ class LiveChannelInfo(AbstractModel):
12225
11929
  @property
12226
11930
  def LiveStatus(self):
12227
11931
  """通道直播状态:1: 未推流,2: 推流中
12228
- 注意:此字段可能返回 null,表示取不到有效值。
12229
11932
  :rtype: int
12230
11933
  """
12231
11934
  return self._LiveStatus
@@ -12237,7 +11940,6 @@ class LiveChannelInfo(AbstractModel):
12237
11940
  @property
12238
11941
  def PushStreamAddress(self):
12239
11942
  """推流地址
12240
- 注意:此字段可能返回 null,表示取不到有效值。
12241
11943
  :rtype: str
12242
11944
  """
12243
11945
  return self._PushStreamAddress
@@ -12249,7 +11951,6 @@ class LiveChannelInfo(AbstractModel):
12249
11951
  @property
12250
11952
  def CreateTime(self):
12251
11953
  """创建时间
12252
- 注意:此字段可能返回 null,表示取不到有效值。
12253
11954
  :rtype: str
12254
11955
  """
12255
11956
  return self._CreateTime
@@ -12261,7 +11962,6 @@ class LiveChannelInfo(AbstractModel):
12261
11962
  @property
12262
11963
  def UpdateTime(self):
12263
11964
  """修改时间
12264
- 注意:此字段可能返回 null,表示取不到有效值。
12265
11965
  :rtype: str
12266
11966
  """
12267
11967
  return self._UpdateTime
@@ -12504,10 +12204,8 @@ class LiveRecordPlanItem(AbstractModel):
12504
12204
  def __init__(self):
12505
12205
  r"""
12506
12206
  :param _PlanId: 计划ID
12507
- 注意:此字段可能返回 null,表示取不到有效值。
12508
12207
  :type PlanId: str
12509
12208
  :param _PlanName: 计划名称
12510
- 注意:此字段可能返回 null,表示取不到有效值。
12511
12209
  :type PlanName: str
12512
12210
  """
12513
12211
  self._PlanId = None
@@ -12516,7 +12214,6 @@ class LiveRecordPlanItem(AbstractModel):
12516
12214
  @property
12517
12215
  def PlanId(self):
12518
12216
  """计划ID
12519
- 注意:此字段可能返回 null,表示取不到有效值。
12520
12217
  :rtype: str
12521
12218
  """
12522
12219
  return self._PlanId
@@ -12528,7 +12225,6 @@ class LiveRecordPlanItem(AbstractModel):
12528
12225
  @property
12529
12226
  def PlanName(self):
12530
12227
  """计划名称
12531
- 注意:此字段可能返回 null,表示取不到有效值。
12532
12228
  :rtype: str
12533
12229
  """
12534
12230
  return self._PlanName
@@ -12559,37 +12255,26 @@ class MessageForward(AbstractModel):
12559
12255
  def __init__(self):
12560
12256
  r"""
12561
12257
  :param _IntId: 配置ID
12562
- 注意:此字段可能返回 null,表示取不到有效值。
12563
12258
  :type IntId: int
12564
12259
  :param _Uin: 用户Uin
12565
- 注意:此字段可能返回 null,表示取不到有效值。
12566
12260
  :type Uin: str
12567
12261
  :param _MessageType: json数组, 转发类型 1: 告警 2:GPS
12568
- 注意:此字段可能返回 null,表示取不到有效值。
12569
12262
  :type MessageType: str
12570
12263
  :param _RegionId: 区域ID
12571
- 注意:此字段可能返回 null,表示取不到有效值。
12572
12264
  :type RegionId: str
12573
12265
  :param _RegionName: 区域名称
12574
- 注意:此字段可能返回 null,表示取不到有效值。
12575
12266
  :type RegionName: str
12576
12267
  :param _Instance: 实例ID
12577
- 注意:此字段可能返回 null,表示取不到有效值。
12578
12268
  :type Instance: str
12579
12269
  :param _InstanceName: 实例名称
12580
- 注意:此字段可能返回 null,表示取不到有效值。
12581
12270
  :type InstanceName: str
12582
12271
  :param _TopicId: kafka topic id
12583
- 注意:此字段可能返回 null,表示取不到有效值。
12584
12272
  :type TopicId: str
12585
12273
  :param _CreateTime: 创建时间
12586
- 注意:此字段可能返回 null,表示取不到有效值。
12587
12274
  :type CreateTime: str
12588
12275
  :param _UpdateTime: 更新时间
12589
- 注意:此字段可能返回 null,表示取不到有效值。
12590
12276
  :type UpdateTime: str
12591
12277
  :param _TopicName: topic 名称
12592
- 注意:此字段可能返回 null,表示取不到有效值。
12593
12278
  :type TopicName: str
12594
12279
  """
12595
12280
  self._IntId = None
@@ -12607,7 +12292,6 @@ class MessageForward(AbstractModel):
12607
12292
  @property
12608
12293
  def IntId(self):
12609
12294
  """配置ID
12610
- 注意:此字段可能返回 null,表示取不到有效值。
12611
12295
  :rtype: int
12612
12296
  """
12613
12297
  return self._IntId
@@ -12619,7 +12303,6 @@ class MessageForward(AbstractModel):
12619
12303
  @property
12620
12304
  def Uin(self):
12621
12305
  """用户Uin
12622
- 注意:此字段可能返回 null,表示取不到有效值。
12623
12306
  :rtype: str
12624
12307
  """
12625
12308
  return self._Uin
@@ -12631,7 +12314,6 @@ class MessageForward(AbstractModel):
12631
12314
  @property
12632
12315
  def MessageType(self):
12633
12316
  """json数组, 转发类型 1: 告警 2:GPS
12634
- 注意:此字段可能返回 null,表示取不到有效值。
12635
12317
  :rtype: str
12636
12318
  """
12637
12319
  return self._MessageType
@@ -12643,7 +12325,6 @@ class MessageForward(AbstractModel):
12643
12325
  @property
12644
12326
  def RegionId(self):
12645
12327
  """区域ID
12646
- 注意:此字段可能返回 null,表示取不到有效值。
12647
12328
  :rtype: str
12648
12329
  """
12649
12330
  return self._RegionId
@@ -12655,7 +12336,6 @@ class MessageForward(AbstractModel):
12655
12336
  @property
12656
12337
  def RegionName(self):
12657
12338
  """区域名称
12658
- 注意:此字段可能返回 null,表示取不到有效值。
12659
12339
  :rtype: str
12660
12340
  """
12661
12341
  return self._RegionName
@@ -12667,7 +12347,6 @@ class MessageForward(AbstractModel):
12667
12347
  @property
12668
12348
  def Instance(self):
12669
12349
  """实例ID
12670
- 注意:此字段可能返回 null,表示取不到有效值。
12671
12350
  :rtype: str
12672
12351
  """
12673
12352
  return self._Instance
@@ -12679,7 +12358,6 @@ class MessageForward(AbstractModel):
12679
12358
  @property
12680
12359
  def InstanceName(self):
12681
12360
  """实例名称
12682
- 注意:此字段可能返回 null,表示取不到有效值。
12683
12361
  :rtype: str
12684
12362
  """
12685
12363
  return self._InstanceName
@@ -12691,7 +12369,6 @@ class MessageForward(AbstractModel):
12691
12369
  @property
12692
12370
  def TopicId(self):
12693
12371
  """kafka topic id
12694
- 注意:此字段可能返回 null,表示取不到有效值。
12695
12372
  :rtype: str
12696
12373
  """
12697
12374
  return self._TopicId
@@ -12703,7 +12380,6 @@ class MessageForward(AbstractModel):
12703
12380
  @property
12704
12381
  def CreateTime(self):
12705
12382
  """创建时间
12706
- 注意:此字段可能返回 null,表示取不到有效值。
12707
12383
  :rtype: str
12708
12384
  """
12709
12385
  return self._CreateTime
@@ -12715,7 +12391,6 @@ class MessageForward(AbstractModel):
12715
12391
  @property
12716
12392
  def UpdateTime(self):
12717
12393
  """更新时间
12718
- 注意:此字段可能返回 null,表示取不到有效值。
12719
12394
  :rtype: str
12720
12395
  """
12721
12396
  return self._UpdateTime
@@ -12727,7 +12402,6 @@ class MessageForward(AbstractModel):
12727
12402
  @property
12728
12403
  def TopicName(self):
12729
12404
  """topic 名称
12730
- 注意:此字段可能返回 null,表示取不到有效值。
12731
12405
  :rtype: str
12732
12406
  """
12733
12407
  return self._TopicName
@@ -13209,7 +12883,6 @@ class ModifyDeviceDataResponse(AbstractModel):
13209
12883
  def __init__(self):
13210
12884
  r"""
13211
12885
  :param _Status: 操作结果,“OK”表示成功,其他表示失败。
13212
- 注意:此字段可能返回 null,表示取不到有效值。
13213
12886
  :type Status: str
13214
12887
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13215
12888
  :type RequestId: str
@@ -13220,7 +12893,6 @@ class ModifyDeviceDataResponse(AbstractModel):
13220
12893
  @property
13221
12894
  def Status(self):
13222
12895
  """操作结果,“OK”表示成功,其他表示失败。
13223
- 注意:此字段可能返回 null,表示取不到有效值。
13224
12896
  :rtype: str
13225
12897
  """
13226
12898
  return self._Status
@@ -14085,10 +13757,8 @@ class PresetItem(AbstractModel):
14085
13757
  def __init__(self):
14086
13758
  r"""
14087
13759
  :param _PresetId: 预置位ID
14088
- 注意:此字段可能返回 null,表示取不到有效值。
14089
13760
  :type PresetId: int
14090
13761
  :param _PresetName: 预置位名称
14091
- 注意:此字段可能返回 null,表示取不到有效值。
14092
13762
  :type PresetName: str
14093
13763
  :param _Status: 预置位状态 0:未设置预置位 1:已设置预置位 2:已设置预置位&看守位
14094
13764
  :type Status: int
@@ -14103,7 +13773,6 @@ class PresetItem(AbstractModel):
14103
13773
  @property
14104
13774
  def PresetId(self):
14105
13775
  """预置位ID
14106
- 注意:此字段可能返回 null,表示取不到有效值。
14107
13776
  :rtype: int
14108
13777
  """
14109
13778
  return self._PresetId
@@ -14115,7 +13784,6 @@ class PresetItem(AbstractModel):
14115
13784
  @property
14116
13785
  def PresetName(self):
14117
13786
  """预置位名称
14118
- 注意:此字段可能返回 null,表示取不到有效值。
14119
13787
  :rtype: str
14120
13788
  """
14121
13789
  return self._PresetName
@@ -14170,22 +13838,16 @@ class RecordPlanDetail(AbstractModel):
14170
13838
  def __init__(self):
14171
13839
  r"""
14172
13840
  :param _PlanId: 计划ID
14173
- 注意:此字段可能返回 null,表示取不到有效值。
14174
13841
  :type PlanId: str
14175
13842
  :param _Name: 计划名称
14176
- 注意:此字段可能返回 null,表示取不到有效值。
14177
13843
  :type Name: str
14178
13844
  :param _TimeTemplateId: 时间模板ID
14179
- 注意:此字段可能返回 null,表示取不到有效值。
14180
13845
  :type TimeTemplateId: str
14181
13846
  :param _TimeTemplateName: 时间模板名称
14182
- 注意:此字段可能返回 null,表示取不到有效值。
14183
13847
  :type TimeTemplateName: str
14184
13848
  :param _Channels: 绑定的通道列表
14185
- 注意:此字段可能返回 null,表示取不到有效值。
14186
13849
  :type Channels: list of ChannelItem
14187
13850
  :param _RecordStorageTime: 存储周期(天)
14188
- 注意:此字段可能返回 null,表示取不到有效值。
14189
13851
  :type RecordStorageTime: int
14190
13852
  """
14191
13853
  self._PlanId = None
@@ -14198,7 +13860,6 @@ class RecordPlanDetail(AbstractModel):
14198
13860
  @property
14199
13861
  def PlanId(self):
14200
13862
  """计划ID
14201
- 注意:此字段可能返回 null,表示取不到有效值。
14202
13863
  :rtype: str
14203
13864
  """
14204
13865
  return self._PlanId
@@ -14210,7 +13871,6 @@ class RecordPlanDetail(AbstractModel):
14210
13871
  @property
14211
13872
  def Name(self):
14212
13873
  """计划名称
14213
- 注意:此字段可能返回 null,表示取不到有效值。
14214
13874
  :rtype: str
14215
13875
  """
14216
13876
  return self._Name
@@ -14222,7 +13882,6 @@ class RecordPlanDetail(AbstractModel):
14222
13882
  @property
14223
13883
  def TimeTemplateId(self):
14224
13884
  """时间模板ID
14225
- 注意:此字段可能返回 null,表示取不到有效值。
14226
13885
  :rtype: str
14227
13886
  """
14228
13887
  return self._TimeTemplateId
@@ -14234,7 +13893,6 @@ class RecordPlanDetail(AbstractModel):
14234
13893
  @property
14235
13894
  def TimeTemplateName(self):
14236
13895
  """时间模板名称
14237
- 注意:此字段可能返回 null,表示取不到有效值。
14238
13896
  :rtype: str
14239
13897
  """
14240
13898
  return self._TimeTemplateName
@@ -14246,7 +13904,6 @@ class RecordPlanDetail(AbstractModel):
14246
13904
  @property
14247
13905
  def Channels(self):
14248
13906
  """绑定的通道列表
14249
- 注意:此字段可能返回 null,表示取不到有效值。
14250
13907
  :rtype: list of ChannelItem
14251
13908
  """
14252
13909
  return self._Channels
@@ -14258,7 +13915,6 @@ class RecordPlanDetail(AbstractModel):
14258
13915
  @property
14259
13916
  def RecordStorageTime(self):
14260
13917
  """存储周期(天)
14261
- 注意:此字段可能返回 null,表示取不到有效值。
14262
13918
  :rtype: int
14263
13919
  """
14264
13920
  return self._RecordStorageTime
@@ -14298,25 +13954,18 @@ class RecordPlanItem(AbstractModel):
14298
13954
  def __init__(self):
14299
13955
  r"""
14300
13956
  :param _PlanId: 计划ID
14301
- 注意:此字段可能返回 null,表示取不到有效值。
14302
13957
  :type PlanId: str
14303
13958
  :param _Name: 计划名称
14304
- 注意:此字段可能返回 null,表示取不到有效值。
14305
13959
  :type Name: str
14306
13960
  :param _TimeTemplateId: 时间模板ID
14307
- 注意:此字段可能返回 null,表示取不到有效值。
14308
13961
  :type TimeTemplateId: str
14309
13962
  :param _TimeTemplateName: 时间模板名称
14310
- 注意:此字段可能返回 null,表示取不到有效值。
14311
13963
  :type TimeTemplateName: str
14312
13964
  :param _EventId: 录制类型
14313
- 注意:此字段可能返回 null,表示取不到有效值。
14314
13965
  :type EventId: int
14315
13966
  :param _Devices: 绑定的设备列表
14316
- 注意:此字段可能返回 null,表示取不到有效值。
14317
13967
  :type Devices: list of DeviceItem
14318
13968
  :param _RecordStorageTime: 录像存储天数
14319
- 注意:此字段可能返回 null,表示取不到有效值。
14320
13969
  :type RecordStorageTime: int
14321
13970
  """
14322
13971
  self._PlanId = None
@@ -14330,7 +13979,6 @@ class RecordPlanItem(AbstractModel):
14330
13979
  @property
14331
13980
  def PlanId(self):
14332
13981
  """计划ID
14333
- 注意:此字段可能返回 null,表示取不到有效值。
14334
13982
  :rtype: str
14335
13983
  """
14336
13984
  return self._PlanId
@@ -14342,7 +13990,6 @@ class RecordPlanItem(AbstractModel):
14342
13990
  @property
14343
13991
  def Name(self):
14344
13992
  """计划名称
14345
- 注意:此字段可能返回 null,表示取不到有效值。
14346
13993
  :rtype: str
14347
13994
  """
14348
13995
  return self._Name
@@ -14354,7 +14001,6 @@ class RecordPlanItem(AbstractModel):
14354
14001
  @property
14355
14002
  def TimeTemplateId(self):
14356
14003
  """时间模板ID
14357
- 注意:此字段可能返回 null,表示取不到有效值。
14358
14004
  :rtype: str
14359
14005
  """
14360
14006
  return self._TimeTemplateId
@@ -14366,7 +14012,6 @@ class RecordPlanItem(AbstractModel):
14366
14012
  @property
14367
14013
  def TimeTemplateName(self):
14368
14014
  """时间模板名称
14369
- 注意:此字段可能返回 null,表示取不到有效值。
14370
14015
  :rtype: str
14371
14016
  """
14372
14017
  return self._TimeTemplateName
@@ -14378,7 +14023,6 @@ class RecordPlanItem(AbstractModel):
14378
14023
  @property
14379
14024
  def EventId(self):
14380
14025
  """录制类型
14381
- 注意:此字段可能返回 null,表示取不到有效值。
14382
14026
  :rtype: int
14383
14027
  """
14384
14028
  return self._EventId
@@ -14390,7 +14034,6 @@ class RecordPlanItem(AbstractModel):
14390
14034
  @property
14391
14035
  def Devices(self):
14392
14036
  """绑定的设备列表
14393
- 注意:此字段可能返回 null,表示取不到有效值。
14394
14037
  :rtype: list of DeviceItem
14395
14038
  """
14396
14039
  return self._Devices
@@ -14402,7 +14045,6 @@ class RecordPlanItem(AbstractModel):
14402
14045
  @property
14403
14046
  def RecordStorageTime(self):
14404
14047
  """录像存储天数
14405
- 注意:此字段可能返回 null,表示取不到有效值。
14406
14048
  :rtype: int
14407
14049
  """
14408
14050
  return self._RecordStorageTime
@@ -14443,10 +14085,8 @@ class RecordStatistic(AbstractModel):
14443
14085
  def __init__(self):
14444
14086
  r"""
14445
14087
  :param _Time: 时间戳
14446
- 注意:此字段可能返回 null,表示取不到有效值。
14447
14088
  :type Time: int
14448
14089
  :param _Value: 统计结果
14449
- 注意:此字段可能返回 null,表示取不到有效值。
14450
14090
  :type Value: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordStatisticValue`
14451
14091
  """
14452
14092
  self._Time = None
@@ -14455,7 +14095,6 @@ class RecordStatistic(AbstractModel):
14455
14095
  @property
14456
14096
  def Time(self):
14457
14097
  """时间戳
14458
- 注意:此字段可能返回 null,表示取不到有效值。
14459
14098
  :rtype: int
14460
14099
  """
14461
14100
  return self._Time
@@ -14467,7 +14106,6 @@ class RecordStatistic(AbstractModel):
14467
14106
  @property
14468
14107
  def Value(self):
14469
14108
  """统计结果
14470
- 注意:此字段可能返回 null,表示取不到有效值。
14471
14109
  :rtype: :class:`tencentcloud.iotvideoindustry.v20201201.models.RecordStatisticValue`
14472
14110
  """
14473
14111
  return self._Value
@@ -14500,13 +14138,10 @@ class RecordStatisticValue(AbstractModel):
14500
14138
  def __init__(self):
14501
14139
  r"""
14502
14140
  :param _ExpectTimeLen: 期望执行时间 秒
14503
- 注意:此字段可能返回 null,表示取不到有效值。
14504
14141
  :type ExpectTimeLen: int
14505
14142
  :param _RecordTimeLen: 实际执行时间 秒
14506
- 注意:此字段可能返回 null,表示取不到有效值。
14507
14143
  :type RecordTimeLen: int
14508
14144
  :param _FileSize: 存储大小 G
14509
- 注意:此字段可能返回 null,表示取不到有效值。
14510
14145
  :type FileSize: float
14511
14146
  """
14512
14147
  self._ExpectTimeLen = None
@@ -14516,7 +14151,6 @@ class RecordStatisticValue(AbstractModel):
14516
14151
  @property
14517
14152
  def ExpectTimeLen(self):
14518
14153
  """期望执行时间 秒
14519
- 注意:此字段可能返回 null,表示取不到有效值。
14520
14154
  :rtype: int
14521
14155
  """
14522
14156
  return self._ExpectTimeLen
@@ -14528,7 +14162,6 @@ class RecordStatisticValue(AbstractModel):
14528
14162
  @property
14529
14163
  def RecordTimeLen(self):
14530
14164
  """实际执行时间 秒
14531
- 注意:此字段可能返回 null,表示取不到有效值。
14532
14165
  :rtype: int
14533
14166
  """
14534
14167
  return self._RecordTimeLen
@@ -14540,7 +14173,6 @@ class RecordStatisticValue(AbstractModel):
14540
14173
  @property
14541
14174
  def FileSize(self):
14542
14175
  """存储大小 G
14543
- 注意:此字段可能返回 null,表示取不到有效值。
14544
14176
  :rtype: float
14545
14177
  """
14546
14178
  return self._FileSize
@@ -14572,34 +14204,24 @@ class RecordTaskItem(AbstractModel):
14572
14204
  def __init__(self):
14573
14205
  r"""
14574
14206
  :param _RecordTaskId: 录像任务ID
14575
- 注意:此字段可能返回 null,表示取不到有效值。
14576
14207
  :type RecordTaskId: str
14577
14208
  :param _RecordPlanId: 录制计划ID
14578
- 注意:此字段可能返回 null,表示取不到有效值。
14579
14209
  :type RecordPlanId: str
14580
14210
  :param _StartTime: 本录制片段开始时间
14581
- 注意:此字段可能返回 null,表示取不到有效值。
14582
14211
  :type StartTime: int
14583
14212
  :param _EndTime: 本录制片段结束时间
14584
- 注意:此字段可能返回 null,表示取不到有效值。
14585
14213
  :type EndTime: int
14586
14214
  :param _EventId: 录制模式
14587
- 注意:此字段可能返回 null,表示取不到有效值。
14588
14215
  :type EventId: int
14589
14216
  :param _VideoUrl: 本录制片段对应的录制文件URL
14590
- 注意:此字段可能返回 null,表示取不到有效值。
14591
14217
  :type VideoUrl: str
14592
14218
  :param _RecordStatus: 本录制片段当前的录制状态
14593
- 注意:此字段可能返回 null,表示取不到有效值。
14594
14219
  :type RecordStatus: int
14595
14220
  :param _SceneId: 场景ID
14596
- 注意:此字段可能返回 null,表示取不到有效值。
14597
14221
  :type SceneId: int
14598
14222
  :param _WarnId: 告警ID
14599
- 注意:此字段可能返回 null,表示取不到有效值。
14600
14223
  :type WarnId: int
14601
14224
  :param _RecordId: 录制id,NVR下属设备有效
14602
- 注意:此字段可能返回 null,表示取不到有效值。
14603
14225
  :type RecordId: str
14604
14226
  """
14605
14227
  self._RecordTaskId = None
@@ -14616,7 +14238,6 @@ class RecordTaskItem(AbstractModel):
14616
14238
  @property
14617
14239
  def RecordTaskId(self):
14618
14240
  """录像任务ID
14619
- 注意:此字段可能返回 null,表示取不到有效值。
14620
14241
  :rtype: str
14621
14242
  """
14622
14243
  return self._RecordTaskId
@@ -14628,7 +14249,6 @@ class RecordTaskItem(AbstractModel):
14628
14249
  @property
14629
14250
  def RecordPlanId(self):
14630
14251
  """录制计划ID
14631
- 注意:此字段可能返回 null,表示取不到有效值。
14632
14252
  :rtype: str
14633
14253
  """
14634
14254
  return self._RecordPlanId
@@ -14640,7 +14260,6 @@ class RecordTaskItem(AbstractModel):
14640
14260
  @property
14641
14261
  def StartTime(self):
14642
14262
  """本录制片段开始时间
14643
- 注意:此字段可能返回 null,表示取不到有效值。
14644
14263
  :rtype: int
14645
14264
  """
14646
14265
  return self._StartTime
@@ -14652,7 +14271,6 @@ class RecordTaskItem(AbstractModel):
14652
14271
  @property
14653
14272
  def EndTime(self):
14654
14273
  """本录制片段结束时间
14655
- 注意:此字段可能返回 null,表示取不到有效值。
14656
14274
  :rtype: int
14657
14275
  """
14658
14276
  return self._EndTime
@@ -14664,7 +14282,6 @@ class RecordTaskItem(AbstractModel):
14664
14282
  @property
14665
14283
  def EventId(self):
14666
14284
  """录制模式
14667
- 注意:此字段可能返回 null,表示取不到有效值。
14668
14285
  :rtype: int
14669
14286
  """
14670
14287
  return self._EventId
@@ -14676,7 +14293,6 @@ class RecordTaskItem(AbstractModel):
14676
14293
  @property
14677
14294
  def VideoUrl(self):
14678
14295
  """本录制片段对应的录制文件URL
14679
- 注意:此字段可能返回 null,表示取不到有效值。
14680
14296
  :rtype: str
14681
14297
  """
14682
14298
  return self._VideoUrl
@@ -14688,7 +14304,6 @@ class RecordTaskItem(AbstractModel):
14688
14304
  @property
14689
14305
  def RecordStatus(self):
14690
14306
  """本录制片段当前的录制状态
14691
- 注意:此字段可能返回 null,表示取不到有效值。
14692
14307
  :rtype: int
14693
14308
  """
14694
14309
  return self._RecordStatus
@@ -14700,7 +14315,6 @@ class RecordTaskItem(AbstractModel):
14700
14315
  @property
14701
14316
  def SceneId(self):
14702
14317
  """场景ID
14703
- 注意:此字段可能返回 null,表示取不到有效值。
14704
14318
  :rtype: int
14705
14319
  """
14706
14320
  return self._SceneId
@@ -14712,7 +14326,6 @@ class RecordTaskItem(AbstractModel):
14712
14326
  @property
14713
14327
  def WarnId(self):
14714
14328
  """告警ID
14715
- 注意:此字段可能返回 null,表示取不到有效值。
14716
14329
  :rtype: int
14717
14330
  """
14718
14331
  return self._WarnId
@@ -14724,7 +14337,6 @@ class RecordTaskItem(AbstractModel):
14724
14337
  @property
14725
14338
  def RecordId(self):
14726
14339
  """录制id,NVR下属设备有效
14727
- 注意:此字段可能返回 null,表示取不到有效值。
14728
14340
  :rtype: str
14729
14341
  """
14730
14342
  return self._RecordId
@@ -14842,22 +14454,16 @@ class SceneItem(AbstractModel):
14842
14454
  def __init__(self):
14843
14455
  r"""
14844
14456
  :param _IntId: 场景ID
14845
- 注意:此字段可能返回 null,表示取不到有效值。
14846
14457
  :type IntId: int
14847
14458
  :param _Uin: 用户UIN
14848
- 注意:此字段可能返回 null,表示取不到有效值。
14849
14459
  :type Uin: str
14850
14460
  :param _SceneName: 场景名称
14851
- 注意:此字段可能返回 null,表示取不到有效值。
14852
14461
  :type SceneName: str
14853
14462
  :param _SceneTrigger: 触发规则
14854
- 注意:此字段可能返回 null,表示取不到有效值。
14855
14463
  :type SceneTrigger: str
14856
14464
  :param _RecordDuration: 录制时长 秒
14857
- 注意:此字段可能返回 null,表示取不到有效值。
14858
14465
  :type RecordDuration: int
14859
14466
  :param _StoreDuration: 存储时长 天
14860
- 注意:此字段可能返回 null,表示取不到有效值。
14861
14467
  :type StoreDuration: int
14862
14468
  :param _CreateTime: 创建时间
14863
14469
  :type CreateTime: str
@@ -14876,7 +14482,6 @@ class SceneItem(AbstractModel):
14876
14482
  @property
14877
14483
  def IntId(self):
14878
14484
  """场景ID
14879
- 注意:此字段可能返回 null,表示取不到有效值。
14880
14485
  :rtype: int
14881
14486
  """
14882
14487
  return self._IntId
@@ -14888,7 +14493,6 @@ class SceneItem(AbstractModel):
14888
14493
  @property
14889
14494
  def Uin(self):
14890
14495
  """用户UIN
14891
- 注意:此字段可能返回 null,表示取不到有效值。
14892
14496
  :rtype: str
14893
14497
  """
14894
14498
  return self._Uin
@@ -14900,7 +14504,6 @@ class SceneItem(AbstractModel):
14900
14504
  @property
14901
14505
  def SceneName(self):
14902
14506
  """场景名称
14903
- 注意:此字段可能返回 null,表示取不到有效值。
14904
14507
  :rtype: str
14905
14508
  """
14906
14509
  return self._SceneName
@@ -14912,7 +14515,6 @@ class SceneItem(AbstractModel):
14912
14515
  @property
14913
14516
  def SceneTrigger(self):
14914
14517
  """触发规则
14915
- 注意:此字段可能返回 null,表示取不到有效值。
14916
14518
  :rtype: str
14917
14519
  """
14918
14520
  return self._SceneTrigger
@@ -14924,7 +14526,6 @@ class SceneItem(AbstractModel):
14924
14526
  @property
14925
14527
  def RecordDuration(self):
14926
14528
  """录制时长 秒
14927
- 注意:此字段可能返回 null,表示取不到有效值。
14928
14529
  :rtype: int
14929
14530
  """
14930
14531
  return self._RecordDuration
@@ -14936,7 +14537,6 @@ class SceneItem(AbstractModel):
14936
14537
  @property
14937
14538
  def StoreDuration(self):
14938
14539
  """存储时长 天
14939
- 注意:此字段可能返回 null,表示取不到有效值。
14940
14540
  :rtype: int
14941
14541
  """
14942
14542
  return self._StoreDuration
@@ -15076,10 +14676,8 @@ class StatisticItem(AbstractModel):
15076
14676
  def __init__(self):
15077
14677
  r"""
15078
14678
  :param _Date: 日期。格式【YYYY-MM-DD】
15079
- 注意:此字段可能返回 null,表示取不到有效值。
15080
14679
  :type Date: str
15081
14680
  :param _Sum: 统计数额
15082
- 注意:此字段可能返回 null,表示取不到有效值。
15083
14681
  :type Sum: float
15084
14682
  """
15085
14683
  self._Date = None
@@ -15088,7 +14686,6 @@ class StatisticItem(AbstractModel):
15088
14686
  @property
15089
14687
  def Date(self):
15090
14688
  """日期。格式【YYYY-MM-DD】
15091
- 注意:此字段可能返回 null,表示取不到有效值。
15092
14689
  :rtype: str
15093
14690
  """
15094
14691
  return self._Date
@@ -15100,7 +14697,6 @@ class StatisticItem(AbstractModel):
15100
14697
  @property
15101
14698
  def Sum(self):
15102
14699
  """统计数额
15103
- 注意:此字段可能返回 null,表示取不到有效值。
15104
14700
  :rtype: float
15105
14701
  """
15106
14702
  return self._Sum
@@ -15131,19 +14727,14 @@ class StreamAddress(AbstractModel):
15131
14727
  def __init__(self):
15132
14728
  r"""
15133
14729
  :param _StreamId: 流ID
15134
- 注意:此字段可能返回 null,表示取不到有效值。
15135
14730
  :type StreamId: str
15136
14731
  :param _RtspAddr: rtsp流地址
15137
- 注意:此字段可能返回 null,表示取不到有效值。
15138
14732
  :type RtspAddr: str
15139
14733
  :param _RtmpAddr: rtmp流地址
15140
- 注意:此字段可能返回 null,表示取不到有效值。
15141
14734
  :type RtmpAddr: str
15142
14735
  :param _HlsAddr: hls流地址
15143
- 注意:此字段可能返回 null,表示取不到有效值。
15144
14736
  :type HlsAddr: str
15145
14737
  :param _FlvAddr: flv流地址
15146
- 注意:此字段可能返回 null,表示取不到有效值。
15147
14738
  :type FlvAddr: str
15148
14739
  """
15149
14740
  self._StreamId = None
@@ -15155,7 +14746,6 @@ class StreamAddress(AbstractModel):
15155
14746
  @property
15156
14747
  def StreamId(self):
15157
14748
  """流ID
15158
- 注意:此字段可能返回 null,表示取不到有效值。
15159
14749
  :rtype: str
15160
14750
  """
15161
14751
  return self._StreamId
@@ -15167,7 +14757,6 @@ class StreamAddress(AbstractModel):
15167
14757
  @property
15168
14758
  def RtspAddr(self):
15169
14759
  """rtsp流地址
15170
- 注意:此字段可能返回 null,表示取不到有效值。
15171
14760
  :rtype: str
15172
14761
  """
15173
14762
  return self._RtspAddr
@@ -15179,7 +14768,6 @@ class StreamAddress(AbstractModel):
15179
14768
  @property
15180
14769
  def RtmpAddr(self):
15181
14770
  """rtmp流地址
15182
- 注意:此字段可能返回 null,表示取不到有效值。
15183
14771
  :rtype: str
15184
14772
  """
15185
14773
  return self._RtmpAddr
@@ -15191,7 +14779,6 @@ class StreamAddress(AbstractModel):
15191
14779
  @property
15192
14780
  def HlsAddr(self):
15193
14781
  """hls流地址
15194
- 注意:此字段可能返回 null,表示取不到有效值。
15195
14782
  :rtype: str
15196
14783
  """
15197
14784
  return self._HlsAddr
@@ -15203,7 +14790,6 @@ class StreamAddress(AbstractModel):
15203
14790
  @property
15204
14791
  def FlvAddr(self):
15205
14792
  """flv流地址
15206
- 注意:此字段可能返回 null,表示取不到有效值。
15207
14793
  :rtype: str
15208
14794
  """
15209
14795
  return self._FlvAddr
@@ -15237,19 +14823,14 @@ class TimeTemplateItem(AbstractModel):
15237
14823
  def __init__(self):
15238
14824
  r"""
15239
14825
  :param _TemplateId: 时间模板ID
15240
- 注意:此字段可能返回 null,表示取不到有效值。
15241
14826
  :type TemplateId: str
15242
14827
  :param _Name: 模板名称
15243
- 注意:此字段可能返回 null,表示取不到有效值。
15244
14828
  :type Name: str
15245
14829
  :param _IsAllWeek: 是否全时录制,即7*24小时录制 0-否 1-是
15246
- 注意:此字段可能返回 null,表示取不到有效值。
15247
14830
  :type IsAllWeek: int
15248
14831
  :param _Type: 是否为自定义模板 0-否 1-是
15249
- 注意:此字段可能返回 null,表示取不到有效值。
15250
14832
  :type Type: int
15251
14833
  :param _TimeTemplateSpecs: 时间片段详情
15252
- 注意:此字段可能返回 null,表示取不到有效值。
15253
14834
  :type TimeTemplateSpecs: list of TimeTemplateSpec
15254
14835
  """
15255
14836
  self._TemplateId = None
@@ -15261,7 +14842,6 @@ class TimeTemplateItem(AbstractModel):
15261
14842
  @property
15262
14843
  def TemplateId(self):
15263
14844
  """时间模板ID
15264
- 注意:此字段可能返回 null,表示取不到有效值。
15265
14845
  :rtype: str
15266
14846
  """
15267
14847
  return self._TemplateId
@@ -15273,7 +14853,6 @@ class TimeTemplateItem(AbstractModel):
15273
14853
  @property
15274
14854
  def Name(self):
15275
14855
  """模板名称
15276
- 注意:此字段可能返回 null,表示取不到有效值。
15277
14856
  :rtype: str
15278
14857
  """
15279
14858
  return self._Name
@@ -15285,7 +14864,6 @@ class TimeTemplateItem(AbstractModel):
15285
14864
  @property
15286
14865
  def IsAllWeek(self):
15287
14866
  """是否全时录制,即7*24小时录制 0-否 1-是
15288
- 注意:此字段可能返回 null,表示取不到有效值。
15289
14867
  :rtype: int
15290
14868
  """
15291
14869
  return self._IsAllWeek
@@ -15297,7 +14875,6 @@ class TimeTemplateItem(AbstractModel):
15297
14875
  @property
15298
14876
  def Type(self):
15299
14877
  """是否为自定义模板 0-否 1-是
15300
- 注意:此字段可能返回 null,表示取不到有效值。
15301
14878
  :rtype: int
15302
14879
  """
15303
14880
  return self._Type
@@ -15309,7 +14886,6 @@ class TimeTemplateItem(AbstractModel):
15309
14886
  @property
15310
14887
  def TimeTemplateSpecs(self):
15311
14888
  """时间片段详情
15312
- 注意:此字段可能返回 null,表示取不到有效值。
15313
14889
  :rtype: list of TimeTemplateSpec
15314
14890
  """
15315
14891
  return self._TimeTemplateSpecs
@@ -15348,13 +14924,10 @@ class TimeTemplateSpec(AbstractModel):
15348
14924
  def __init__(self):
15349
14925
  r"""
15350
14926
  :param _DayofWeek: 一周中的周几
15351
- 注意:此字段可能返回 null,表示取不到有效值。
15352
14927
  :type DayofWeek: int
15353
14928
  :param _BeginTime: 时间片段的开始时分。格式【HH:MM】
15354
- 注意:此字段可能返回 null,表示取不到有效值。
15355
14929
  :type BeginTime: str
15356
14930
  :param _EndTime: 时间片段的结束时分。格式【HH:MM】
15357
- 注意:此字段可能返回 null,表示取不到有效值。
15358
14931
  :type EndTime: str
15359
14932
  """
15360
14933
  self._DayofWeek = None
@@ -15364,7 +14937,6 @@ class TimeTemplateSpec(AbstractModel):
15364
14937
  @property
15365
14938
  def DayofWeek(self):
15366
14939
  """一周中的周几
15367
- 注意:此字段可能返回 null,表示取不到有效值。
15368
14940
  :rtype: int
15369
14941
  """
15370
14942
  return self._DayofWeek
@@ -15376,7 +14948,6 @@ class TimeTemplateSpec(AbstractModel):
15376
14948
  @property
15377
14949
  def BeginTime(self):
15378
14950
  """时间片段的开始时分。格式【HH:MM】
15379
- 注意:此字段可能返回 null,表示取不到有效值。
15380
14951
  :rtype: str
15381
14952
  """
15382
14953
  return self._BeginTime
@@ -15388,7 +14959,6 @@ class TimeTemplateSpec(AbstractModel):
15388
14959
  @property
15389
14960
  def EndTime(self):
15390
14961
  """时间片段的结束时分。格式【HH:MM】
15391
- 注意:此字段可能返回 null,表示取不到有效值。
15392
14962
  :rtype: str
15393
14963
  """
15394
14964
  return self._EndTime
@@ -15580,7 +15150,6 @@ class UpdateDevicePassWordResponse(AbstractModel):
15580
15150
  def __init__(self):
15581
15151
  r"""
15582
15152
  :param _Status: 操作结果,“OK”表示成功,其他表示失败。
15583
- 注意:此字段可能返回 null,表示取不到有效值。
15584
15153
  :type Status: str
15585
15154
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15586
15155
  :type RequestId: str
@@ -15591,7 +15160,6 @@ class UpdateDevicePassWordResponse(AbstractModel):
15591
15160
  @property
15592
15161
  def Status(self):
15593
15162
  """操作结果,“OK”表示成功,其他表示失败。
15594
- 注意:此字段可能返回 null,表示取不到有效值。
15595
15163
  :rtype: str
15596
15164
  """
15597
15165
  return self._Status
@@ -15919,28 +15487,20 @@ class WarningsData(AbstractModel):
15919
15487
  def __init__(self):
15920
15488
  r"""
15921
15489
  :param _Id: 唯一ID
15922
- 注意:此字段可能返回 null,表示取不到有效值。
15923
15490
  :type Id: int
15924
15491
  :param _DeviceId: 设备ID
15925
- 注意:此字段可能返回 null,表示取不到有效值。
15926
15492
  :type DeviceId: str
15927
15493
  :param _DeviceName: 设备名称
15928
- 注意:此字段可能返回 null,表示取不到有效值。
15929
15494
  :type DeviceName: str
15930
15495
  :param _WarnChannel: 告警通道
15931
- 注意:此字段可能返回 null,表示取不到有效值。
15932
15496
  :type WarnChannel: str
15933
15497
  :param _WarnLevel: 告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
15934
- 注意:此字段可能返回 null,表示取不到有效值。
15935
15498
  :type WarnLevel: int
15936
15499
  :param _WarnLevelName: 告警级别名称
15937
- 注意:此字段可能返回 null,表示取不到有效值。
15938
15500
  :type WarnLevelName: str
15939
15501
  :param _WarnMode: 告警方式 2 设备报警 5 视频报警 6 设备故障报警
15940
- 注意:此字段可能返回 null,表示取不到有效值。
15941
15502
  :type WarnMode: int
15942
15503
  :param _WarnModeName: 告警方式名称
15943
- 注意:此字段可能返回 null,表示取不到有效值。
15944
15504
  :type WarnModeName: str
15945
15505
  :param _WarnType: 告警类型 2: {
15946
15506
  Name: "设备报警",
@@ -15976,16 +15536,12 @@ class WarningsData(AbstractModel):
15976
15536
  2: "存储设备风扇故障报警",
15977
15537
  },
15978
15538
  }
15979
- 注意:此字段可能返回 null,表示取不到有效值。
15980
15539
  :type WarnType: int
15981
15540
  :param _Del: 是否删除
15982
- 注意:此字段可能返回 null,表示取不到有效值。
15983
15541
  :type Del: int
15984
15542
  :param _CreateTime: 创建时间
15985
- 注意:此字段可能返回 null,表示取不到有效值。
15986
15543
  :type CreateTime: str
15987
15544
  :param _UpdateTime: 更新时间
15988
- 注意:此字段可能返回 null,表示取不到有效值。
15989
15545
  :type UpdateTime: str
15990
15546
  """
15991
15547
  self._Id = None
@@ -16004,7 +15560,6 @@ class WarningsData(AbstractModel):
16004
15560
  @property
16005
15561
  def Id(self):
16006
15562
  """唯一ID
16007
- 注意:此字段可能返回 null,表示取不到有效值。
16008
15563
  :rtype: int
16009
15564
  """
16010
15565
  return self._Id
@@ -16016,7 +15571,6 @@ class WarningsData(AbstractModel):
16016
15571
  @property
16017
15572
  def DeviceId(self):
16018
15573
  """设备ID
16019
- 注意:此字段可能返回 null,表示取不到有效值。
16020
15574
  :rtype: str
16021
15575
  """
16022
15576
  return self._DeviceId
@@ -16028,7 +15582,6 @@ class WarningsData(AbstractModel):
16028
15582
  @property
16029
15583
  def DeviceName(self):
16030
15584
  """设备名称
16031
- 注意:此字段可能返回 null,表示取不到有效值。
16032
15585
  :rtype: str
16033
15586
  """
16034
15587
  return self._DeviceName
@@ -16040,7 +15593,6 @@ class WarningsData(AbstractModel):
16040
15593
  @property
16041
15594
  def WarnChannel(self):
16042
15595
  """告警通道
16043
- 注意:此字段可能返回 null,表示取不到有效值。
16044
15596
  :rtype: str
16045
15597
  """
16046
15598
  return self._WarnChannel
@@ -16052,7 +15604,6 @@ class WarningsData(AbstractModel):
16052
15604
  @property
16053
15605
  def WarnLevel(self):
16054
15606
  """告警级别 1: "一级警情", 2: "二级警情", 3: "三级警情", 4: "四级警情",
16055
- 注意:此字段可能返回 null,表示取不到有效值。
16056
15607
  :rtype: int
16057
15608
  """
16058
15609
  return self._WarnLevel
@@ -16064,7 +15615,6 @@ class WarningsData(AbstractModel):
16064
15615
  @property
16065
15616
  def WarnLevelName(self):
16066
15617
  """告警级别名称
16067
- 注意:此字段可能返回 null,表示取不到有效值。
16068
15618
  :rtype: str
16069
15619
  """
16070
15620
  return self._WarnLevelName
@@ -16076,7 +15626,6 @@ class WarningsData(AbstractModel):
16076
15626
  @property
16077
15627
  def WarnMode(self):
16078
15628
  """告警方式 2 设备报警 5 视频报警 6 设备故障报警
16079
- 注意:此字段可能返回 null,表示取不到有效值。
16080
15629
  :rtype: int
16081
15630
  """
16082
15631
  return self._WarnMode
@@ -16088,7 +15637,6 @@ class WarningsData(AbstractModel):
16088
15637
  @property
16089
15638
  def WarnModeName(self):
16090
15639
  """告警方式名称
16091
- 注意:此字段可能返回 null,表示取不到有效值。
16092
15640
  :rtype: str
16093
15641
  """
16094
15642
  return self._WarnModeName
@@ -16133,7 +15681,6 @@ class WarningsData(AbstractModel):
16133
15681
  2: "存储设备风扇故障报警",
16134
15682
  },
16135
15683
  }
16136
- 注意:此字段可能返回 null,表示取不到有效值。
16137
15684
  :rtype: int
16138
15685
  """
16139
15686
  return self._WarnType
@@ -16145,7 +15692,6 @@ class WarningsData(AbstractModel):
16145
15692
  @property
16146
15693
  def Del(self):
16147
15694
  """是否删除
16148
- 注意:此字段可能返回 null,表示取不到有效值。
16149
15695
  :rtype: int
16150
15696
  """
16151
15697
  return self._Del
@@ -16157,7 +15703,6 @@ class WarningsData(AbstractModel):
16157
15703
  @property
16158
15704
  def CreateTime(self):
16159
15705
  """创建时间
16160
- 注意:此字段可能返回 null,表示取不到有效值。
16161
15706
  :rtype: str
16162
15707
  """
16163
15708
  return self._CreateTime
@@ -16169,7 +15714,6 @@ class WarningsData(AbstractModel):
16169
15714
  @property
16170
15715
  def UpdateTime(self):
16171
15716
  """更新时间
16172
- 注意:此字段可能返回 null,表示取不到有效值。
16173
15717
  :rtype: str
16174
15718
  """
16175
15719
  return self._UpdateTime