tencentcloud-sdk-weilingwith 3.0.1022 → 3.0.1023

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20230427/models.rb +0 -492
  4. metadata +2 -2
@@ -20,10 +20,8 @@ module TencentCloud
20
20
  # 动作信息
21
21
  class Action < TencentCloud::Common::AbstractModel
22
22
  # @param Id: 动作id
23
- # 注意:此字段可能返回 null,表示取不到有效值。
24
23
  # @type Id: Integer
25
24
  # @param Name: 动作名
26
- # 注意:此字段可能返回 null,表示取不到有效值。
27
25
  # @type Name: String
28
26
 
29
27
  attr_accessor :Id, :Name
@@ -42,34 +40,24 @@ module TencentCloud
42
40
  # 详细动作信息
43
41
  class ActionDetail < TencentCloud::Common::AbstractModel
44
42
  # @param Id: 动作id
45
- # 注意:此字段可能返回 null,表示取不到有效值。
46
43
  # @type Id: Integer
47
44
  # @param Name: 动作名称
48
- # 注意:此字段可能返回 null,表示取不到有效值。
49
45
  # @type Name: String
50
46
  # @param ActionType: 动作类型
51
- # 注意:此字段可能返回 null,表示取不到有效值。
52
47
  # @type ActionType: String
53
48
  # @param ActionDesc: 动作说明
54
- # 注意:此字段可能返回 null,表示取不到有效值。
55
49
  # @type ActionDesc: String
56
50
  # @param MsgType: 消息类型,orgin/custom/model
57
- # 注意:此字段可能返回 null,表示取不到有效值。
58
51
  # @type MsgType: String
59
52
  # @param MsgContent: 消息内容,有效值为x-json:后的字段
60
- # 注意:此字段可能返回 null,表示取不到有效值。
61
53
  # @type MsgContent: String
62
54
  # @param CreateTime: 创建时间
63
- # 注意:此字段可能返回 null,表示取不到有效值。
64
55
  # @type CreateTime: String
65
56
  # @param WID: 设备唯一标识
66
- # 注意:此字段可能返回 null,表示取不到有效值。
67
57
  # @type WID: String
68
58
  # @param LinkRuleSet: 关联故障列表
69
- # 注意:此字段可能返回 null,表示取不到有效值。
70
59
  # @type LinkRuleSet: Array
71
60
  # @param SinkConfig: 动作下沉配置,有效值为x-json:后的字段
72
- # 注意:此字段可能返回 null,表示取不到有效值。
73
61
  # @type SinkConfig: String
74
62
 
75
63
  attr_accessor :Id, :Name, :ActionType, :ActionDesc, :MsgType, :MsgContent, :CreateTime, :WID, :LinkRuleSet, :SinkConfig
@@ -111,31 +99,22 @@ module TencentCloud
111
99
  # 动作对象
112
100
  class ActionObj < TencentCloud::Common::AbstractModel
113
101
  # @param Id: 动作id
114
- # 注意:此字段可能返回 null,表示取不到有效值。
115
102
  # @type Id: Integer
116
103
  # @param Name: 动作名称
117
- # 注意:此字段可能返回 null,表示取不到有效值。
118
104
  # @type Name: String
119
105
  # @param Type: 动作类型。(app/推送消息至应用-携带空间设备:无,appWithNearbyDevices/推送至应用-携带空间设备:携带,device/推送消息至设备-指定设备,nearbyDevices/推送消息至设备-事件所在范围内的设备,toAlarm/转换为告警,toNotification/转换为通知)
120
- # 注意:此字段可能返回 null,表示取不到有效值。
121
106
  # @type Type: String
122
107
  # @param Desc: 动作说明
123
- # 注意:此字段可能返回 null,表示取不到有效值。
124
108
  # @type Desc: String
125
109
  # @param MsgType: 消息类型,orgin/custom/model
126
- # 注意:此字段可能返回 null,表示取不到有效值。
127
110
  # @type MsgType: String
128
111
  # @param MsgContent: 消息内容
129
- # 注意:此字段可能返回 null,表示取不到有效值。
130
112
  # @type MsgContent: String
131
113
  # @param CreateTime: 创建时间
132
- # 注意:此字段可能返回 null,表示取不到有效值。
133
114
  # @type CreateTime: String
134
115
  # @param SinkConfig: 动作下沉配置
135
- # 注意:此字段可能返回 null,表示取不到有效值。
136
116
  # @type SinkConfig: String
137
117
  # @param ApplyDevice: 具体应用(appid)/具体设备(DIN/subID)
138
- # 注意:此字段可能返回 null,表示取不到有效值。
139
118
  # @type ApplyDevice: String
140
119
 
141
120
  attr_accessor :Id, :Name, :Type, :Desc, :MsgType, :MsgContent, :CreateTime, :SinkConfig, :ApplyDevice
@@ -258,10 +237,8 @@ module TencentCloud
258
237
  # 行政区划数据结构
259
238
  class AdministrationData < TencentCloud::Common::AbstractModel
260
239
  # @param AdministrationCode: 行政区划编码
261
- # 注意:此字段可能返回 null,表示取不到有效值。
262
240
  # @type AdministrationCode: String
263
241
  # @param AdministrationName: 行政区划名称
264
- # 注意:此字段可能返回 null,表示取不到有效值。
265
242
  # @type AdministrationName: String
266
243
 
267
244
  attr_accessor :AdministrationCode, :AdministrationName
@@ -280,13 +257,10 @@ module TencentCloud
280
257
  # 行政区划详情
281
258
  class AdministrativeDetail < TencentCloud::Common::AbstractModel
282
259
  # @param AdministrativeTypeCode: 行政区域类型编码
283
- # 注意:此字段可能返回 null,表示取不到有效值。
284
260
  # @type AdministrativeTypeCode: String
285
261
  # @param AdministrativeCode: 行政区域编码
286
- # 注意:此字段可能返回 null,表示取不到有效值。
287
262
  # @type AdministrativeCode: String
288
263
  # @param AdministrativeName: 行政区域名称
289
- # 注意:此字段可能返回 null,表示取不到有效值。
290
264
  # @type AdministrativeName: String
291
265
 
292
266
  attr_accessor :AdministrativeTypeCode, :AdministrativeCode, :AdministrativeName
@@ -307,70 +281,48 @@ module TencentCloud
307
281
  # 告警信息
308
282
  class AlarmInfo < TencentCloud::Common::AbstractModel
309
283
  # @param WorkspaceId: 工作空间id
310
- # 注意:此字段可能返回 null,表示取不到有效值。
311
284
  # @type WorkspaceId: Integer
312
285
  # @param Id: 告警ID
313
- # 注意:此字段可能返回 null,表示取不到有效值。
314
286
  # @type Id: String
315
287
  # @param Status: 告警状态
316
- # 注意:此字段可能返回 null,表示取不到有效值。
317
288
  # @type Status: String
318
289
  # @param Time: 告警时间
319
- # 注意:此字段可能返回 null,表示取不到有效值。
320
290
  # @type Time: Integer
321
291
  # @param Type: 告警业务类型
322
- # 注意:此字段可能返回 null,表示取不到有效值。
323
292
  # @type Type: String
324
293
  # @param TypeName: 告警业务类型名称
325
- # 注意:此字段可能返回 null,表示取不到有效值。
326
294
  # @type TypeName: String
327
295
  # @param SubType: 子告警类型
328
- # 注意:此字段可能返回 null,表示取不到有效值。
329
296
  # @type SubType: String
330
297
  # @param SubTypeName: 子告警类型名称
331
- # 注意:此字段可能返回 null,表示取不到有效值。
332
298
  # @type SubTypeName: String
333
299
  # @param Level: 告警级别id
334
- # 注意:此字段可能返回 null,表示取不到有效值。
335
300
  # @type Level: Integer
336
301
  # @param LevelName: 告警级别名称
337
- # 注意:此字段可能返回 null,表示取不到有效值。
338
302
  # @type LevelName: String
339
303
  # @param AppId: 上报应用appid
340
- # 注意:此字段可能返回 null,表示取不到有效值。
341
304
  # @type AppId: Integer
342
305
  # @param WID: 设备wid
343
- # 注意:此字段可能返回 null,表示取不到有效值。
344
306
  # @type WID: String
345
307
  # @param DeviceName: 设备名称
346
- # 注意:此字段可能返回 null,表示取不到有效值。
347
308
  # @type DeviceName: String
348
309
  # @param Position: 空间位置
349
- # 注意:此字段可能返回 null,表示取不到有效值。
350
310
  # @type Position: String
351
311
  # @param ReportImg: 上报图片
352
- # 注意:此字段可能返回 null,表示取不到有效值。
353
312
  # @type ReportImg: :class:`Tencentcloud::Weilingwith.v20230427.models.ReportImg`
354
313
  # @param Desc: 告警描述
355
- # 注意:此字段可能返回 null,表示取不到有效值。
356
314
  # @type Desc: String
357
315
  # @param HandlePersonSet: 处理人
358
- # 注意:此字段可能返回 null,表示取不到有效值。
359
316
  # @type HandlePersonSet: Array
360
317
  # @param HandleRecordSet: 处理记录
361
- # 注意:此字段可能返回 null,表示取不到有效值。
362
318
  # @type HandleRecordSet: Array
363
319
  # @param Extend: 扩展信息
364
- # 注意:此字段可能返回 null,表示取不到有效值。
365
320
  # @type Extend: String
366
321
  # @param ExtendOne: 应用扩展字段1
367
- # 注意:此字段可能返回 null,表示取不到有效值。
368
322
  # @type ExtendOne: String
369
323
  # @param ExtendTwo: 应用扩展字段2
370
- # 注意:此字段可能返回 null,表示取不到有效值。
371
324
  # @type ExtendTwo: String
372
325
  # @param Echo: 应用透传字段,有效字段为x-json后的字段
373
- # 注意:此字段可能返回 null,表示取不到有效值。
374
326
  # @type Echo: String
375
327
 
376
328
  attr_accessor :WorkspaceId, :Id, :Status, :Time, :Type, :TypeName, :SubType, :SubTypeName, :Level, :LevelName, :AppId, :WID, :DeviceName, :Position, :ReportImg, :Desc, :HandlePersonSet, :HandleRecordSet, :Extend, :ExtendOne, :ExtendTwo, :Echo
@@ -446,10 +398,8 @@ module TencentCloud
446
398
  # 告警级别详情
447
399
  class AlarmLevelInfo < TencentCloud::Common::AbstractModel
448
400
  # @param LevelId: 级别id
449
- # 注意:此字段可能返回 null,表示取不到有效值。
450
401
  # @type LevelId: Integer
451
402
  # @param LevelName: 级别名称
452
- # 注意:此字段可能返回 null,表示取不到有效值。
453
403
  # @type LevelName: String
454
404
 
455
405
  attr_accessor :LevelId, :LevelName
@@ -468,13 +418,10 @@ module TencentCloud
468
418
  # 告警状态返回结构体
469
419
  class AlarmStatusData < TencentCloud::Common::AbstractModel
470
420
  # @param StatusID: 告警状态ID
471
- # 注意:此字段可能返回 null,表示取不到有效值。
472
421
  # @type StatusID: String
473
422
  # @param StatusName: 告警状态名称
474
- # 注意:此字段可能返回 null,表示取不到有效值。
475
423
  # @type StatusName: String
476
424
  # @param StatusType: 告警状态类型
477
- # 注意:此字段可能返回 null,表示取不到有效值。
478
425
  # @type StatusType: String
479
426
 
480
427
  attr_accessor :StatusID, :StatusName, :StatusType
@@ -495,19 +442,14 @@ module TencentCloud
495
442
  # 告警类型详情信息
496
443
  class AlarmTypeDetailInfo < TencentCloud::Common::AbstractModel
497
444
  # @param Id: 告警类型id
498
- # 注意:此字段可能返回 null,表示取不到有效值。
499
445
  # @type Id: Integer
500
446
  # @param ParentId: 父节点id
501
- # 注意:此字段可能返回 null,表示取不到有效值。
502
447
  # @type ParentId: Integer
503
448
  # @param Type: 0-标准告警类型,1-自定义告警类型
504
- # 注意:此字段可能返回 null,表示取不到有效值。
505
449
  # @type Type: Integer
506
450
  # @param Name: 告警名称类型
507
- # 注意:此字段可能返回 null,表示取不到有效值。
508
451
  # @type Name: String
509
452
  # @param EnglishName: 告警类型英文名称
510
- # 注意:此字段可能返回 null,表示取不到有效值。
511
453
  # @type EnglishName: String
512
454
 
513
455
  attr_accessor :Id, :ParentId, :Type, :Name, :EnglishName
@@ -552,25 +494,18 @@ module TencentCloud
552
494
  # API参数信息
553
495
  class ApiContent < TencentCloud::Common::AbstractModel
554
496
  # @param Id: 所属API的id
555
- # 注意:此字段可能返回 null,表示取不到有效值。
556
497
  # @type Id: String
557
498
  # @param Name: 参数名称
558
- # 注意:此字段可能返回 null,表示取不到有效值。
559
499
  # @type Name: String
560
500
  # @param Type: 参数类型
561
- # 注意:此字段可能返回 null,表示取不到有效值。
562
501
  # @type Type: String
563
502
  # @param Dynamic: 是否为动态值
564
- # 注意:此字段可能返回 null,表示取不到有效值。
565
503
  # @type Dynamic: Boolean
566
504
  # @param Required: 是否必填
567
- # 注意:此字段可能返回 null,表示取不到有效值。
568
505
  # @type Required: Boolean
569
506
  # @param Value: 参数值
570
- # 注意:此字段可能返回 null,表示取不到有效值。
571
507
  # @type Value: String
572
508
  # @param DefaultValue: 默认值
573
- # 注意:此字段可能返回 null,表示取不到有效值。
574
509
  # @type DefaultValue: String
575
510
 
576
511
  attr_accessor :Id, :Name, :Type, :Dynamic, :Required, :Value, :DefaultValue
@@ -599,67 +534,46 @@ module TencentCloud
599
534
  # API描述
600
535
  class ApiInfo < TencentCloud::Common::AbstractModel
601
536
  # @param ApiId: API的id
602
- # 注意:此字段可能返回 null,表示取不到有效值。
603
537
  # @type ApiId: String
604
538
  # @param Name: API名称
605
- # 注意:此字段可能返回 null,表示取不到有效值。
606
539
  # @type Name: String
607
540
  # @param AppId: API所属应用的id
608
- # 注意:此字段可能返回 null,表示取不到有效值。
609
541
  # @type AppId: String
610
542
  # @param WorkspaceId: API所属的项目空间的id
611
- # 注意:此字段可能返回 null,表示取不到有效值。
612
543
  # @type WorkspaceId: String
613
544
  # @param PoiCode: API所属目录的编码
614
- # 注意:此字段可能返回 null,表示取不到有效值。
615
545
  # @type PoiCode: String
616
546
  # @param Type: 接口分类0. 其他服务 1. IOT服务 2. 空间服务 3.微应用服务 4.场景服务 5.AI算法服务 6.任务算法服务 7.第三方服务
617
- # 注意:此字段可能返回 null,表示取不到有效值。
618
547
  # @type Type: Integer
619
548
  # @param DataAudit: 数据授权 0:否 1:是
620
- # 注意:此字段可能返回 null,表示取不到有效值。
621
549
  # @type DataAudit: Integer
622
550
  # @param ApplyAudit: 是否需要申请 0:否 1:是
623
- # 注意:此字段可能返回 null,表示取不到有效值。
624
551
  # @type ApplyAudit: Integer
625
552
  # @param Description: API详情
626
- # 注意:此字段可能返回 null,表示取不到有效值。
627
553
  # @type Description: String
628
554
  # @param Address: API地址
629
- # 注意:此字段可能返回 null,表示取不到有效值。
630
555
  # @type Address: String
631
556
  # @param Method: 请求方法类型
632
- # 注意:此字段可能返回 null,表示取不到有效值。
633
557
  # @type Method: String
634
558
  # @param Status: API状态
635
- # 注意:此字段可能返回 null,表示取不到有效值。
636
559
  # @type Status: Integer
637
560
  # @param PreviewUrl: API预览地址
638
- # 注意:此字段可能返回 null,表示取不到有效值。
639
561
  # @type PreviewUrl: String
640
562
  # @param QueryParams: query参数
641
- # 注意:此字段可能返回 null,表示取不到有效值。
642
563
  # @type QueryParams: Array
643
564
  # @param PathParams: 路径参数
644
- # 注意:此字段可能返回 null,表示取不到有效值。
645
565
  # @type PathParams: Array
646
566
  # @param RequestHeaders: 请求头
647
- # 注意:此字段可能返回 null,表示取不到有效值。
648
567
  # @type RequestHeaders: Array
649
568
  # @param ResponseHeaders: 响应头
650
- # 注意:此字段可能返回 null,表示取不到有效值。
651
569
  # @type ResponseHeaders: Array
652
570
  # @param IsCommonSpace: 是否为公共空间接口
653
- # 注意:此字段可能返回 null,表示取不到有效值。
654
571
  # @type IsCommonSpace: Boolean
655
572
  # @param Body: 请求体(base64编码)
656
- # 注意:此字段可能返回 null,表示取不到有效值。
657
573
  # @type Body: String
658
574
  # @param ResponseBody: 响应体(base64编码)
659
- # 注意:此字段可能返回 null,表示取不到有效值。
660
575
  # @type ResponseBody: String
661
576
  # @param Style: 接口方式 1.http 2消息通知服务
662
- # 注意:此字段可能返回 null,表示取不到有效值。
663
577
  # @type Style: Integer
664
578
 
665
579
  attr_accessor :ApiId, :Name, :AppId, :WorkspaceId, :PoiCode, :Type, :DataAudit, :ApplyAudit, :Description, :Address, :Method, :Status, :PreviewUrl, :QueryParams, :PathParams, :RequestHeaders, :ResponseHeaders, :IsCommonSpace, :Body, :ResponseBody, :Style
@@ -744,10 +658,8 @@ module TencentCloud
744
658
  # API列表
745
659
  class ApiInfoList < TencentCloud::Common::AbstractModel
746
660
  # @param ApiInfo: API列表
747
- # 注意:此字段可能返回 null,表示取不到有效值。
748
661
  # @type ApiInfo: Array
749
662
  # @param TotalCount: 数据总条数
750
- # 注意:此字段可能返回 null,表示取不到有效值。
751
663
  # @type TotalCount: Integer
752
664
 
753
665
  attr_accessor :ApiInfo, :TotalCount
@@ -773,25 +685,18 @@ module TencentCloud
773
685
  # 应用描述
774
686
  class ApplicationInfo < TencentCloud::Common::AbstractModel
775
687
  # @param ApplicationId: 应用分配的appId
776
- # 注意:此字段可能返回 null,表示取不到有效值。
777
688
  # @type ApplicationId: String
778
689
  # @param Name: 应用中文名
779
- # 注意:此字段可能返回 null,表示取不到有效值。
780
690
  # @type Name: String
781
691
  # @param Address: 应用地址
782
- # 注意:此字段可能返回 null,表示取不到有效值。
783
692
  # @type Address: String
784
693
  # @param ApplicationLogo: 应用logo
785
- # 注意:此字段可能返回 null,表示取不到有效值。
786
694
  # @type ApplicationLogo: :class:`Tencentcloud::Weilingwith.v20230427.models.ApplicationLogo`
787
695
  # @param Type: 应用类型,0:saas应用 1:平台应用
788
- # 注意:此字段可能返回 null,表示取不到有效值。
789
696
  # @type Type: Integer
790
697
  # @param EnglishName: engine
791
- # 注意:此字段可能返回 null,表示取不到有效值。
792
698
  # @type EnglishName: String
793
699
  # @param Description: 能源管理应用
794
- # 注意:此字段可能返回 null,表示取不到有效值。
795
700
  # @type Description: String
796
701
 
797
702
  attr_accessor :ApplicationId, :Name, :Address, :ApplicationLogo, :Type, :EnglishName, :Description
@@ -823,10 +728,8 @@ module TencentCloud
823
728
  # 应用列表
824
729
  class ApplicationList < TencentCloud::Common::AbstractModel
825
730
  # @param ApplicationInfoList: 应用列表
826
- # 注意:此字段可能返回 null,表示取不到有效值。
827
731
  # @type ApplicationInfoList: Array
828
732
  # @param TotalCount: 当前查询条件命中的数据总条数
829
- # 注意:此字段可能返回 null,表示取不到有效值。
830
733
  # @type TotalCount: String
831
734
 
832
735
  attr_accessor :ApplicationInfoList, :TotalCount
@@ -852,10 +755,8 @@ module TencentCloud
852
755
  # 应用logo
853
756
  class ApplicationLogo < TencentCloud::Common::AbstractModel
854
757
  # @param FileId: logo图片对应的fileId
855
- # 注意:此字段可能返回 null,表示取不到有效值。
856
758
  # @type FileId: String
857
759
  # @param Url: logo图片地址
858
- # 注意:此字段可能返回 null,表示取不到有效值。
859
760
  # @type Url: String
860
761
 
861
762
  attr_accessor :FileId, :Url
@@ -874,7 +775,6 @@ module TencentCloud
874
775
  # 应用Token令牌信息
875
776
  class ApplicationTokenInfo < TencentCloud::Common::AbstractModel
876
777
  # @param Token: 应用申请调用API的令牌
877
- # 注意:此字段可能返回 null,表示取不到有效值。
878
778
  # @type Token: String
879
779
 
880
780
  attr_accessor :Token
@@ -922,10 +822,8 @@ module TencentCloud
922
822
  # 批量新增设备接口返回结果
923
823
  class BatchCreateDeviceRes < TencentCloud::Common::AbstractModel
924
824
  # @param SuccessSet: 新增成功的设备列表
925
- # 注意:此字段可能返回 null,表示取不到有效值。
926
825
  # @type SuccessSet: Array
927
826
  # @param FailSet: 新增失败的设备列表
928
- # 注意:此字段可能返回 null,表示取不到有效值。
929
827
  # @type FailSet: Array
930
828
 
931
829
  attr_accessor :SuccessSet, :FailSet
@@ -1153,14 +1051,10 @@ module TencentCloud
1153
1051
  # 批量消息上报结果
1154
1052
  class BatchReportAppMessageRes < TencentCloud::Common::AbstractModel
1155
1053
  # @param TotalElements: 上报数量
1156
-
1157
- # 注意:此字段可能返回 null,表示取不到有效值。
1158
1054
  # @type TotalElements: Integer
1159
1055
  # @param Commit: 提交数量(推送成功)
1160
- # 注意:此字段可能返回 null,表示取不到有效值。
1161
1056
  # @type Commit: Integer
1162
1057
  # @param SpanMap: 消息推送结果列表
1163
- # 注意:此字段可能返回 null,表示取不到有效值。
1164
1058
  # @type SpanMap: Array
1165
1059
 
1166
1060
  attr_accessor :TotalElements, :Commit, :SpanMap
@@ -1211,7 +1105,6 @@ module TencentCloud
1211
1105
  # 建筑列表响应体
1212
1106
  class BuildingListRes < TencentCloud::Common::AbstractModel
1213
1107
  # @param BuildingProfileList: 建筑列表
1214
- # 注意:此字段可能返回 null,表示取不到有效值。
1215
1108
  # @type BuildingProfileList: Array
1216
1109
 
1217
1110
  attr_accessor :BuildingProfileList
@@ -1235,16 +1128,12 @@ module TencentCloud
1235
1128
  # 建筑模型信息
1236
1129
  class BuildingModel < TencentCloud::Common::AbstractModel
1237
1130
  # @param ElementId: 构件ID
1238
- # 注意:此字段可能返回 null,表示取不到有效值。
1239
1131
  # @type ElementId: String
1240
1132
  # @param ElementName: 构件名称
1241
- # 注意:此字段可能返回 null,表示取不到有效值。
1242
1133
  # @type ElementName: String
1243
1134
  # @param ModelType: 模型类型
1244
- # 注意:此字段可能返回 null,表示取不到有效值。
1245
1135
  # @type ModelType: String
1246
1136
  # @param ModelUrl: 模型URL
1247
- # 注意:此字段可能返回 null,表示取不到有效值。
1248
1137
  # @type ModelUrl: String
1249
1138
 
1250
1139
  attr_accessor :ElementId, :ElementName, :ModelType, :ModelUrl
@@ -1267,7 +1156,6 @@ module TencentCloud
1267
1156
  # 建模模型信息响应体
1268
1157
  class BuildingModelRes < TencentCloud::Common::AbstractModel
1269
1158
  # @param Models: 建模模型信息出参
1270
- # 注意:此字段可能返回 null,表示取不到有效值。
1271
1159
  # @type Models: Array
1272
1160
 
1273
1161
  attr_accessor :Models
@@ -1291,22 +1179,16 @@ module TencentCloud
1291
1179
  # 建筑概要信息
1292
1180
  class BuildingProfile < TencentCloud::Common::AbstractModel
1293
1181
  # @param BuildingId: 建筑id
1294
- # 注意:此字段可能返回 null,表示取不到有效值。
1295
1182
  # @type BuildingId: String
1296
1183
  # @param BuildingName: 建筑名称
1297
- # 注意:此字段可能返回 null,表示取不到有效值。
1298
1184
  # @type BuildingName: String
1299
1185
  # @param SpaceCode: 空间编码
1300
- # 注意:此字段可能返回 null,表示取不到有效值。
1301
1186
  # @type SpaceCode: String
1302
1187
  # @param Longitude: 经度
1303
- # 注意:此字段可能返回 null,表示取不到有效值。
1304
1188
  # @type Longitude: Float
1305
1189
  # @param Latitude: 纬度
1306
- # 注意:此字段可能返回 null,表示取不到有效值。
1307
1190
  # @type Latitude: Float
1308
1191
  # @param Address: 地址
1309
- # 注意:此字段可能返回 null,表示取不到有效值。
1310
1192
  # @type Address: String
1311
1193
 
1312
1194
  attr_accessor :BuildingId, :BuildingName, :SpaceCode, :Longitude, :Latitude, :Address
@@ -1333,7 +1215,6 @@ module TencentCloud
1333
1215
  # 查询建筑信息响应体
1334
1216
  class BuildingProfileRes < TencentCloud::Common::AbstractModel
1335
1217
  # @param BuildingProfile: 建筑概要信息
1336
- # 注意:此字段可能返回 null,表示取不到有效值。
1337
1218
  # @type BuildingProfile: :class:`Tencentcloud::Weilingwith.v20230427.models.BuildingProfile`
1338
1219
 
1339
1220
  attr_accessor :BuildingProfile
@@ -1353,17 +1234,12 @@ module TencentCloud
1353
1234
  # 视频扩展信息结果
1354
1235
  class CameraExtendInfoRes < TencentCloud::Common::AbstractModel
1355
1236
  # @param SaveType: 存储方式 (nvr或cosmtav)
1356
- # 注意:此字段可能返回 null,表示取不到有效值。
1357
1237
  # @type SaveType: String
1358
1238
  # @param SaveDay: 云存储天数(save_type是cosmtav时这个参数才有效)
1359
-
1360
- # 注意:此字段可能返回 null,表示取不到有效值。
1361
1239
  # @type SaveDay: Integer
1362
1240
  # @param LiveResolution: 实时分辨率
1363
- # 注意:此字段可能返回 null,表示取不到有效值。
1364
1241
  # @type LiveResolution: Integer
1365
1242
  # @param HistoryResolution: 历史分辨率
1366
- # 注意:此字段可能返回 null,表示取不到有效值。
1367
1243
  # @type HistoryResolution: Integer
1368
1244
 
1369
1245
  attr_accessor :SaveType, :SaveDay, :LiveResolution, :HistoryResolution
@@ -1566,16 +1442,12 @@ module TencentCloud
1566
1442
  # 设备控制结果
1567
1443
  class ControlDeviceRes < TencentCloud::Common::AbstractModel
1568
1444
  # @param WID: 设备Id
1569
- # 注意:此字段可能返回 null,表示取不到有效值。
1570
1445
  # @type WID: String
1571
1446
  # @param Code: 指令接受, 0表示成功
1572
- # 注意:此字段可能返回 null,表示取不到有效值。
1573
1447
  # @type Code: Integer
1574
1448
  # @param Result: 控制结果
1575
- # 注意:此字段可能返回 null,表示取不到有效值。
1576
1449
  # @type Result: String
1577
1450
  # @param Seq: 批量大于1时,可用此seq进行链路追踪
1578
- # 注意:此字段可能返回 null,表示取不到有效值。
1579
1451
  # @type Seq: String
1580
1452
 
1581
1453
  attr_accessor :WID, :Code, :Result, :Seq
@@ -1621,7 +1493,6 @@ module TencentCloud
1621
1493
  # 设备控制后返回结果集合
1622
1494
  class ControlDeviceSet < TencentCloud::Common::AbstractModel
1623
1495
  # @param Set: 设备控制后返回结果集合
1624
- # 注意:此字段可能返回 null,表示取不到有效值。
1625
1496
  # @type Set: Array
1626
1497
 
1627
1498
  attr_accessor :Set
@@ -1700,16 +1571,12 @@ module TencentCloud
1700
1571
  # 导入失败设备信息
1701
1572
  class CreateDeviceFailed < TencentCloud::Common::AbstractModel
1702
1573
  # @param ProductId: 产品id
1703
- # 注意:此字段可能返回 null,表示取不到有效值。
1704
1574
  # @type ProductId: Integer
1705
1575
  # @param ParentWID: 父设备wid,不为空表示导入自设备
1706
- # 注意:此字段可能返回 null,表示取不到有效值。
1707
1576
  # @type ParentWID: String
1708
1577
  # @param Reason: 失败原因
1709
- # 注意:此字段可能返回 null,表示取不到有效值。
1710
1578
  # @type Reason: String
1711
1579
  # @param SN: 设备sn序列号
1712
- # 注意:此字段可能返回 null,表示取不到有效值。
1713
1580
  # @type SN: String
1714
1581
 
1715
1582
  attr_accessor :ProductId, :ParentWID, :Reason, :SN
@@ -1732,16 +1599,12 @@ module TencentCloud
1732
1599
  # 导入成功设备信息
1733
1600
  class CreateDeviceSucceeded < TencentCloud::Common::AbstractModel
1734
1601
  # @param ProductId: 产品id
1735
- # 注意:此字段可能返回 null,表示取不到有效值。
1736
1602
  # @type ProductId: Integer
1737
1603
  # @param ParentWID: 父设备wid,不为空表示导入自设备
1738
- # 注意:此字段可能返回 null,表示取不到有效值。
1739
1604
  # @type ParentWID: String
1740
1605
  # @param WID: 设备编码
1741
- # 注意:此字段可能返回 null,表示取不到有效值。
1742
1606
  # @type WID: String
1743
1607
  # @param SN: 设备sn序列号
1744
- # 注意:此字段可能返回 null,表示取不到有效值。
1745
1608
  # @type SN: String
1746
1609
 
1747
1610
  attr_accessor :ProductId, :ParentWID, :WID, :SN
@@ -1784,16 +1647,12 @@ module TencentCloud
1784
1647
  # 自定义字段
1785
1648
  class CustomFieldInfo < TencentCloud::Common::AbstractModel
1786
1649
  # @param Id: 字段id
1787
- # 注意:此字段可能返回 null,表示取不到有效值。
1788
1650
  # @type Id: Integer
1789
1651
  # @param Key: 字段key
1790
- # 注意:此字段可能返回 null,表示取不到有效值。
1791
1652
  # @type Key: String
1792
1653
  # @param Name: 字段名
1793
- # 注意:此字段可能返回 null,表示取不到有效值。
1794
1654
  # @type Name: String
1795
1655
  # @param Val: 字段值
1796
- # 注意:此字段可能返回 null,表示取不到有效值。
1797
1656
  # @type Val: String
1798
1657
 
1799
1658
  attr_accessor :Id, :Key, :Name, :Val
@@ -1899,19 +1758,14 @@ module TencentCloud
1899
1758
  # 动作列表查询结果
1900
1759
  class DescribeActionListRes < TencentCloud::Common::AbstractModel
1901
1760
  # @param PageNumber: 第几页
1902
- # 注意:此字段可能返回 null,表示取不到有效值。
1903
1761
  # @type PageNumber: Integer
1904
1762
  # @param PageSize: 每页条数
1905
- # 注意:此字段可能返回 null,表示取不到有效值。
1906
1763
  # @type PageSize: Integer
1907
1764
  # @param TotalPage: 总页数
1908
- # 注意:此字段可能返回 null,表示取不到有效值。
1909
1765
  # @type TotalPage: Integer
1910
1766
  # @param TotalRow: 总条数
1911
- # 注意:此字段可能返回 null,表示取不到有效值。
1912
1767
  # @type TotalRow: Integer
1913
1768
  # @param ActionDetailSet: 动作列表查询集合
1914
- # 注意:此字段可能返回 null,表示取不到有效值。
1915
1769
  # @type ActionDetailSet: Array
1916
1770
 
1917
1771
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :ActionDetailSet
@@ -1990,7 +1844,6 @@ module TencentCloud
1990
1844
  # 根据Tag获取行政区划列表返回结构
1991
1845
  class DescribeAdministrationByTagRes < TencentCloud::Common::AbstractModel
1992
1846
  # @param List: 行政区划列表
1993
- # 注意:此字段可能返回 null,表示取不到有效值。
1994
1847
  # @type List: Array
1995
1848
 
1996
1849
  attr_accessor :List
@@ -2057,7 +1910,6 @@ module TencentCloud
2057
1910
  # 告警级别枚举获取
2058
1911
  class DescribeAlarmLevelListRes < TencentCloud::Common::AbstractModel
2059
1912
  # @param AlarmLevelSet: 告警级别枚举获取数组
2060
- # 注意:此字段可能返回 null,表示取不到有效值。
2061
1913
  # @type AlarmLevelSet: Array
2062
1914
 
2063
1915
  attr_accessor :AlarmLevelSet
@@ -2191,19 +2043,14 @@ module TencentCloud
2191
2043
  # 告警列表回包
2192
2044
  class DescribeAlarmListRes < TencentCloud::Common::AbstractModel
2193
2045
  # @param PageNumber: 第几页
2194
- # 注意:此字段可能返回 null,表示取不到有效值。
2195
2046
  # @type PageNumber: Integer
2196
2047
  # @param PageSize: 每页条数
2197
- # 注意:此字段可能返回 null,表示取不到有效值。
2198
2048
  # @type PageSize: Integer
2199
2049
  # @param TotalPage: 总页数
2200
- # 注意:此字段可能返回 null,表示取不到有效值。
2201
2050
  # @type TotalPage: Integer
2202
2051
  # @param TotalRow: 总条数
2203
- # 注意:此字段可能返回 null,表示取不到有效值。
2204
2052
  # @type TotalRow: Integer
2205
2053
  # @param AlarmInfoSet: 告警列表集合
2206
- # 注意:此字段可能返回 null,表示取不到有效值。
2207
2054
  # @type AlarmInfoSet: Array
2208
2055
 
2209
2056
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :AlarmInfoSet
@@ -2278,7 +2125,6 @@ module TencentCloud
2278
2125
  # 告警状态列表返回
2279
2126
  class DescribeAlarmStatusListRes < TencentCloud::Common::AbstractModel
2280
2127
  # @param List: 告警状态返回结构
2281
- # 注意:此字段可能返回 null,表示取不到有效值。
2282
2128
  # @type List: Array
2283
2129
 
2284
2130
  attr_accessor :List
@@ -2349,7 +2195,6 @@ module TencentCloud
2349
2195
  # 告警类型列表回包
2350
2196
  class DescribeAlarmTypeListRes < TencentCloud::Common::AbstractModel
2351
2197
  # @param AlarmTypeSet: 告警类型查询列表
2352
- # 注意:此字段可能返回 null,表示取不到有效值。
2353
2198
  # @type AlarmTypeSet: Array
2354
2199
 
2355
2200
  attr_accessor :AlarmTypeSet
@@ -2663,7 +2508,6 @@ module TencentCloud
2663
2508
  # 通过城市id查询工作空间列表
2664
2509
  class DescribeCityWorkspaceListRes < TencentCloud::Common::AbstractModel
2665
2510
  # @param WorkspaceSet: 通过城市id查询工作空间列表结果
2666
- # 注意:此字段可能返回 null,表示取不到有效值。
2667
2511
  # @type WorkspaceSet: Array
2668
2512
 
2669
2513
  attr_accessor :WorkspaceSet
@@ -2735,7 +2579,6 @@ module TencentCloud
2735
2579
  # 设备分组信息
2736
2580
  class DescribeDeviceGroupListRes < TencentCloud::Common::AbstractModel
2737
2581
  # @param List: 设备分组list
2738
- # 注意:此字段可能返回 null,表示取不到有效值。
2739
2582
  # @type List: Array
2740
2583
 
2741
2584
  attr_accessor :List
@@ -2853,19 +2696,14 @@ module TencentCloud
2853
2696
  # 设备列表查询结果
2854
2697
  class DescribeDeviceListRes < TencentCloud::Common::AbstractModel
2855
2698
  # @param PageNumber: 第几页
2856
- # 注意:此字段可能返回 null,表示取不到有效值。
2857
2699
  # @type PageNumber: Integer
2858
2700
  # @param PageSize: 每页条数
2859
- # 注意:此字段可能返回 null,表示取不到有效值。
2860
2701
  # @type PageSize: Integer
2861
2702
  # @param TotalPage: 总页数
2862
- # 注意:此字段可能返回 null,表示取不到有效值。
2863
2703
  # @type TotalPage: Integer
2864
2704
  # @param TotalRow: 总条数
2865
- # 注意:此字段可能返回 null,表示取不到有效值。
2866
2705
  # @type TotalRow: Integer
2867
2706
  # @param DeviceDataSet: 设备信息集合
2868
- # 注意:此字段可能返回 null,表示取不到有效值。
2869
2707
  # @type DeviceDataSet: Array
2870
2708
 
2871
2709
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :DeviceDataSet
@@ -3457,19 +3295,14 @@ module TencentCloud
3457
3295
  # 事件列表查询结果
3458
3296
  class DescribeEventListRes < TencentCloud::Common::AbstractModel
3459
3297
  # @param PageNumber: 第几页
3460
- # 注意:此字段可能返回 null,表示取不到有效值。
3461
3298
  # @type PageNumber: Integer
3462
3299
  # @param PageSize: 每页条数
3463
- # 注意:此字段可能返回 null,表示取不到有效值。
3464
3300
  # @type PageSize: Integer
3465
3301
  # @param TotalPage: 总页数
3466
- # 注意:此字段可能返回 null,表示取不到有效值。
3467
3302
  # @type TotalPage: Integer
3468
3303
  # @param TotalRow: 总条数
3469
- # 注意:此字段可能返回 null,表示取不到有效值。
3470
3304
  # @type TotalRow: Integer
3471
3305
  # @param EventDetailSet: 事件信息列表
3472
- # 注意:此字段可能返回 null,表示取不到有效值。
3473
3306
  # @type EventDetailSet: Array
3474
3307
 
3475
3308
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :EventDetailSet
@@ -3642,10 +3475,8 @@ module TencentCloud
3642
3475
  # @param Name: 设备分组名称
3643
3476
  # @type Name: String
3644
3477
  # @param Description: 分组描述
3645
- # 注意:此字段可能返回 null,表示取不到有效值。
3646
3478
  # @type Description: String
3647
3479
  # @param ParentId: 分组父级ID
3648
- # 注意:此字段可能返回 null,表示取不到有效值。
3649
3480
  # @type ParentId: Integer
3650
3481
 
3651
3482
  attr_accessor :Id, :Name, :Description, :ParentId
@@ -3763,19 +3594,14 @@ module TencentCloud
3763
3594
  # 联动规则列表查询结果
3764
3595
  class DescribeLinkRuleListRes < TencentCloud::Common::AbstractModel
3765
3596
  # @param PageNumber: 第几页
3766
- # 注意:此字段可能返回 null,表示取不到有效值。
3767
3597
  # @type PageNumber: Integer
3768
3598
  # @param PageSize: 每页条数
3769
- # 注意:此字段可能返回 null,表示取不到有效值。
3770
3599
  # @type PageSize: Integer
3771
3600
  # @param TotalPage: 总页数
3772
- # 注意:此字段可能返回 null,表示取不到有效值。
3773
3601
  # @type TotalPage: Integer
3774
3602
  # @param TotalRow: 总条数
3775
- # 注意:此字段可能返回 null,表示取不到有效值。
3776
3603
  # @type TotalRow: Integer
3777
3604
  # @param LinkRuleSet: 联动规则列表
3778
- # 注意:此字段可能返回 null,表示取不到有效值。
3779
3605
  # @type LinkRuleSet: Array
3780
3606
 
3781
3607
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :LinkRuleSet
@@ -4878,70 +4704,48 @@ module TencentCloud
4878
4704
  # 设备数据信息
4879
4705
  class DeviceDataInfo < TencentCloud::Common::AbstractModel
4880
4706
  # @param WID: 设备ID, wid
4881
- # 注意:此字段可能返回 null,表示取不到有效值。
4882
4707
  # @type WID: String
4883
4708
  # @param DeviceName: 设备名称
4884
- # 注意:此字段可能返回 null,表示取不到有效值。
4885
4709
  # @type DeviceName: String
4886
4710
  # @param DeviceTypeCode: 设备类型Id
4887
- # 注意:此字段可能返回 null,表示取不到有效值。
4888
4711
  # @type DeviceTypeCode: String
4889
4712
  # @param DeviceTypeName: 设备类型名称
4890
- # 注意:此字段可能返回 null,表示取不到有效值。
4891
4713
  # @type DeviceTypeName: String
4892
4714
  # @param ProductId: 产品Id
4893
- # 注意:此字段可能返回 null,表示取不到有效值。
4894
4715
  # @type ProductId: Integer
4895
4716
  # @param ProductName: 产品名称
4896
- # 注意:此字段可能返回 null,表示取不到有效值。
4897
4717
  # @type ProductName: String
4898
4718
  # @param ProductAbility: 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
4899
- # 注意:此字段可能返回 null,表示取不到有效值。
4900
4719
  # @type ProductAbility: Integer
4901
4720
  # @param SpaceInfoSet: 设备位置信息
4902
- # 注意:此字段可能返回 null,表示取不到有效值。
4903
4721
  # @type SpaceInfoSet: Array
4904
4722
  # @param ModelId: 模型id
4905
- # 注意:此字段可能返回 null,表示取不到有效值。
4906
4723
  # @type ModelId: String
4907
4724
  # @param ModelName: 模型名称
4908
- # 注意:此字段可能返回 null,表示取不到有效值。
4909
4725
  # @type ModelName: String
4910
4726
  # @param DeviceTagSet: 设备标签名,非必填
4911
- # 注意:此字段可能返回 null,表示取不到有效值。
4912
4727
  # @type DeviceTagSet: Array
4913
4728
  # @param IsActive: 激活状态(1激活、0未激活)
4914
- # 注意:此字段可能返回 null,表示取不到有效值。
4915
4729
  # @type IsActive: Integer
4916
4730
  # @param ActiveTime: 激活时间
4917
- # 注意:此字段可能返回 null,表示取不到有效值。
4918
4731
  # @type ActiveTime: String
4919
4732
  # @param IsLive: 推流状态(推流中、未推流) 仅摄像机有的状态
4920
- # 注意:此字段可能返回 null,表示取不到有效值。
4921
4733
  # @type IsLive: Boolean
4922
4734
  # @param ParentWID: 设备所属父设备id(子设备才有)
4923
- # 注意:此字段可能返回 null,表示取不到有效值。
4924
4735
  # @type ParentWID: String
4925
4736
  # @param ParentWIDName: 设备所有父设备名称(子设备才有)
4926
- # 注意:此字段可能返回 null,表示取不到有效值。
4927
4737
  # @type ParentWIDName: String
4928
4738
  # @param SN: 序列号
4929
- # 注意:此字段可能返回 null,表示取不到有效值。
4930
4739
  # @type SN: String
4931
4740
  # @param Location: 设备点位坐标值
4932
- # 注意:此字段可能返回 null,表示取不到有效值。
4933
4741
  # @type Location: :class:`Tencentcloud::Weilingwith.v20230427.models.DeviceLocation`
4934
4742
  # @param FieldList: 自定义字段
4935
- # 注意:此字段可能返回 null,表示取不到有效值。
4936
4743
  # @type FieldList: Array
4937
4744
  # @param GroupInfo: 分组信息
4938
- # 注意:此字段可能返回 null,表示取不到有效值。
4939
4745
  # @type GroupInfo: String
4940
4746
  # @param DeviceStatus: 通信在/离线状态(online=normal+fault,offline)
4941
- # 注意:此字段可能返回 null,表示取不到有效值。
4942
4747
  # @type DeviceStatus: String
4943
4748
  # @param Status: 设备业务状态(normal、fault、offline)
4944
- # 注意:此字段可能返回 null,表示取不到有效值。
4945
4749
  # @type Status: String
4946
4750
 
4947
4751
  attr_accessor :WID, :DeviceName, :DeviceTypeCode, :DeviceTypeName, :ProductId, :ProductName, :ProductAbility, :SpaceInfoSet, :ModelId, :ModelName, :DeviceTagSet, :IsActive, :ActiveTime, :IsLive, :ParentWID, :ParentWIDName, :SN, :Location, :FieldList, :GroupInfo, :DeviceStatus, :Status
@@ -5017,13 +4821,10 @@ module TencentCloud
5017
4821
  # 设备点位坐标值
5018
4822
  class DeviceLocation < TencentCloud::Common::AbstractModel
5019
4823
  # @param X: 点位X坐标值
5020
- # 注意:此字段可能返回 null,表示取不到有效值。
5021
4824
  # @type X: Float
5022
4825
  # @param Y: 点位Y坐标值
5023
- # 注意:此字段可能返回 null,表示取不到有效值。
5024
4826
  # @type Y: Float
5025
4827
  # @param Z: 点位Z坐标值
5026
- # 注意:此字段可能返回 null,表示取不到有效值。
5027
4828
  # @type Z: Float
5028
4829
 
5029
4830
  attr_accessor :X, :Y, :Z
@@ -5064,13 +4865,10 @@ module TencentCloud
5064
4865
  # 设备影子信息
5065
4866
  class DeviceShadowInfo < TencentCloud::Common::AbstractModel
5066
4867
  # @param WID: 设备ID
5067
- # 注意:此字段可能返回 null,表示取不到有效值。
5068
4868
  # @type WID: String
5069
4869
  # @param DeviceShadow: 设备影子数据,返回有效数据为"x-json:"后字段
5070
- # 注意:此字段可能返回 null,表示取不到有效值。
5071
4870
  # @type DeviceShadow: String
5072
4871
  # @param DeviceShadowUpdateTime: 设备影子更新时间
5073
- # 注意:此字段可能返回 null,表示取不到有效值。
5074
4872
  # @type DeviceShadowUpdateTime: String
5075
4873
 
5076
4874
  attr_accessor :WID, :DeviceShadow, :DeviceShadowUpdateTime
@@ -5091,19 +4889,14 @@ module TencentCloud
5091
4889
  # 设备影子查询列表
5092
4890
  class DeviceShadowRes < TencentCloud::Common::AbstractModel
5093
4891
  # @param PageNumber: 第几页
5094
- # 注意:此字段可能返回 null,表示取不到有效值。
5095
4892
  # @type PageNumber: Integer
5096
4893
  # @param PageSize: 每页条数
5097
- # 注意:此字段可能返回 null,表示取不到有效值。
5098
4894
  # @type PageSize: Integer
5099
4895
  # @param TotalPage: 总页数
5100
- # 注意:此字段可能返回 null,表示取不到有效值。
5101
4896
  # @type TotalPage: Integer
5102
4897
  # @param TotalRow: 总条数
5103
- # 注意:此字段可能返回 null,表示取不到有效值。
5104
4898
  # @type TotalRow: Integer
5105
4899
  # @param Set: 设备影子列表
5106
- # 注意:此字段可能返回 null,表示取不到有效值。
5107
4900
  # @type Set: Array
5108
4901
 
5109
4902
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :Set
@@ -5135,16 +4928,12 @@ module TencentCloud
5135
4928
  # 设备位置信息
5136
4929
  class DeviceSpaceInfo < TencentCloud::Common::AbstractModel
5137
4930
  # @param Id: 空间Id
5138
- # 注意:此字段可能返回 null,表示取不到有效值。
5139
4931
  # @type Id: String
5140
4932
  # @param Name: 空间名字
5141
- # 注意:此字段可能返回 null,表示取不到有效值。
5142
4933
  # @type Name: String
5143
4934
  # @param Level: 空间级别
5144
- # 注意:此字段可能返回 null,表示取不到有效值。
5145
4935
  # @type Level: Integer
5146
4936
  # @param Code: 空间编码
5147
- # 注意:此字段可能返回 null,表示取不到有效值。
5148
4937
  # @type Code: String
5149
4938
 
5150
4939
  attr_accessor :Id, :Name, :Level, :Code
@@ -5167,25 +4956,18 @@ module TencentCloud
5167
4956
  # 设备挂接的空间信息
5168
4957
  class DeviceSpaceInfoRes < TencentCloud::Common::AbstractModel
5169
4958
  # @param BuildingId: 建筑id
5170
- # 注意:此字段可能返回 null,表示取不到有效值。
5171
4959
  # @type BuildingId: String
5172
4960
  # @param ElementId: 构件id
5173
- # 注意:此字段可能返回 null,表示取不到有效值。
5174
4961
  # @type ElementId: String
5175
4962
  # @param EntityType: 构件类型
5176
- # 注意:此字段可能返回 null,表示取不到有效值。
5177
4963
  # @type EntityType: String
5178
4964
  # @param ElementName: 构件名称
5179
- # 注意:此字段可能返回 null,表示取不到有效值。
5180
4965
  # @type ElementName: String
5181
4966
  # @param Level: 构件级别
5182
- # 注意:此字段可能返回 null,表示取不到有效值。
5183
4967
  # @type Level: Integer
5184
4968
  # @param BottomHeight: 底部标高(单位mm)
5185
- # 注意:此字段可能返回 null,表示取不到有效值。
5186
4969
  # @type BottomHeight: Integer
5187
4970
  # @param SpaceCode: 空间编码
5188
- # 注意:此字段可能返回 null,表示取不到有效值。
5189
4971
  # @type SpaceCode: String
5190
4972
 
5191
4973
  attr_accessor :BuildingId, :ElementId, :EntityType, :ElementName, :Level, :BottomHeight, :SpaceCode
@@ -5214,19 +4996,14 @@ module TencentCloud
5214
4996
  # 设备状态信息
5215
4997
  class DeviceStatusInfo < TencentCloud::Common::AbstractModel
5216
4998
  # @param WID: 设备ID
5217
- # 注意:此字段可能返回 null,表示取不到有效值。
5218
4999
  # @type WID: String
5219
5000
  # @param DeviceStatus: 设备状态(online=normal+fault、offline)
5220
- # 注意:此字段可能返回 null,表示取不到有效值。
5221
5001
  # @type DeviceStatus: String
5222
5002
  # @param DeviceStatusUpdateTime: 设备状态更新时间
5223
- # 注意:此字段可能返回 null,表示取不到有效值。
5224
5003
  # @type DeviceStatusUpdateTime: String
5225
5004
  # @param Status: 设备业务状态(normal、fault、offline)
5226
- # 注意:此字段可能返回 null,表示取不到有效值。
5227
5005
  # @type Status: String
5228
5006
  # @param IsAlive: 推流状态。推流中-true,未推流-false
5229
- # 注意:此字段可能返回 null,表示取不到有效值。
5230
5007
  # @type IsAlive: Boolean
5231
5008
 
5232
5009
  attr_accessor :WID, :DeviceStatus, :DeviceStatusUpdateTime, :Status, :IsAlive
@@ -5251,19 +5028,14 @@ module TencentCloud
5251
5028
  # 设备状态获取接口结果
5252
5029
  class DeviceStatusRes < TencentCloud::Common::AbstractModel
5253
5030
  # @param PageNumber: 第几页
5254
- # 注意:此字段可能返回 null,表示取不到有效值。
5255
5031
  # @type PageNumber: Integer
5256
5032
  # @param PageSize: 每页条数
5257
- # 注意:此字段可能返回 null,表示取不到有效值。
5258
5033
  # @type PageSize: Integer
5259
5034
  # @param TotalPage: 总页数
5260
- # 注意:此字段可能返回 null,表示取不到有效值。
5261
5035
  # @type TotalPage: Integer
5262
5036
  # @param TotalRow: 总条数
5263
- # 注意:此字段可能返回 null,表示取不到有效值。
5264
5037
  # @type TotalRow: Integer
5265
5038
  # @param DeviceStatusSet: 设备状态信息列表
5266
- # 注意:此字段可能返回 null,表示取不到有效值。
5267
5039
  # @type DeviceStatusSet: Array
5268
5040
 
5269
5041
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :DeviceStatusSet
@@ -5295,25 +5067,18 @@ module TencentCloud
5295
5067
  # 设备状态统计结果
5296
5068
  class DeviceStatusStatRes < TencentCloud::Common::AbstractModel
5297
5069
  # @param WorkspaceId: 工作空间Id
5298
- # 注意:此字段可能返回 null,表示取不到有效值。
5299
5070
  # @type WorkspaceId: Integer
5300
5071
  # @param Total: 汇总数。在线(正常+故障) + 离线
5301
- # 注意:此字段可能返回 null,表示取不到有效值。
5302
5072
  # @type Total: Integer
5303
5073
  # @param NormalSum: 正常数
5304
- # 注意:此字段可能返回 null,表示取不到有效值。
5305
5074
  # @type NormalSum: Integer
5306
5075
  # @param OfflineSum: 离线数
5307
- # 注意:此字段可能返回 null,表示取不到有效值。
5308
5076
  # @type OfflineSum: Integer
5309
5077
  # @param FaultSum: 故障数
5310
- # 注意:此字段可能返回 null,表示取不到有效值。
5311
5078
  # @type FaultSum: Integer
5312
5079
  # @param DeviceTypeOverviewSet: 设备类型概览列表
5313
- # 注意:此字段可能返回 null,表示取不到有效值。
5314
5080
  # @type DeviceTypeOverviewSet: Array
5315
5081
  # @param StatLevelSet: 设备类型统计列表
5316
- # 注意:此字段可能返回 null,表示取不到有效值。
5317
5082
  # @type StatLevelSet: Array
5318
5083
 
5319
5084
  attr_accessor :WorkspaceId, :Total, :NormalSum, :OfflineSum, :FaultSum, :DeviceTypeOverviewSet, :StatLevelSet
@@ -5356,10 +5121,8 @@ module TencentCloud
5356
5121
  # 设备标签信息
5357
5122
  class DeviceTagInfo < TencentCloud::Common::AbstractModel
5358
5123
  # @param TagId: 标签Id
5359
- # 注意:此字段可能返回 null,表示取不到有效值。
5360
5124
  # @type TagId: Integer
5361
5125
  # @param TagName: 标签名字
5362
- # 注意:此字段可能返回 null,表示取不到有效值。
5363
5126
  # @type TagName: String
5364
5127
 
5365
5128
  attr_accessor :TagId, :TagName
@@ -5378,19 +5141,14 @@ module TencentCloud
5378
5141
  # 设备标签列表查询结果
5379
5142
  class DeviceTagRes < TencentCloud::Common::AbstractModel
5380
5143
  # @param PageNumber: 第几页
5381
- # 注意:此字段可能返回 null,表示取不到有效值。
5382
5144
  # @type PageNumber: Integer
5383
5145
  # @param PageSize: 每页条数
5384
- # 注意:此字段可能返回 null,表示取不到有效值。
5385
5146
  # @type PageSize: Integer
5386
5147
  # @param TotalPage: 总页数
5387
- # 注意:此字段可能返回 null,表示取不到有效值。
5388
5148
  # @type TotalPage: Integer
5389
5149
  # @param TotalRow: 总条数
5390
- # 注意:此字段可能返回 null,表示取不到有效值。
5391
5150
  # @type TotalRow: Integer
5392
5151
  # @param Set: 设备标签列表
5393
- # 注意:此字段可能返回 null,表示取不到有效值。
5394
5152
  # @type Set: Array
5395
5153
 
5396
5154
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :Set
@@ -5422,20 +5180,14 @@ module TencentCloud
5422
5180
  # 设备类型
5423
5181
  class DeviceType < TencentCloud::Common::AbstractModel
5424
5182
  # @param Code: 设备类型编码
5425
- # 注意:此字段可能返回 null,表示取不到有效值。
5426
5183
  # @type Code: String
5427
5184
  # @param Name: 设备类型名称
5428
- # 注意:此字段可能返回 null,表示取不到有效值。
5429
5185
  # @type Name: String
5430
5186
  # @param ParentCode: 父设备类型编码
5431
- # 注意:此字段可能返回 null,表示取不到有效值。
5432
5187
  # @type ParentCode: String
5433
5188
  # @param ParentName: 父设备类型名称
5434
- # 注意:此字段可能返回 null,表示取不到有效值。
5435
5189
  # @type ParentName: String
5436
5190
  # @param IsSubsystem: 是否子系统,1是
5437
-
5438
- # 注意:此字段可能返回 null,表示取不到有效值。
5439
5191
  # @type IsSubsystem: Integer
5440
5192
 
5441
5193
  attr_accessor :Code, :Name, :ParentCode, :ParentName, :IsSubsystem
@@ -5460,22 +5212,16 @@ module TencentCloud
5460
5212
  # 设备类型概览信息
5461
5213
  class DeviceTypeOverview < TencentCloud::Common::AbstractModel
5462
5214
  # @param DeviceType: 设备类型值
5463
- # 注意:此字段可能返回 null,表示取不到有效值。
5464
5215
  # @type DeviceType: String
5465
5216
  # @param Name: 设备类型名称
5466
- # 注意:此字段可能返回 null,表示取不到有效值。
5467
5217
  # @type Name: String
5468
5218
  # @param Total: 汇总数。在线(正常+故障) + 离线
5469
- # 注意:此字段可能返回 null,表示取不到有效值。
5470
5219
  # @type Total: Integer
5471
5220
  # @param Normal: 正常数
5472
- # 注意:此字段可能返回 null,表示取不到有效值。
5473
5221
  # @type Normal: Integer
5474
5222
  # @param Offline: 离线数
5475
- # 注意:此字段可能返回 null,表示取不到有效值。
5476
5223
  # @type Offline: Integer
5477
5224
  # @param Fault: 故障数
5478
- # 注意:此字段可能返回 null,表示取不到有效值。
5479
5225
  # @type Fault: Integer
5480
5226
 
5481
5227
  attr_accessor :DeviceType, :Name, :Total, :Normal, :Offline, :Fault
@@ -5502,7 +5248,6 @@ module TencentCloud
5502
5248
  # 设备类型列表
5503
5249
  class DeviceTypeSet < TencentCloud::Common::AbstractModel
5504
5250
  # @param Set: 设备类型列表
5505
- # 注意:此字段可能返回 null,表示取不到有效值。
5506
5251
  # @type Set: Array
5507
5252
 
5508
5253
  attr_accessor :Set
@@ -5526,13 +5271,10 @@ module TencentCloud
5526
5271
  # 构件地理坐标
5527
5272
  class ElementCoordinates < TencentCloud::Common::AbstractModel
5528
5273
  # @param Longitude: 经度
5529
- # 注意:此字段可能返回 null,表示取不到有效值。
5530
5274
  # @type Longitude: Float
5531
5275
  # @param Latitude: 纬度
5532
- # 注意:此字段可能返回 null,表示取不到有效值。
5533
5276
  # @type Latitude: Float
5534
5277
  # @param Altitude: 高程
5535
- # 注意:此字段可能返回 null,表示取不到有效值。
5536
5278
  # @type Altitude: Float
5537
5279
 
5538
5280
  attr_accessor :Longitude, :Latitude, :Altitude
@@ -5553,46 +5295,32 @@ module TencentCloud
5553
5295
  # 构件概要信息
5554
5296
  class ElementProfile < TencentCloud::Common::AbstractModel
5555
5297
  # @param BuildingId: 建筑id
5556
- # 注意:此字段可能返回 null,表示取不到有效值。
5557
5298
  # @type BuildingId: String
5558
5299
  # @param ElementId: 构件id
5559
- # 注意:此字段可能返回 null,表示取不到有效值。
5560
5300
  # @type ElementId: String
5561
5301
  # @param EntityType: 构件类型
5562
- # 注意:此字段可能返回 null,表示取不到有效值。
5563
5302
  # @type EntityType: String
5564
5303
  # @param ElementName: 构件名称
5565
- # 注意:此字段可能返回 null,表示取不到有效值。
5566
5304
  # @type ElementName: String
5567
5305
  # @param Level: 构件空间级别
5568
- # 注意:此字段可能返回 null,表示取不到有效值。
5569
5306
  # @type Level: Integer
5570
5307
  # @param BottomHeight: 底部标高(单位mm)
5571
- # 注意:此字段可能返回 null,表示取不到有效值。
5572
5308
  # @type BottomHeight: Integer
5573
5309
  # @param Sort: 排序
5574
- # 注意:此字段可能返回 null,表示取不到有效值。
5575
5310
  # @type Sort: Integer
5576
5311
  # @param SpaceCode: 空间编码
5577
- # 注意:此字段可能返回 null,表示取不到有效值。
5578
5312
  # @type SpaceCode: String
5579
5313
  # @param SpaceTypeCode: 空间分类编码
5580
- # 注意:此字段可能返回 null,表示取不到有效值。
5581
5314
  # @type SpaceTypeCode: String
5582
5315
  # @param SpaceTypeName: 空间分类名称
5583
- # 注意:此字段可能返回 null,表示取不到有效值。
5584
5316
  # @type SpaceTypeName: String
5585
5317
  # @param ParentElementId: 父级构件id
5586
- # 注意:此字段可能返回 null,表示取不到有效值。
5587
5318
  # @type ParentElementId: String
5588
5319
  # @param SpacePoiId: 空间层级类型编码
5589
- # 注意:此字段可能返回 null,表示取不到有效值。
5590
5320
  # @type SpacePoiId: String
5591
5321
  # @param ElementDesc: 构件描述
5592
- # 注意:此字段可能返回 null,表示取不到有效值。
5593
5322
  # @type ElementDesc: String
5594
5323
  # @param IsDelete: 删除标记
5595
- # 注意:此字段可能返回 null,表示取不到有效值。
5596
5324
  # @type IsDelete: Integer
5597
5325
 
5598
5326
  attr_accessor :BuildingId, :ElementId, :EntityType, :ElementName, :Level, :BottomHeight, :Sort, :SpaceCode, :SpaceTypeCode, :SpaceTypeName, :ParentElementId, :SpacePoiId, :ElementDesc, :IsDelete
@@ -5635,10 +5363,8 @@ module TencentCloud
5635
5363
  # 构件分页查询响应体
5636
5364
  class ElementProfilePageRes < TencentCloud::Common::AbstractModel
5637
5365
  # @param TotalCount: 构件总数
5638
- # 注意:此字段可能返回 null,表示取不到有效值。
5639
5366
  # @type TotalCount: Integer
5640
5367
  # @param List: 构件列表
5641
- # 注意:此字段可能返回 null,表示取不到有效值。
5642
5368
  # @type List: Array
5643
5369
 
5644
5370
  attr_accessor :TotalCount, :List
@@ -5664,10 +5390,8 @@ module TencentCloud
5664
5390
  # 构件树节点信息
5665
5391
  class ElementProfileTreeNode < TencentCloud::Common::AbstractModel
5666
5392
  # @param ElementProfile: 构件概要信息
5667
- # 注意:此字段可能返回 null,表示取不到有效值。
5668
5393
  # @type ElementProfile: :class:`Tencentcloud::Weilingwith.v20230427.models.ElementProfile`
5669
5394
  # @param Children: 子节点信息
5670
- # 注意:此字段可能返回 null,表示取不到有效值。
5671
5395
  # @type Children: Array
5672
5396
 
5673
5397
  attr_accessor :ElementProfile, :Children
@@ -5696,13 +5420,10 @@ module TencentCloud
5696
5420
  # 构件树响应体
5697
5421
  class ElementProfileTreeRes < TencentCloud::Common::AbstractModel
5698
5422
  # @param BuildingId: 建筑id
5699
- # 注意:此字段可能返回 null,表示取不到有效值。
5700
5423
  # @type BuildingId: String
5701
5424
  # @param ParentElementId: 父级构件id
5702
- # 注意:此字段可能返回 null,表示取不到有效值。
5703
5425
  # @type ParentElementId: String
5704
5426
  # @param Root: 构件树
5705
- # 注意:此字段可能返回 null,表示取不到有效值。
5706
5427
  # @type Root: :class:`Tencentcloud::Weilingwith.v20230427.models.ElementProfileTreeNode`
5707
5428
 
5708
5429
  attr_accessor :BuildingId, :ParentElementId, :Root
@@ -5726,13 +5447,10 @@ module TencentCloud
5726
5447
  # 构件属性信息
5727
5448
  class ElementProperty < TencentCloud::Common::AbstractModel
5728
5449
  # @param Name: 属性名称
5729
- # 注意:此字段可能返回 null,表示取不到有效值。
5730
5450
  # @type Name: String
5731
5451
  # @param Description: 属性描述
5732
- # 注意:此字段可能返回 null,表示取不到有效值。
5733
5452
  # @type Description: String
5734
5453
  # @param Content: 属性内容
5735
- # 注意:此字段可能返回 null,表示取不到有效值。
5736
5454
  # @type Content: String
5737
5455
 
5738
5456
  attr_accessor :Name, :Description, :Content
@@ -5753,28 +5471,20 @@ module TencentCloud
5753
5471
  # 构件属性信息响应体
5754
5472
  class ElementPropertyRes < TencentCloud::Common::AbstractModel
5755
5473
  # @param BuildingId: 建筑id
5756
- # 注意:此字段可能返回 null,表示取不到有效值。
5757
5474
  # @type BuildingId: String
5758
5475
  # @param ElementId: 构件id
5759
- # 注意:此字段可能返回 null,表示取不到有效值。
5760
5476
  # @type ElementId: String
5761
5477
  # @param PropertySet: 构件属性集合
5762
- # 注意:此字段可能返回 null,表示取不到有效值。
5763
5478
  # @type PropertySet: Array
5764
5479
  # @param Coordinates: 构件地理坐标
5765
- # 注意:此字段可能返回 null,表示取不到有效值。
5766
5480
  # @type Coordinates: :class:`Tencentcloud::Weilingwith.v20230427.models.ElementCoordinates`
5767
5481
  # @param Translate: 构件偏移量
5768
- # 注意:此字段可能返回 null,表示取不到有效值。
5769
5482
  # @type Translate: :class:`Tencentcloud::Weilingwith.v20230427.models.ElementTranslate`
5770
5483
  # @param ElementName: 构件名称
5771
- # 注意:此字段可能返回 null,表示取不到有效值。
5772
5484
  # @type ElementName: String
5773
5485
  # @param EntityTypeCode: 构件类型代码
5774
- # 注意:此字段可能返回 null,表示取不到有效值。
5775
5486
  # @type EntityTypeCode: String
5776
5487
  # @param EntityTypeName: 构件类型名称
5777
- # 注意:此字段可能返回 null,表示取不到有效值。
5778
5488
  # @type EntityTypeName: String
5779
5489
 
5780
5490
  attr_accessor :BuildingId, :ElementId, :PropertySet, :Coordinates, :Translate, :ElementName, :EntityTypeCode, :EntityTypeName
@@ -5818,13 +5528,10 @@ module TencentCloud
5818
5528
  # 构件平移信息
5819
5529
  class ElementTranslate < TencentCloud::Common::AbstractModel
5820
5530
  # @param X: X方向偏移量
5821
- # 注意:此字段可能返回 null,表示取不到有效值。
5822
5531
  # @type X: Float
5823
5532
  # @param Y: Y方向偏移量
5824
- # 注意:此字段可能返回 null,表示取不到有效值。
5825
5533
  # @type Y: Float
5826
5534
  # @param Z: Z方向偏移量
5827
- # 注意:此字段可能返回 null,表示取不到有效值。
5828
5535
  # @type Z: Float
5829
5536
 
5830
5537
  attr_accessor :X, :Y, :Z
@@ -5845,7 +5552,6 @@ module TencentCloud
5845
5552
  # 空结果返回
5846
5553
  class EmptyRes < TencentCloud::Common::AbstractModel
5847
5554
  # @param Msg: 返回请求状态,成功ok,失败error
5848
- # 注意:此字段可能返回 null,表示取不到有效值。
5849
5555
  # @type Msg: String
5850
5556
 
5851
5557
  attr_accessor :Msg
@@ -5862,10 +5568,8 @@ module TencentCloud
5862
5568
  # 事件信息
5863
5569
  class Event < TencentCloud::Common::AbstractModel
5864
5570
  # @param Id: 事件id或动作Id
5865
- # 注意:此字段可能返回 null,表示取不到有效值。
5866
5571
  # @type Id: Integer
5867
5572
  # @param Name: 事件名称或动作名称
5868
- # 注意:此字段可能返回 null,表示取不到有效值。
5869
5573
  # @type Name: String
5870
5574
 
5871
5575
  attr_accessor :Id, :Name
@@ -5884,31 +5588,22 @@ module TencentCloud
5884
5588
  # 事件详细信息
5885
5589
  class EventDetail < TencentCloud::Common::AbstractModel
5886
5590
  # @param Id: 事件id
5887
- # 注意:此字段可能返回 null,表示取不到有效值。
5888
5591
  # @type Id: Integer
5889
5592
  # @param Name: 事件名
5890
- # 注意:此字段可能返回 null,表示取不到有效值。
5891
5593
  # @type Name: String
5892
5594
  # @param TriggerType: 事件触发类型
5893
- # 注意:此字段可能返回 null,表示取不到有效值。
5894
5595
  # @type TriggerType: String
5895
5596
  # @param TriggerCondition: 事件触发条件,返回为x-json后的字段
5896
- # 注意:此字段可能返回 null,表示取不到有效值。
5897
5597
  # @type TriggerCondition: String
5898
5598
  # @param ValidPeriod: 有效期
5899
- # 注意:此字段可能返回 null,表示取不到有效值。
5900
5599
  # @type ValidPeriod: String
5901
5600
  # @param LinkRuleSet: 关联规则列表
5902
- # 注意:此字段可能返回 null,表示取不到有效值。
5903
5601
  # @type LinkRuleSet: Array
5904
5602
  # @param CreateTime: 创建时间
5905
- # 注意:此字段可能返回 null,表示取不到有效值。
5906
5603
  # @type CreateTime: String
5907
5604
  # @param DeviceType: 设备类型,当触发类型为deviceType时返回
5908
- # 注意:此字段可能返回 null,表示取不到有效值。
5909
5605
  # @type DeviceType: String
5910
5606
  # @param WID: 设备的wid,当触发类型是device返回
5911
- # 注意:此字段可能返回 null,表示取不到有效值。
5912
5607
  # @type WID: String
5913
5608
 
5914
5609
  attr_accessor :Id, :Name, :TriggerType, :TriggerCondition, :ValidPeriod, :LinkRuleSet, :CreateTime, :DeviceType, :WID
@@ -5948,16 +5643,12 @@ module TencentCloud
5948
5643
  # 事件对象
5949
5644
  class EventObj < TencentCloud::Common::AbstractModel
5950
5645
  # @param Id: 事件id
5951
- # 注意:此字段可能返回 null,表示取不到有效值。
5952
5646
  # @type Id: Integer
5953
5647
  # @param Name: 事件名称
5954
- # 注意:此字段可能返回 null,表示取不到有效值。
5955
5648
  # @type Name: String
5956
5649
  # @param Type: 事件触发类型名称
5957
- # 注意:此字段可能返回 null,表示取不到有效值。
5958
5650
  # @type Type: String
5959
5651
  # @param Condition: 时间触发条件
5960
- # 注意:此字段可能返回 null,表示取不到有效值。
5961
5652
  # @type Condition: String
5962
5653
 
5963
5654
  attr_accessor :Id, :Name, :Type, :Condition
@@ -5980,8 +5671,6 @@ module TencentCloud
5980
5671
  # 文件下载URL
5981
5672
  class FileDownloadURL < TencentCloud::Common::AbstractModel
5982
5673
  # @param FileURL: 下载地址
5983
-
5984
- # 注意:此字段可能返回 null,表示取不到有效值。
5985
5674
  # @type FileURL: String
5986
5675
 
5987
5676
  attr_accessor :FileURL
@@ -5998,11 +5687,8 @@ module TencentCloud
5998
5687
  # 文件信息
5999
5688
  class FileInfo < TencentCloud::Common::AbstractModel
6000
5689
  # @param FileId: 文件id
6001
-
6002
- # 注意:此字段可能返回 null,表示取不到有效值。
6003
5690
  # @type FileId: String
6004
5691
  # @param ReportName: 名称
6005
- # 注意:此字段可能返回 null,表示取不到有效值。
6006
5692
  # @type ReportName: String
6007
5693
 
6008
5694
  attr_accessor :FileId, :ReportName
@@ -6021,13 +5707,10 @@ module TencentCloud
6021
5707
  # 获取文件上传URL接口回包
6022
5708
  class FileUploadURL < TencentCloud::Common::AbstractModel
6023
5709
  # @param UploadURL: 上传地址
6024
- # 注意:此字段可能返回 null,表示取不到有效值。
6025
5710
  # @type UploadURL: String
6026
5711
  # @param FileId: 文件Id
6027
- # 注意:此字段可能返回 null,表示取不到有效值。
6028
5712
  # @type FileId: String
6029
5713
  # @param DownloadURL: 下载地址
6030
- # 注意:此字段可能返回 null,表示取不到有效值。
6031
5714
  # @type DownloadURL: String
6032
5715
 
6033
5716
  attr_accessor :UploadURL, :FileId, :DownloadURL
@@ -6048,34 +5731,22 @@ module TencentCloud
6048
5731
  # 告警处理记录
6049
5732
  class HandleRecordInfo < TencentCloud::Common::AbstractModel
6050
5733
  # @param Id: 告警处理记录id
6051
-
6052
- # 注意:此字段可能返回 null,表示取不到有效值。
6053
5734
  # @type Id: Integer
6054
5735
  # @param Description: 描述
6055
- # 注意:此字段可能返回 null,表示取不到有效值。
6056
5736
  # @type Description: String
6057
5737
  # @param Name: 名称
6058
- # 注意:此字段可能返回 null,表示取不到有效值。
6059
5738
  # @type Name: String
6060
5739
  # @param OperationType: 操作类型
6061
- # 注意:此字段可能返回 null,表示取不到有效值。
6062
5740
  # @type OperationType: String
6063
5741
  # @param Time: 处理时间
6064
- # 注意:此字段可能返回 null,表示取不到有效值。
6065
5742
  # @type Time: String
6066
5743
  # @param Type: 类型
6067
- # 注意:此字段可能返回 null,表示取不到有效值。
6068
5744
  # @type Type: String
6069
5745
  # @param FileSet: 文件列表
6070
-
6071
- # 注意:此字段可能返回 null,表示取不到有效值。
6072
5746
  # @type FileSet: Array
6073
5747
  # @param AppId: 应用appid
6074
- # 注意:此字段可能返回 null,表示取不到有效值。
6075
5748
  # @type AppId: Integer
6076
5749
  # @param ExtendOne: 扩展字段1,存非孪生中台用户id
6077
-
6078
- # 注意:此字段可能返回 null,表示取不到有效值。
6079
5750
  # @type ExtendOne: String
6080
5751
 
6081
5752
  attr_accessor :Id, :Description, :Name, :OperationType, :Time, :Type, :FileSet, :AppId, :ExtendOne
@@ -6115,10 +5786,8 @@ module TencentCloud
6115
5786
  # 告警处理人列表
6116
5787
  class HandlerPersonInfo < TencentCloud::Common::AbstractModel
6117
5788
  # @param Id: 用户id
6118
- # 注意:此字段可能返回 null,表示取不到有效值。
6119
5789
  # @type Id: String
6120
5790
  # @param Name: 用户名
6121
- # 注意:此字段可能返回 null,表示取不到有效值。
6122
5791
  # @type Name: String
6123
5792
 
6124
5793
  attr_accessor :Id, :Name
@@ -6137,10 +5806,8 @@ module TencentCloud
6137
5806
  # 关联规则信息
6138
5807
  class LinkRule < TencentCloud::Common::AbstractModel
6139
5808
  # @param Id: 关联联动规则id
6140
- # 注意:此字段可能返回 null,表示取不到有效值。
6141
5809
  # @type Id: Integer
6142
5810
  # @param Name: 关联联动规则名字
6143
- # 注意:此字段可能返回 null,表示取不到有效值。
6144
5811
  # @type Name: String
6145
5812
 
6146
5813
  attr_accessor :Id, :Name
@@ -6159,28 +5826,20 @@ module TencentCloud
6159
5826
  # 联动规则信息
6160
5827
  class LinkRuleInfo < TencentCloud::Common::AbstractModel
6161
5828
  # @param Id: 联动id
6162
- # 注意:此字段可能返回 null,表示取不到有效值。
6163
5829
  # @type Id: Integer
6164
5830
  # @param Name: 联动名称
6165
- # 注意:此字段可能返回 null,表示取不到有效值。
6166
5831
  # @type Name: String
6167
5832
  # @param EventSet: 事件列表
6168
- # 注意:此字段可能返回 null,表示取不到有效值。
6169
5833
  # @type EventSet: Array
6170
5834
  # @param ActionSet: 动作列表
6171
- # 注意:此字段可能返回 null,表示取不到有效值。
6172
5835
  # @type ActionSet: Array
6173
5836
  # @param Status: 状态:0开,-1关
6174
- # 注意:此字段可能返回 null,表示取不到有效值。
6175
5837
  # @type Status: Integer
6176
5838
  # @param BeginDate: 起始时间
6177
- # 注意:此字段可能返回 null,表示取不到有效值。
6178
5839
  # @type BeginDate: String
6179
5840
  # @param EndDate: 结束时间
6180
- # 注意:此字段可能返回 null,表示取不到有效值。
6181
5841
  # @type EndDate: String
6182
5842
  # @param ValidPeriod: 有效周期内容,有效字段为x-json后的字段
6183
- # 注意:此字段可能返回 null,表示取不到有效值。
6184
5843
  # @type ValidPeriod: String
6185
5844
 
6186
5845
  attr_accessor :Id, :Name, :EventSet, :ActionSet, :Status, :BeginDate, :EndDate, :ValidPeriod
@@ -6249,28 +5908,20 @@ module TencentCloud
6249
5908
  # 模型基础信息
6250
5909
  class ModelInfo < TencentCloud::Common::AbstractModel
6251
5910
  # @param WorkspaceId: 工作空间id
6252
- # 注意:此字段可能返回 null,表示取不到有效值。
6253
5911
  # @type WorkspaceId: Integer
6254
5912
  # @param ModelName: 模型名称
6255
- # 注意:此字段可能返回 null,表示取不到有效值。
6256
5913
  # @type ModelName: String
6257
5914
  # @param ModelId: 物模型id
6258
- # 注意:此字段可能返回 null,表示取不到有效值。
6259
5915
  # @type ModelId: String
6260
5916
  # @param RelatedProduct: 关联产品信息
6261
- # 注意:此字段可能返回 null,表示取不到有效值。
6262
5917
  # @type RelatedProduct: Array
6263
5918
  # @param DeviceTypeName: 设备类型名
6264
- # 注意:此字段可能返回 null,表示取不到有效值。
6265
5919
  # @type DeviceTypeName: String
6266
5920
  # @param DeviceType: 设备类型id
6267
- # 注意:此字段可能返回 null,表示取不到有效值。
6268
5921
  # @type DeviceType: String
6269
5922
  # @param ModelType: 物模型类型,产品模型/标准模型
6270
- # 注意:此字段可能返回 null,表示取不到有效值。
6271
5923
  # @type ModelType: Integer
6272
5924
  # @param ModelParams: 模型参数内容,有效字段为"x-json:"后的字段
6273
- # 注意:此字段可能返回 null,表示取不到有效值。
6274
5925
  # @type ModelParams: String
6275
5926
 
6276
5927
  attr_accessor :WorkspaceId, :ModelName, :ModelId, :RelatedProduct, :DeviceTypeName, :DeviceType, :ModelType, :ModelParams
@@ -6308,19 +5959,14 @@ module TencentCloud
6308
5959
  # 模型列表查询结果
6309
5960
  class ModelSet < TencentCloud::Common::AbstractModel
6310
5961
  # @param PageNumber: 第几页
6311
- # 注意:此字段可能返回 null,表示取不到有效值。
6312
5962
  # @type PageNumber: Integer
6313
5963
  # @param PageSize: 每页条数
6314
- # 注意:此字段可能返回 null,表示取不到有效值。
6315
5964
  # @type PageSize: Integer
6316
5965
  # @param TotalPage: 总页数
6317
- # 注意:此字段可能返回 null,表示取不到有效值。
6318
5966
  # @type TotalPage: Integer
6319
5967
  # @param TotalRow: 总条数
6320
- # 注意:此字段可能返回 null,表示取不到有效值。
6321
5968
  # @type TotalRow: Integer
6322
5969
  # @param Set: 模型基础信息
6323
- # 注意:此字段可能返回 null,表示取不到有效值。
6324
5970
  # @type Set: Array
6325
5971
 
6326
5972
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :Set
@@ -6669,43 +6315,30 @@ module TencentCloud
6669
6315
  # 产品信息
6670
6316
  class ProductInfo < TencentCloud::Common::AbstractModel
6671
6317
  # @param WorkspaceId: 工作空间id
6672
- # 注意:此字段可能返回 null,表示取不到有效值。
6673
6318
  # @type WorkspaceId: Integer
6674
6319
  # @param ProductId: 产品PID
6675
- # 注意:此字段可能返回 null,表示取不到有效值。
6676
6320
  # @type ProductId: Integer
6677
6321
  # @param ProductName: 产品名称
6678
- # 注意:此字段可能返回 null,表示取不到有效值。
6679
6322
  # @type ProductName: String
6680
6323
  # @param DeviceTypeName: 设备类型
6681
- # 注意:此字段可能返回 null,表示取不到有效值。
6682
6324
  # @type DeviceTypeName: String
6683
6325
  # @param DeviceTypeId: 设备类型id
6684
- # 注意:此字段可能返回 null,表示取不到有效值。
6685
6326
  # @type DeviceTypeId: String
6686
6327
  # @param Attribute: 产品属性,如:网关(1)、直连设备(2)、子设备(3)
6687
- # 注意:此字段可能返回 null,表示取不到有效值。
6688
6328
  # @type Attribute: Integer
6689
6329
  # @param ProductType: 产品型号
6690
- # 注意:此字段可能返回 null,表示取不到有效值。
6691
6330
  # @type ProductType: String
6692
6331
  # @param ProductAbility: 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
6693
- # 注意:此字段可能返回 null,表示取不到有效值。
6694
6332
  # @type ProductAbility: Integer
6695
6333
  # @param Manufacturer: 生产厂商
6696
- # 注意:此字段可能返回 null,表示取不到有效值。
6697
6334
  # @type Manufacturer: String
6698
6335
  # @param MaintenanceMfr: 维保厂商
6699
- # 注意:此字段可能返回 null,表示取不到有效值。
6700
6336
  # @type MaintenanceMfr: String
6701
6337
  # @param ModelName: 物模型名称
6702
- # 注意:此字段可能返回 null,表示取不到有效值。
6703
6338
  # @type ModelName: String
6704
6339
  # @param ModelId: 物模型id
6705
- # 注意:此字段可能返回 null,表示取不到有效值。
6706
6340
  # @type ModelId: String
6707
6341
  # @param ModelType: 物模型类型,产品模型/标准模型
6708
- # 注意:此字段可能返回 null,表示取不到有效值。
6709
6342
  # @type ModelType: Integer
6710
6343
 
6711
6344
  attr_accessor :WorkspaceId, :ProductId, :ProductName, :DeviceTypeName, :DeviceTypeId, :Attribute, :ProductType, :ProductAbility, :Manufacturer, :MaintenanceMfr, :ModelName, :ModelId, :ModelType
@@ -6746,19 +6379,14 @@ module TencentCloud
6746
6379
  # 产品列表查询结果
6747
6380
  class ProductSet < TencentCloud::Common::AbstractModel
6748
6381
  # @param PageNumber: 第几页
6749
- # 注意:此字段可能返回 null,表示取不到有效值。
6750
6382
  # @type PageNumber: Integer
6751
6383
  # @param PageSize: 每页条数
6752
- # 注意:此字段可能返回 null,表示取不到有效值。
6753
6384
  # @type PageSize: Integer
6754
6385
  # @param TotalPage: 总页数
6755
- # 注意:此字段可能返回 null,表示取不到有效值。
6756
6386
  # @type TotalPage: Integer
6757
6387
  # @param TotalRow: 总条数
6758
- # 注意:此字段可能返回 null,表示取不到有效值。
6759
6388
  # @type TotalRow: Integer
6760
6389
  # @param Product: 产品信息列表
6761
- # 注意:此字段可能返回 null,表示取不到有效值。
6762
6390
  # @type Product: Array
6763
6391
 
6764
6392
  attr_accessor :PageNumber, :PageSize, :TotalPage, :TotalRow, :Product
@@ -6790,25 +6418,18 @@ module TencentCloud
6790
6418
  # 视频流Raw协议信息
6791
6419
  class RawInfo < TencentCloud::Common::AbstractModel
6792
6420
  # @param SM4Vector: 加密向量(如果视频网关选择流为非加密传输这个参数可忽略)
6793
- # 注意:此字段可能返回 null,表示取不到有效值。
6794
6421
  # @type SM4Vector: String
6795
6422
  # @param NATIP: 专线ip (非专线接入可忽略)
6796
- # 注意:此字段可能返回 null,表示取不到有效值。
6797
6423
  # @type NATIP: String
6798
6424
  # @param StreamToken: 客户端握手鉴权参数
6799
- # 注意:此字段可能返回 null,表示取不到有效值。
6800
6425
  # @type StreamToken: String
6801
6426
  # @param Port: 拉流端口
6802
- # 注意:此字段可能返回 null,表示取不到有效值。
6803
6427
  # @type Port: Integer
6804
6428
  # @param StreamEnKey: 视频流加密key,目前为AES128加密KEY(如果视频网关选择流为非加密传输这个参数可忽略)
6805
- # 注意:此字段可能返回 null,表示取不到有效值。
6806
6429
  # @type StreamEnKey: String
6807
6430
  # @param IP: 拉流公网地址(非公网接入时,这个地址是内网地址)
6808
- # 注意:此字段可能返回 null,表示取不到有效值。
6809
6431
  # @type IP: String
6810
6432
  # @param InnerIP: 拉流内网地址
6811
- # 注意:此字段可能返回 null,表示取不到有效值。
6812
6433
  # @type InnerIP: String
6813
6434
 
6814
6435
  attr_accessor :SM4Vector, :NATIP, :StreamToken, :Port, :StreamEnKey, :IP, :InnerIP
@@ -6837,13 +6458,10 @@ module TencentCloud
6837
6458
  # 录像信息
6838
6459
  class RecordInfo < TencentCloud::Common::AbstractModel
6839
6460
  # @param StartTime: 本录像片段开始时间(s)
6840
- # 注意:此字段可能返回 null,表示取不到有效值。
6841
6461
  # @type StartTime: Integer
6842
6462
  # @param EndTime: 本录像片段结束时间(s)
6843
- # 注意:此字段可能返回 null,表示取不到有效值。
6844
6463
  # @type EndTime: Integer
6845
6464
  # @param VideoURL: 录像片段文件url
6846
- # 注意:此字段可能返回 null,表示取不到有效值。
6847
6465
  # @type VideoURL: String
6848
6466
 
6849
6467
  attr_accessor :StartTime, :EndTime, :VideoURL
@@ -6864,10 +6482,8 @@ module TencentCloud
6864
6482
  # 关联产品信息
6865
6483
  class RelatedProduct < TencentCloud::Common::AbstractModel
6866
6484
  # @param Id: 关联产品pid
6867
- # 注意:此字段可能返回 null,表示取不到有效值。
6868
6485
  # @type Id: Integer
6869
6486
  # @param Name: 关联产品名字
6870
- # 注意:此字段可能返回 null,表示取不到有效值。
6871
6487
  # @type Name: String
6872
6488
 
6873
6489
  attr_accessor :Id, :Name
@@ -7007,10 +6623,8 @@ module TencentCloud
7007
6623
  # 上报图片列表
7008
6624
  class ReportImg < TencentCloud::Common::AbstractModel
7009
6625
  # @param Type: 类型
7010
- # 注意:此字段可能返回 null,表示取不到有效值。
7011
6626
  # @type Type: Integer
7012
6627
  # @param Data: 数据
7013
- # 注意:此字段可能返回 null,表示取不到有效值。
7014
6628
  # @type Data: String
7015
6629
 
7016
6630
  attr_accessor :Type, :Data
@@ -7029,12 +6643,8 @@ module TencentCloud
7029
6643
  # 上报消息结果
7030
6644
  class ReportMsgRes < TencentCloud::Common::AbstractModel
7031
6645
  # @param ReportId: 上报消息对应下标的16位标识Id, 即第几个消息
7032
-
7033
- # 注意:此字段可能返回 null,表示取不到有效值。
7034
6646
  # @type ReportId: String
7035
6647
  # @param ReportStatus: 上报消息结果,1表示成功推送,0表示推送失败
7036
-
7037
- # 注意:此字段可能返回 null,表示取不到有效值。
7038
6648
  # @type ReportStatus: Integer
7039
6649
 
7040
6650
  attr_accessor :ReportId, :ReportStatus
@@ -7053,37 +6663,26 @@ module TencentCloud
7053
6663
  # 规则详情查询结果
7054
6664
  class RuleDetailRes < TencentCloud::Common::AbstractModel
7055
6665
  # @param RuleId: 联动id
7056
- # 注意:此字段可能返回 null,表示取不到有效值。
7057
6666
  # @type RuleId: Integer
7058
6667
  # @param RuleName: 联动名称
7059
- # 注意:此字段可能返回 null,表示取不到有效值。
7060
6668
  # @type RuleName: String
7061
6669
  # @param RuleDesc: 联动说明
7062
- # 注意:此字段可能返回 null,表示取不到有效值。
7063
6670
  # @type RuleDesc: String
7064
6671
  # @param ValidType: 1 全天有效,0:固定时间段有效
7065
- # 注意:此字段可能返回 null,表示取不到有效值。
7066
6672
  # @type ValidType: Integer
7067
6673
  # @param ValidPeriod: 有效期,json字符串(全天有效时为空)
7068
- # 注意:此字段可能返回 null,表示取不到有效值。
7069
6674
  # @type ValidPeriod: String
7070
6675
  # @param BeginDate: 起始时间
7071
- # 注意:此字段可能返回 null,表示取不到有效值。
7072
6676
  # @type BeginDate: String
7073
6677
  # @param EndDate: 结束时间
7074
- # 注意:此字段可能返回 null,表示取不到有效值。
7075
6678
  # @type EndDate: String
7076
6679
  # @param Status: 启用状态。1-启用,0-停用
7077
- # 注意:此字段可能返回 null,表示取不到有效值。
7078
6680
  # @type Status: Integer
7079
6681
  # @param EventRule: 触发规则,事件的组合
7080
- # 注意:此字段可能返回 null,表示取不到有效值。
7081
6682
  # @type EventRule: String
7082
6683
  # @param EventInfoSet: 事件对象集合
7083
- # 注意:此字段可能返回 null,表示取不到有效值。
7084
6684
  # @type EventInfoSet: Array
7085
6685
  # @param ActionInfoSet: 动作对象集合
7086
- # 注意:此字段可能返回 null,表示取不到有效值。
7087
6686
  # @type ActionInfoSet: Array
7088
6687
 
7089
6688
  attr_accessor :RuleId, :RuleName, :RuleDesc, :ValidType, :ValidPeriod, :BeginDate, :EndDate, :Status, :EventRule, :EventInfoSet, :ActionInfoSet
@@ -7233,7 +6832,6 @@ module TencentCloud
7233
6832
  # 场景列表响应体
7234
6833
  class SceneListRes < TencentCloud::Common::AbstractModel
7235
6834
  # @param SceneList: 场景列表
7236
- # 注意:此字段可能返回 null,表示取不到有效值。
7237
6835
  # @type SceneList: Array
7238
6836
 
7239
6837
  attr_accessor :SceneList
@@ -7257,7 +6855,6 @@ module TencentCloud
7257
6855
  # 查询项目空间楼栋数量与建筑面积响应体
7258
6856
  class SpaceDataListStatsRes < TencentCloud::Common::AbstractModel
7259
6857
  # @param List: 楼栋数量与建筑面积列表
7260
- # 注意:此字段可能返回 null,表示取不到有效值。
7261
6858
  # @type List: Array
7262
6859
 
7263
6860
  attr_accessor :List
@@ -7329,7 +6926,6 @@ module TencentCloud
7329
6926
  # 查询指定空间id列表响应
7330
6927
  class SpaceDeviceIdListRes < TencentCloud::Common::AbstractModel
7331
6928
  # @param DeviceIds: 设备id列表
7332
- # 注意:此字段可能返回 null,表示取不到有效值。
7333
6929
  # @type DeviceIds: Array
7334
6930
 
7335
6931
  attr_accessor :DeviceIds
@@ -7346,10 +6942,8 @@ module TencentCloud
7346
6942
  # 设备-空间绑定关系
7347
6943
  class SpaceDeviceRelation < TencentCloud::Common::AbstractModel
7348
6944
  # @param DeviceId: 设备id
7349
- # 注意:此字段可能返回 null,表示取不到有效值。
7350
6945
  # @type DeviceId: String
7351
6946
  # @param ElementId: 构件id
7352
- # 注意:此字段可能返回 null,表示取不到有效值。
7353
6947
  # @type ElementId: String
7354
6948
 
7355
6949
  attr_accessor :DeviceId, :ElementId
@@ -7368,7 +6962,6 @@ module TencentCloud
7368
6962
  # 设备-空间绑定关系响应体
7369
6963
  class SpaceDeviceRelationRes < TencentCloud::Common::AbstractModel
7370
6964
  # @param SpaceDeviceRelationList: 设备空间绑定关系列表
7371
- # 注意:此字段可能返回 null,表示取不到有效值。
7372
6965
  # @type SpaceDeviceRelationList: Array
7373
6966
 
7374
6967
  attr_accessor :SpaceDeviceRelationList
@@ -7392,37 +6985,26 @@ module TencentCloud
7392
6985
  # 项目空间详细信息
7393
6986
  class SpaceInfo < TencentCloud::Common::AbstractModel
7394
6987
  # @param WorkspaceId: 项目空间id
7395
- # 注意:此字段可能返回 null,表示取不到有效值。
7396
6988
  # @type WorkspaceId: Integer
7397
6989
  # @param TenantId: 租户id
7398
- # 注意:此字段可能返回 null,表示取不到有效值。
7399
6990
  # @type TenantId: Integer
7400
6991
  # @param EnglishName: 英文名
7401
- # 注意:此字段可能返回 null,表示取不到有效值。
7402
6992
  # @type EnglishName: String
7403
6993
  # @param ChineseName: 中文名
7404
- # 注意:此字段可能返回 null,表示取不到有效值。
7405
6994
  # @type ChineseName: String
7406
6995
  # @param Description: 项目空间描述
7407
- # 注意:此字段可能返回 null,表示取不到有效值。
7408
6996
  # @type Description: String
7409
6997
  # @param Status: 项目空间状态:0 启用 1 停用 -1 已删除
7410
- # 注意:此字段可能返回 null,表示取不到有效值。
7411
6998
  # @type Status: Integer
7412
6999
  # @param IsCommWorkspace: 是否是公共空间
7413
- # 注意:此字段可能返回 null,表示取不到有效值。
7414
7000
  # @type IsCommWorkspace: Boolean
7415
7001
  # @param ValidityStartTime: 有效期开始时间
7416
- # 注意:此字段可能返回 null,表示取不到有效值。
7417
7002
  # @type ValidityStartTime: String
7418
7003
  # @param ValidityEndTime: 有效期结束时间
7419
- # 注意:此字段可能返回 null,表示取不到有效值。
7420
7004
  # @type ValidityEndTime: String
7421
7005
  # @param Selected: 选中状态
7422
- # 注意:此字段可能返回 null,表示取不到有效值。
7423
7006
  # @type Selected: Integer
7424
7007
  # @param IsSystem: 系统生成状态
7425
- # 注意:此字段可能返回 null,表示取不到有效值。
7426
7008
  # @type IsSystem: Integer
7427
7009
 
7428
7010
  attr_accessor :WorkspaceId, :TenantId, :EnglishName, :ChineseName, :Description, :Status, :IsCommWorkspace, :ValidityStartTime, :ValidityEndTime, :Selected, :IsSystem
@@ -7459,22 +7041,16 @@ module TencentCloud
7459
7041
  # 空间层级关系
7460
7042
  class SpaceRelation < TencentCloud::Common::AbstractModel
7461
7043
  # @param ElementId: 构件id
7462
- # 注意:此字段可能返回 null,表示取不到有效值。
7463
7044
  # @type ElementId: String
7464
7045
  # @param ElementName: 构件名称
7465
- # 注意:此字段可能返回 null,表示取不到有效值。
7466
7046
  # @type ElementName: String
7467
7047
  # @param Level: 空间层级
7468
- # 注意:此字段可能返回 null,表示取不到有效值。
7469
7048
  # @type Level: Integer
7470
7049
  # @param SpaceCode: 空间编码
7471
- # 注意:此字段可能返回 null,表示取不到有效值。
7472
7050
  # @type SpaceCode: String
7473
7051
  # @param ParentSpaceCode: 父级空间编码
7474
- # 注意:此字段可能返回 null,表示取不到有效值。
7475
7052
  # @type ParentSpaceCode: String
7476
7053
  # @param Children: 子构件信息
7477
- # 注意:此字段可能返回 null,表示取不到有效值。
7478
7054
  # @type Children: Array
7479
7055
 
7480
7056
  attr_accessor :ElementId, :ElementName, :Level, :SpaceCode, :ParentSpaceCode, :Children
@@ -7508,7 +7084,6 @@ module TencentCloud
7508
7084
  # 空间层级关系响应体
7509
7085
  class SpaceRelationRes < TencentCloud::Common::AbstractModel
7510
7086
  # @param SpaceRelation: 空间层级关系
7511
- # 注意:此字段可能返回 null,表示取不到有效值。
7512
7087
  # @type SpaceRelation: :class:`Tencentcloud::Weilingwith.v20230427.models.SpaceRelation`
7513
7088
 
7514
7089
  attr_accessor :SpaceRelation
@@ -7528,10 +7103,8 @@ module TencentCloud
7528
7103
  # 空间分类
7529
7104
  class SpaceType < TencentCloud::Common::AbstractModel
7530
7105
  # @param SpaceTypeCode: 空间分类编码
7531
- # 注意:此字段可能返回 null,表示取不到有效值。
7532
7106
  # @type SpaceTypeCode: String
7533
7107
  # @param SpaceTypeName: 空间分类名称
7534
- # 注意:此字段可能返回 null,表示取不到有效值。
7535
7108
  # @type SpaceTypeName: String
7536
7109
 
7537
7110
  attr_accessor :SpaceTypeCode, :SpaceTypeName
@@ -7550,7 +7123,6 @@ module TencentCloud
7550
7123
  # 空间分类列表响应体
7551
7124
  class SpaceTypeListRes < TencentCloud::Common::AbstractModel
7552
7125
  # @param SpaceTypeList: 空间分类列表
7553
- # 注意:此字段可能返回 null,表示取不到有效值。
7554
7126
  # @type SpaceTypeList: Array
7555
7127
 
7556
7128
  attr_accessor :SpaceTypeList
@@ -7574,13 +7146,10 @@ module TencentCloud
7574
7146
  # 部门用户
7575
7147
  class SsoDepartment < TencentCloud::Common::AbstractModel
7576
7148
  # @param DepartmentId: 部门ID
7577
- # 注意:此字段可能返回 null,表示取不到有效值。
7578
7149
  # @type DepartmentId: String
7579
7150
  # @param Name: 部门名称
7580
- # 注意:此字段可能返回 null,表示取不到有效值。
7581
7151
  # @type Name: String
7582
7152
  # @param ParentDepartmentId: 父级部门ID
7583
- # 注意:此字段可能返回 null,表示取不到有效值。
7584
7153
  # @type ParentDepartmentId: String
7585
7154
 
7586
7155
  attr_accessor :DepartmentId, :Name, :ParentDepartmentId
@@ -7601,10 +7170,8 @@ module TencentCloud
7601
7170
  # 部门用户结果
7602
7171
  class SsoDepartmentsResult < TencentCloud::Common::AbstractModel
7603
7172
  # @param Total: 总数
7604
- # 注意:此字段可能返回 null,表示取不到有效值。
7605
7173
  # @type Total: Integer
7606
7174
  # @param Departments: 部门列表
7607
- # 注意:此字段可能返回 null,表示取不到有效值。
7608
7175
  # @type Departments: Array
7609
7176
 
7610
7177
  attr_accessor :Total, :Departments
@@ -7630,37 +7197,26 @@ module TencentCloud
7630
7197
  # 部门用户
7631
7198
  class SsoTeamUser < TencentCloud::Common::AbstractModel
7632
7199
  # @param UserId: 用户ID
7633
- # 注意:此字段可能返回 null,表示取不到有效值。
7634
7200
  # @type UserId: String
7635
7201
  # @param RealName: 用户名称
7636
- # 注意:此字段可能返回 null,表示取不到有效值。
7637
7202
  # @type RealName: String
7638
7203
  # @param UserType: 用户类型,1-超级管理员;2-1号管理员;3-普通管理员;99-普通用户
7639
- # 注意:此字段可能返回 null,表示取不到有效值。
7640
7204
  # @type UserType: String
7641
7205
  # @param TenantId: 所属租户ID
7642
- # 注意:此字段可能返回 null,表示取不到有效值。
7643
7206
  # @type TenantId: String
7644
7207
  # @param Email: 邮箱
7645
- # 注意:此字段可能返回 null,表示取不到有效值。
7646
7208
  # @type Email: String
7647
7209
  # @param Phone: 电话
7648
- # 注意:此字段可能返回 null,表示取不到有效值。
7649
7210
  # @type Phone: String
7650
7211
  # @param Status: 用户状态
7651
- # 注意:此字段可能返回 null,表示取不到有效值。
7652
7212
  # @type Status: Integer
7653
7213
  # @param CreateAt: 创建时间
7654
- # 注意:此字段可能返回 null,表示取不到有效值。
7655
7214
  # @type CreateAt: Integer
7656
7215
  # @param DepartmentId: 部门ID
7657
- # 注意:此字段可能返回 null,表示取不到有效值。
7658
7216
  # @type DepartmentId: String
7659
7217
  # @param DepartmentName: 部门名称
7660
- # 注意:此字段可能返回 null,表示取不到有效值。
7661
7218
  # @type DepartmentName: String
7662
7219
  # @param LinkFilter: 是否关联权限
7663
- # 注意:此字段可能返回 null,表示取不到有效值。
7664
7220
  # @type LinkFilter: Integer
7665
7221
 
7666
7222
  attr_accessor :UserId, :RealName, :UserType, :TenantId, :Email, :Phone, :Status, :CreateAt, :DepartmentId, :DepartmentName, :LinkFilter
@@ -7697,10 +7253,8 @@ module TencentCloud
7697
7253
  # 空间用户结果
7698
7254
  class SsoTeamUserResult < TencentCloud::Common::AbstractModel
7699
7255
  # @param Total: 总数
7700
- # 注意:此字段可能返回 null,表示取不到有效值。
7701
7256
  # @type Total: Integer
7702
7257
  # @param Users: 部门用户列表
7703
- # 注意:此字段可能返回 null,表示取不到有效值。
7704
7258
  # @type Users: Array
7705
7259
 
7706
7260
  attr_accessor :Total, :Users
@@ -7726,52 +7280,36 @@ module TencentCloud
7726
7280
  # 用户结果
7727
7281
  class SsoUser < TencentCloud::Common::AbstractModel
7728
7282
  # @param UserId: 用户ID
7729
- # 注意:此字段可能返回 null,表示取不到有效值。
7730
7283
  # @type UserId: String
7731
7284
  # @param UserName: 用户昵称
7732
- # 注意:此字段可能返回 null,表示取不到有效值。
7733
7285
  # @type UserName: String
7734
7286
  # @param RealName: 用户名称
7735
- # 注意:此字段可能返回 null,表示取不到有效值。
7736
7287
  # @type RealName: String
7737
7288
  # @param UserType: 用户类型,1-超级管理员;2-1号管理员;3-普通管理员;99-普通用户
7738
- # 注意:此字段可能返回 null,表示取不到有效值。
7739
7289
  # @type UserType: String
7740
7290
  # @param TenantId: 所属租户ID
7741
- # 注意:此字段可能返回 null,表示取不到有效值。
7742
7291
  # @type TenantId: String
7743
7292
  # @param UserGroup: 所属组ID
7744
- # 注意:此字段可能返回 null,表示取不到有效值。
7745
7293
  # @type UserGroup: String
7746
7294
  # @param Email: 邮箱
7747
- # 注意:此字段可能返回 null,表示取不到有效值。
7748
7295
  # @type Email: String
7749
7296
  # @param Phone: 电话
7750
- # 注意:此字段可能返回 null,表示取不到有效值。
7751
7297
  # @type Phone: String
7752
7298
  # @param Status: 用户状态,0待审核,1正常启用,2禁用
7753
- # 注意:此字段可能返回 null,表示取不到有效值。
7754
7299
  # @type Status: Integer
7755
7300
  # @param CreateAt: 创建时间
7756
- # 注意:此字段可能返回 null,表示取不到有效值。
7757
7301
  # @type CreateAt: Integer
7758
7302
  # @param UpdateAt: 更新时间
7759
- # 注意:此字段可能返回 null,表示取不到有效值。
7760
7303
  # @type UpdateAt: Integer
7761
7304
  # @param BelongTeam: 是否属于团队,0不可用,1属于,2不属
7762
- # 注意:此字段可能返回 null,表示取不到有效值。
7763
7305
  # @type BelongTeam: Integer
7764
7306
  # @param DepartmentId: 部门ID
7765
- # 注意:此字段可能返回 null,表示取不到有效值。
7766
7307
  # @type DepartmentId: String
7767
7308
  # @param DepartmentName: 部门名称
7768
- # 注意:此字段可能返回 null,表示取不到有效值。
7769
7309
  # @type DepartmentName: String
7770
7310
  # @param DepartmentUserId: 子账户ID
7771
- # 注意:此字段可能返回 null,表示取不到有效值。
7772
7311
  # @type DepartmentUserId: Integer
7773
7312
  # @param Password: 密码
7774
- # 注意:此字段可能返回 null,表示取不到有效值。
7775
7313
  # @type Password: String
7776
7314
 
7777
7315
  attr_accessor :UserId, :UserName, :RealName, :UserType, :TenantId, :UserGroup, :Email, :Phone, :Status, :CreateAt, :UpdateAt, :BelongTeam, :DepartmentId, :DepartmentName, :DepartmentUserId, :Password
@@ -7818,10 +7356,8 @@ module TencentCloud
7818
7356
  # 租户人员结果
7819
7357
  class SsoUserResult < TencentCloud::Common::AbstractModel
7820
7358
  # @param Total: 总数
7821
- # 注意:此字段可能返回 null,表示取不到有效值。
7822
7359
  # @type Total: Integer
7823
7360
  # @param Users: 租户人员数据
7824
- # 注意:此字段可能返回 null,表示取不到有效值。
7825
7361
  # @type Users: Array
7826
7362
 
7827
7363
  attr_accessor :Total, :Users
@@ -7847,22 +7383,16 @@ module TencentCloud
7847
7383
  # 设备类型统计
7848
7384
  class StatDeviceType < TencentCloud::Common::AbstractModel
7849
7385
  # @param Total: 汇总数。在线(正常+故障) + 离线
7850
- # 注意:此字段可能返回 null,表示取不到有效值。
7851
7386
  # @type Total: Integer
7852
7387
  # @param Normal: 正常数
7853
- # 注意:此字段可能返回 null,表示取不到有效值。
7854
7388
  # @type Normal: Integer
7855
7389
  # @param Offline: 离线数
7856
- # 注意:此字段可能返回 null,表示取不到有效值。
7857
7390
  # @type Offline: Integer
7858
7391
  # @param Fault: 故障数
7859
- # 注意:此字段可能返回 null,表示取不到有效值。
7860
7392
  # @type Fault: Integer
7861
7393
  # @param Name: 设备名
7862
- # 注意:此字段可能返回 null,表示取不到有效值。
7863
7394
  # @type Name: String
7864
7395
  # @param DeviceType: 设备类型
7865
- # 注意:此字段可能返回 null,表示取不到有效值。
7866
7396
  # @type DeviceType: String
7867
7397
 
7868
7398
  attr_accessor :Total, :Normal, :Offline, :Fault, :Name, :DeviceType
@@ -7889,22 +7419,16 @@ module TencentCloud
7889
7419
  # 层级统计
7890
7420
  class StatLevel < TencentCloud::Common::AbstractModel
7891
7421
  # @param Total: 汇总数。在线(正常+故障) + 离线
7892
- # 注意:此字段可能返回 null,表示取不到有效值。
7893
7422
  # @type Total: Integer
7894
7423
  # @param NormalSum: 正常数
7895
- # 注意:此字段可能返回 null,表示取不到有效值。
7896
7424
  # @type NormalSum: Integer
7897
7425
  # @param OfflineSum: 离线数
7898
- # 注意:此字段可能返回 null,表示取不到有效值。
7899
7426
  # @type OfflineSum: Integer
7900
7427
  # @param FaultSum: 故障数
7901
- # 注意:此字段可能返回 null,表示取不到有效值。
7902
7428
  # @type FaultSum: Integer
7903
7429
  # @param SpaceCode: 空间id
7904
- # 注意:此字段可能返回 null,表示取不到有效值。
7905
7430
  # @type SpaceCode: String
7906
7431
  # @param StatDeviceTypeSet: 设备类型统计列表
7907
- # 注意:此字段可能返回 null,表示取不到有效值。
7908
7432
  # @type StatDeviceTypeSet: Array
7909
7433
 
7910
7434
  attr_accessor :Total, :NormalSum, :OfflineSum, :FaultSum, :SpaceCode, :StatDeviceTypeSet
@@ -8040,10 +7564,8 @@ module TencentCloud
8040
7564
  # 云录像接口结果
8041
7565
  class VideoCloudRecordRes < TencentCloud::Common::AbstractModel
8042
7566
  # @param TotalCount: 录像信息总数
8043
- # 注意:此字段可能返回 null,表示取不到有效值。
8044
7567
  # @type TotalCount: Integer
8045
7568
  # @param RecordSet: 录像信息列表
8046
- # 注意:此字段可能返回 null,表示取不到有效值。
8047
7569
  # @type RecordSet: Array
8048
7570
 
8049
7571
  attr_accessor :TotalCount, :RecordSet
@@ -8069,22 +7591,16 @@ module TencentCloud
8069
7591
  # 视频流查询结果
8070
7592
  class VideoRecordStreamRes < TencentCloud::Common::AbstractModel
8071
7593
  # @param FLV: FLV协议格式视频流
8072
- # 注意:此字段可能返回 null,表示取不到有效值。
8073
7594
  # @type FLV: String
8074
7595
  # @param RTMP: RTMP协议格式视频流
8075
- # 注意:此字段可能返回 null,表示取不到有效值。
8076
7596
  # @type RTMP: String
8077
7597
  # @param HLS: HLS协议格式视频流
8078
- # 注意:此字段可能返回 null,表示取不到有效值。
8079
7598
  # @type HLS: String
8080
7599
  # @param WebRTC: WebRtc协议格式视频流
8081
- # 注意:此字段可能返回 null,表示取不到有效值。
8082
7600
  # @type WebRTC: String
8083
7601
  # @param RAW: RAW协议格式视频流
8084
- # 注意:此字段可能返回 null,表示取不到有效值。
8085
7602
  # @type RAW: :class:`Tencentcloud::Weilingwith.v20230427.models.RawInfo`
8086
7603
  # @param Stream: 视频流的唯一标识
8087
- # 注意:此字段可能返回 null,表示取不到有效值。
8088
7604
  # @type Stream: String
8089
7605
 
8090
7606
  attr_accessor :FLV, :RTMP, :HLS, :WebRTC, :RAW, :Stream
@@ -8114,25 +7630,18 @@ module TencentCloud
8114
7630
  # 工作空间信息描述
8115
7631
  class WorkspaceInfo < TencentCloud::Common::AbstractModel
8116
7632
  # @param WorkspaceId: 工作空间Id
8117
- # 注意:此字段可能返回 null,表示取不到有效值。
8118
7633
  # @type WorkspaceId: Integer
8119
7634
  # @param ChineseName: 工作空间中文名字
8120
- # 注意:此字段可能返回 null,表示取不到有效值。
8121
7635
  # @type ChineseName: String
8122
7636
  # @param Description: 工作空间描述
8123
- # 注意:此字段可能返回 null,表示取不到有效值。
8124
7637
  # @type Description: String
8125
7638
  # @param Status: 工作空间是否删除状态
8126
- # 注意:此字段可能返回 null,表示取不到有效值。
8127
7639
  # @type Status: Integer
8128
7640
  # @param ParkName: 该工作空间绑定的区/县的行政区名字
8129
- # 注意:此字段可能返回 null,表示取不到有效值。
8130
7641
  # @type ParkName: String
8131
7642
  # @param ParkNum: 该工作空间绑定的区/县的行政区编码
8132
- # 注意:此字段可能返回 null,表示取不到有效值。
8133
7643
  # @type ParkNum: String
8134
7644
  # @param AdministrativeDetailSet: 获取该工作空间绑定的区/县的上级行政区划信息
8135
- # 注意:此字段可能返回 null,表示取不到有效值。
8136
7645
  # @type AdministrativeDetailSet: Array
8137
7646
 
8138
7647
  attr_accessor :WorkspaceId, :ChineseName, :Description, :Status, :ParkName, :ParkNum, :AdministrativeDetailSet
@@ -8168,7 +7677,6 @@ module TencentCloud
8168
7677
  # 项目空间列表
8169
7678
  class WorkspaceInfoList < TencentCloud::Common::AbstractModel
8170
7679
  # @param List: 项目空间列表
8171
- # 注意:此字段可能返回 null,表示取不到有效值。
8172
7680
  # @type List: Array
8173
7681
 
8174
7682
  attr_accessor :List