tencentcloud-sdk-iotexplorer 3.0.1030 → 3.0.1032

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 76ba8960daa59a38602a111215abdc13bfef0c43
4
- data.tar.gz: 4cdd045f8684aaca2a63c6a3a993e95c34e5c22b
3
+ metadata.gz: 604c0fe9281e23dd0af92a6ba739d6089e95b2c8
4
+ data.tar.gz: e9ed2294d9f4adcbc982256d57f10020763ec58b
5
5
  SHA512:
6
- metadata.gz: 33b199c9232f488c3840757b325ef0c4503fd3d48a2d77314a8a2dc9b5ded0723cc86cbdab4a2136459457d410cd29a3e274e1114df803567b166bd228178247
7
- data.tar.gz: e8cb2275139649e0e45c6fad368bd135a6a35a6360d08dfd31ce19f88260745fe2dd6ab9519676bdd609716665734645d60d98a9b90917d7cd5ea9d1564af0fe
6
+ metadata.gz: a790f8c53b8de9f8744476483770937b32965ae3bfd3dc144eb25e639f9d6569ce53a6ecb67625c23f02ed4e3267f696d868aab40fb0195ae38bffa69db05f00
7
+ data.tar.gz: ee622c5abbabed8e7d9870a2c047b33f62b91394611caff3ee7f94379372c04759036d67b05806e50f2dbee359325d3a234e29fa61e29007af920cfa54278f47
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1030
1
+ 3.0.1032
@@ -557,7 +557,7 @@ module TencentCloud
557
557
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
558
558
  end
559
559
 
560
- # 创建位置空间
560
+ # 创建位置空间。
561
561
 
562
562
  # @param request: Request instance for CreatePositionSpace.
563
563
  # @type request: :class:`Tencentcloud::iotexplorer::V20190423::CreatePositionSpaceRequest`
@@ -69,8 +69,8 @@ module TencentCloud
69
69
 
70
70
  attr_accessor :PkgType, :MiniProgramAppId, :DeviceList
71
71
  extend Gem::Deprecate
72
- deprecate :MiniProgramAppId, :none, 2025, 3
73
- deprecate :MiniProgramAppId=, :none, 2025, 3
72
+ deprecate :MiniProgramAppId, :none, 2025, 4
73
+ deprecate :MiniProgramAppId=, :none, 2025, 4
74
74
 
75
75
  def initialize(pkgtype=nil, miniprogramappid=nil, devicelist=nil)
76
76
  @PkgType = pkgtype
@@ -95,18 +95,18 @@ module TencentCloud
95
95
  # ActivateTWeCallLicense返回参数结构体
96
96
  class ActivateTWeCallLicenseResponse < TencentCloud::Common::AbstractModel
97
97
  # @param DeviceList: 设备激活返回数据
98
- # 注意:此字段可能返回 null,表示取不到有效值。
99
98
  # @type DeviceList: Array
100
99
  # @param FailureList: 设备激活失败返回数据
101
- # 注意:此字段可能返回 null,表示取不到有效值。
102
100
  # @type FailureList: Array
103
101
  # @param SuccessList: 设备激活成功返回数据
104
- # 注意:此字段可能返回 null,表示取不到有效值。
105
102
  # @type SuccessList: Array
106
103
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
107
104
  # @type RequestId: String
108
105
 
109
106
  attr_accessor :DeviceList, :FailureList, :SuccessList, :RequestId
107
+ extend Gem::Deprecate
108
+ deprecate :DeviceList, :none, 2025, 4
109
+ deprecate :DeviceList=, :none, 2025, 4
110
110
 
111
111
  def initialize(devicelist=nil, failurelist=nil, successlist=nil, requestid=nil)
112
112
  @DeviceList = devicelist
@@ -199,22 +199,16 @@ module TencentCloud
199
199
  # 授权小程序信息
200
200
  class AuthMiniProgramAppInfo < TencentCloud::Common::AbstractModel
201
201
  # @param MiniProgramAppId: 小程序APPID
202
- # 注意:此字段可能返回 null,表示取不到有效值。
203
202
  # @type MiniProgramAppId: String
204
203
  # @param CreateTime: 创建时间
205
- # 注意:此字段可能返回 null,表示取不到有效值。
206
204
  # @type CreateTime: Integer
207
205
  # @param MiniProgramName: 小程序名称
208
- # 注意:此字段可能返回 null,表示取不到有效值。
209
206
  # @type MiniProgramName: String
210
207
  # @param LicenseNum: 激活码数
211
- # 注意:此字段可能返回 null,表示取不到有效值。
212
208
  # @type LicenseNum: Integer
213
209
  # @param IotAppId: 应用ID
214
- # 注意:此字段可能返回 null,表示取不到有效值。
215
210
  # @type IotAppId: String
216
211
  # @param IotAppName: 应用名称
217
- # 注意:此字段可能返回 null,表示取不到有效值。
218
212
  # @type IotAppName: String
219
213
 
220
214
  attr_accessor :MiniProgramAppId, :CreateTime, :MiniProgramName, :LicenseNum, :IotAppId, :IotAppName
@@ -381,25 +375,18 @@ module TencentCloud
381
375
  # @param ProductName: 产品名称。
382
376
  # @type ProductName: String
383
377
  # @param ProjectId: 产品所属项目ID。
384
- # 注意:此字段可能返回 null,表示取不到有效值。
385
378
  # @type ProjectId: String
386
379
  # @param DataProtocol: 物模型类型。
387
- # 注意:此字段可能返回 null,表示取不到有效值。
388
380
  # @type DataProtocol: Integer
389
381
  # @param CategoryId: 产品分组模板ID
390
- # 注意:此字段可能返回 null,表示取不到有效值。
391
382
  # @type CategoryId: Integer
392
383
  # @param ProductType: 产品类型
393
- # 注意:此字段可能返回 null,表示取不到有效值。
394
384
  # @type ProductType: Integer
395
385
  # @param NetType: 连接类型
396
- # 注意:此字段可能返回 null,表示取不到有效值。
397
386
  # @type NetType: String
398
387
  # @param DevStatus: 状态
399
- # 注意:此字段可能返回 null,表示取不到有效值。
400
388
  # @type DevStatus: String
401
389
  # @param ProductOwnerName: 产品拥有者名称
402
- # 注意:此字段可能返回 null,表示取不到有效值。
403
390
  # @type ProductOwnerName: String
404
391
 
405
392
  attr_accessor :ProductId, :ProductName, :ProjectId, :DataProtocol, :CategoryId, :ProductType, :NetType, :DevStatus, :ProductOwnerName
@@ -550,7 +537,6 @@ module TencentCloud
550
537
  # @param ClientToken: 调用Id
551
538
  # @type ClientToken: String
552
539
  # @param OutputParams: 输出参数,取值设备端上报$thing/up/action method为action_reply 的 response字段,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
553
- # 注意:此字段可能返回 null,表示取不到有效值。
554
540
  # @type OutputParams: String
555
541
  # @param Status: 返回状态,取值设备端上报$thing/up/action method为action_reply 的 status字段,如果不包含status字段,则取默认值,空字符串,物模型协议参考https://cloud.tencent.com/document/product/1081/34916#.E8.AE.BE.E5.A4.87.E8.A1.8C.E4.B8.BA.E8.B0.83.E7.94.A8
556
542
  # @type Status: String
@@ -577,10 +563,8 @@ module TencentCloud
577
563
  # 标签数据结构
578
564
  class CamTag < TencentCloud::Common::AbstractModel
579
565
  # @param TagKey: 标签键
580
- # 注意:此字段可能返回 null,表示取不到有效值。
581
566
  # @type TagKey: String
582
567
  # @param TagValue: 标签值
583
- # 注意:此字段可能返回 null,表示取不到有效值。
584
568
  # @type TagValue: String
585
569
 
586
570
  attr_accessor :TagKey, :TagValue
@@ -691,10 +675,8 @@ module TencentCloud
691
675
  # CheckFirmwareUpdate返回参数结构体
692
676
  class CheckFirmwareUpdateResponse < TencentCloud::Common::AbstractModel
693
677
  # @param CurrentVersion: 设备当前固件版本。
694
- # 注意:此字段可能返回 null,表示取不到有效值。
695
678
  # @type CurrentVersion: String
696
679
  # @param DstVersion: 固件可升级版本。
697
- # 注意:此字段可能返回 null,表示取不到有效值。
698
680
  # @type DstVersion: String
699
681
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
700
682
  # @type RequestId: String
@@ -805,15 +787,18 @@ module TencentCloud
805
787
  # @type MimeType: String
806
788
  # @param VideoMetaInfo: 视频文件元数据(仅当文件为视频类型时包含该字段)
807
789
  # @type VideoMetaInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.CloudStorageAIServiceTaskVideoMetaInfo`
790
+ # @param Labels: 文件标签
791
+ # @type Labels: Array
808
792
 
809
- attr_accessor :FileName, :FileSize, :DownloadURL, :MimeType, :VideoMetaInfo
793
+ attr_accessor :FileName, :FileSize, :DownloadURL, :MimeType, :VideoMetaInfo, :Labels
810
794
 
811
- def initialize(filename=nil, filesize=nil, downloadurl=nil, mimetype=nil, videometainfo=nil)
795
+ def initialize(filename=nil, filesize=nil, downloadurl=nil, mimetype=nil, videometainfo=nil, labels=nil)
812
796
  @FileName = filename
813
797
  @FileSize = filesize
814
798
  @DownloadURL = downloadurl
815
799
  @MimeType = mimetype
816
800
  @VideoMetaInfo = videometainfo
801
+ @Labels = labels
817
802
  end
818
803
 
819
804
  def deserialize(params)
@@ -825,6 +810,34 @@ module TencentCloud
825
810
  @VideoMetaInfo = CloudStorageAIServiceTaskVideoMetaInfo.new
826
811
  @VideoMetaInfo.deserialize(params['VideoMetaInfo'])
827
812
  end
813
+ unless params['Labels'].nil?
814
+ @Labels = []
815
+ params['Labels'].each do |i|
816
+ cloudstorageaiservicetaskfilelabel_tmp = CloudStorageAIServiceTaskFileLabel.new
817
+ cloudstorageaiservicetaskfilelabel_tmp.deserialize(i)
818
+ @Labels << cloudstorageaiservicetaskfilelabel_tmp
819
+ end
820
+ end
821
+ end
822
+ end
823
+
824
+ # 云存 AI 任务输出文件标签
825
+ class CloudStorageAIServiceTaskFileLabel < TencentCloud::Common::AbstractModel
826
+ # @param Key: key1
827
+ # @type Key: String
828
+ # @param Value: value1
829
+ # @type Value: String
830
+
831
+ attr_accessor :Key, :Value
832
+
833
+ def initialize(key=nil, value=nil)
834
+ @Key = key
835
+ @Value = value
836
+ end
837
+
838
+ def deserialize(params)
839
+ @Key = params['Key']
840
+ @Value = params['Value']
828
841
  end
829
842
  end
830
843
 
@@ -966,7 +979,6 @@ module TencentCloud
966
979
  # @param TimeList: 云存时间轴信息列表
967
980
  # @type TimeList: Array
968
981
  # @param VideoURL: 播放地址
969
- # 注意:此字段可能返回 null,表示取不到有效值。
970
982
  # @type VideoURL: String
971
983
 
972
984
  attr_accessor :TimeList, :VideoURL
@@ -1068,7 +1080,6 @@ module TencentCloud
1068
1080
  # @param Result: JSON字符串, 返回下发控制的结果信息,
1069
1081
  # Sent = 1 表示设备已经在线并且订阅了控制下发的mqtt topic.
1070
1082
  # pushResult 是表示发送结果,其中 0 表示成功, 23101 表示设备未在线或没有订阅相关的 MQTT Topic。
1071
- # 注意:此字段可能返回 null,表示取不到有效值。
1072
1083
  # @type Result: String
1073
1084
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1074
1085
  # @type RequestId: String
@@ -1554,10 +1565,8 @@ module TencentCloud
1554
1565
  # CreateFreeCloudStorage返回参数结构体
1555
1566
  class CreateFreeCloudStorageResponse < TencentCloud::Common::AbstractModel
1556
1567
  # @param Price: 订单金额,单位为分
1557
- # 注意:此字段可能返回 null,表示取不到有效值。
1558
1568
  # @type Price: Integer
1559
1569
  # @param Amount: 支付金额,单位为分
1560
- # 注意:此字段可能返回 null,表示取不到有效值。
1561
1570
  # @type Amount: Integer
1562
1571
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1563
1572
  # @type RequestId: String
@@ -1644,10 +1653,8 @@ module TencentCloud
1644
1653
  # CreateIotVideoCloudStorage返回参数结构体
1645
1654
  class CreateIotVideoCloudStorageResponse < TencentCloud::Common::AbstractModel
1646
1655
  # @param Price: 订单金额,单位为分
1647
- # 注意:此字段可能返回 null,表示取不到有效值。
1648
1656
  # @type Price: Integer
1649
1657
  # @param Amount: 支付金额,单位为分
1650
- # 注意:此字段可能返回 null,表示取不到有效值。
1651
1658
  # @type Amount: Integer
1652
1659
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1653
1660
  # @type RequestId: String
@@ -1887,7 +1894,6 @@ module TencentCloud
1887
1894
  # CreatePositionSpace返回参数结构体
1888
1895
  class CreatePositionSpaceResponse < TencentCloud::Common::AbstractModel
1889
1896
  # @param SpaceId: 空间Id
1890
- # 注意:此字段可能返回 null,表示取不到有效值。
1891
1897
  # @type SpaceId: String
1892
1898
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1893
1899
  # @type RequestId: String
@@ -2050,7 +2056,6 @@ module TencentCloud
2050
2056
  # CreateTRTCSignaturesWithRoomId返回参数结构体
2051
2057
  class CreateTRTCSignaturesWithRoomIdResponse < TencentCloud::Common::AbstractModel
2052
2058
  # @param TRTCParamList: 返回参数数组
2053
- # 注意:此字段可能返回 null,表示取不到有效值。
2054
2059
  # @type TRTCParamList: Array
2055
2060
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2056
2061
  # @type RequestId: String
@@ -2237,10 +2242,8 @@ module TencentCloud
2237
2242
  # DeleteDevice返回参数结构体
2238
2243
  class DeleteDeviceResponse < TencentCloud::Common::AbstractModel
2239
2244
  # @param ResultCode: 删除的结果代码
2240
- # 注意:此字段可能返回 null,表示取不到有效值。
2241
2245
  # @type ResultCode: String
2242
2246
  # @param ResultMessage: 删除的结果信息
2243
- # 注意:此字段可能返回 null,表示取不到有效值。
2244
2247
  # @type ResultMessage: String
2245
2248
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2246
2249
  # @type RequestId: String
@@ -2286,10 +2289,8 @@ module TencentCloud
2286
2289
  # DeleteDevices返回参数结构体
2287
2290
  class DeleteDevicesResponse < TencentCloud::Common::AbstractModel
2288
2291
  # @param ResultCode: 删除的结果代码
2289
- # 注意:此字段可能返回 null,表示取不到有效值。
2290
2292
  # @type ResultCode: String
2291
2293
  # @param ResultMessage: 删除的结果信息
2292
- # 注意:此字段可能返回 null,表示取不到有效值。
2293
2294
  # @type ResultMessage: String
2294
2295
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2295
2296
  # @type RequestId: String
@@ -2635,7 +2636,6 @@ module TencentCloud
2635
2636
  # DescribeActivateDevice返回参数结构体
2636
2637
  class DescribeActivateDeviceResponse < TencentCloud::Common::AbstractModel
2637
2638
  # @param Data: 设备激活详情信息
2638
- # 注意:此字段可能返回 null,表示取不到有效值。
2639
2639
  # @type Data: :class:`Tencentcloud::Iotexplorer.v20190423.models.ActivateDeviceInfo`
2640
2640
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2641
2641
  # @type RequestId: String
@@ -2679,7 +2679,6 @@ module TencentCloud
2679
2679
  # DescribeActivateLicenseService返回参数结构体
2680
2680
  class DescribeActivateLicenseServiceResponse < TencentCloud::Common::AbstractModel
2681
2681
  # @param Data: 增值服务激活码信息
2682
- # 注意:此字段可能返回 null,表示取不到有效值。
2683
2682
  # @type Data: Array
2684
2683
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2685
2684
  # @type RequestId: String
@@ -2739,13 +2738,10 @@ module TencentCloud
2739
2738
  # @param UploadUrl: 上传URL。
2740
2739
  # @type UploadUrl: String
2741
2740
  # @param SuccessCount: 成功数
2742
- # 注意:此字段可能返回 null,表示取不到有效值。
2743
2741
  # @type SuccessCount: Integer
2744
2742
  # @param LastFailedReason: 量产最后失败原因
2745
- # 注意:此字段可能返回 null,表示取不到有效值。
2746
2743
  # @type LastFailedReason: String
2747
2744
  # @param Status: 量产状态 0:任务创建,未量产;1:处理中;2:量产结束上传结果中;3:任务完成
2748
- # 注意:此字段可能返回 null,表示取不到有效值。
2749
2745
  # @type Status: Integer
2750
2746
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2751
2747
  # @type RequestId: String
@@ -2859,10 +2855,8 @@ module TencentCloud
2859
2855
  # @param Type: 推送类型。http:HTTP 回调
2860
2856
  # @type Type: String
2861
2857
  # @param CallbackUrl: HTTP 回调 URL
2862
- # 注意:此字段可能返回 null,表示取不到有效值。
2863
2858
  # @type CallbackUrl: String
2864
2859
  # @param CallbackToken: HTTP 回调鉴权 Token
2865
- # 注意:此字段可能返回 null,表示取不到有效值。
2866
2860
  # @type CallbackToken: String
2867
2861
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2868
2862
  # @type RequestId: String
@@ -2965,15 +2959,21 @@ module TencentCloud
2965
2959
  class DescribeCloudStorageAIServiceTaskRequest < TencentCloud::Common::AbstractModel
2966
2960
  # @param TaskId: 任务 ID
2967
2961
  # @type TaskId: String
2962
+ # @param FileURLExpireTime: 下载 URL 的过期时间。
2968
2963
 
2969
- attr_accessor :TaskId
2964
+ # 若传入该参数,则响应中将包含所有文件的下载 URL
2965
+ # @type FileURLExpireTime: Integer
2970
2966
 
2971
- def initialize(taskid=nil)
2967
+ attr_accessor :TaskId, :FileURLExpireTime
2968
+
2969
+ def initialize(taskid=nil, fileurlexpiretime=nil)
2972
2970
  @TaskId = taskid
2971
+ @FileURLExpireTime = fileurlexpiretime
2973
2972
  end
2974
2973
 
2975
2974
  def deserialize(params)
2976
2975
  @TaskId = params['TaskId']
2976
+ @FileURLExpireTime = params['FileURLExpireTime']
2977
2977
  end
2978
2978
  end
2979
2979
 
@@ -3411,13 +3411,10 @@ module TencentCloud
3411
3411
  # DescribeCloudStorageOrder返回参数结构体
3412
3412
  class DescribeCloudStorageOrderResponse < TencentCloud::Common::AbstractModel
3413
3413
  # @param StartTime: 云存套餐开始时间
3414
- # 注意:此字段可能返回 null,表示取不到有效值。
3415
3414
  # @type StartTime: Integer
3416
3415
  # @param ExpireTime: 云存套餐过期时间
3417
- # 注意:此字段可能返回 null,表示取不到有效值。
3418
3416
  # @type ExpireTime: Integer
3419
3417
  # @param PackageId: 套餐id
3420
- # 注意:此字段可能返回 null,表示取不到有效值。
3421
3418
  # @type PackageId: String
3422
3419
  # @param Status: 套餐状态
3423
3420
  # 0:等待生效
@@ -3427,10 +3424,8 @@ module TencentCloud
3427
3424
  # @param ChannelId: 通道id
3428
3425
  # @type ChannelId: Integer
3429
3426
  # @param Price: 订单金额,单位为分
3430
- # 注意:此字段可能返回 null,表示取不到有效值。
3431
3427
  # @type Price: Integer
3432
3428
  # @param Amount: 支付金额,单位为分
3433
- # 注意:此字段可能返回 null,表示取不到有效值。
3434
3429
  # @type Amount: Integer
3435
3430
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3436
3431
  # @type RequestId: String
@@ -3582,7 +3577,6 @@ module TencentCloud
3582
3577
  # @param ShiftDuration: 云存回看时长
3583
3578
  # @type ShiftDuration: Integer
3584
3579
  # @param UserId: 云存用户ID
3585
- # 注意:此字段可能返回 null,表示取不到有效值。
3586
3580
  # @type UserId: String
3587
3581
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3588
3582
  # @type RequestId: String
@@ -3900,19 +3894,14 @@ module TencentCloud
3900
3894
  # DescribeDeviceBindGateway返回参数结构体
3901
3895
  class DescribeDeviceBindGatewayResponse < TencentCloud::Common::AbstractModel
3902
3896
  # @param GatewayProductId: 网关产品ID
3903
- # 注意:此字段可能返回 null,表示取不到有效值。
3904
3897
  # @type GatewayProductId: String
3905
3898
  # @param GatewayDeviceName: 网关设备名
3906
- # 注意:此字段可能返回 null,表示取不到有效值。
3907
3899
  # @type GatewayDeviceName: String
3908
3900
  # @param GatewayName: 网关产品名称
3909
- # 注意:此字段可能返回 null,表示取不到有效值。
3910
3901
  # @type GatewayName: String
3911
3902
  # @param GatewayProductOwnerName: 设备对应产品所属的主账号名称
3912
- # 注意:此字段可能返回 null,表示取不到有效值。
3913
3903
  # @type GatewayProductOwnerName: String
3914
3904
  # @param GatewayProductOwnerUin: 设备对应产品所属的主账号 UIN
3915
- # 注意:此字段可能返回 null,表示取不到有效值。
3916
3905
  # @type GatewayProductOwnerUin: String
3917
3906
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3918
3907
  # @type RequestId: String
@@ -3981,16 +3970,12 @@ module TencentCloud
3981
3970
  # DescribeDeviceDataHistory返回参数结构体
3982
3971
  class DescribeDeviceDataHistoryResponse < TencentCloud::Common::AbstractModel
3983
3972
  # @param FieldName: 属性字段名称,对应数据模板中功能属性的标识符
3984
- # 注意:此字段可能返回 null,表示取不到有效值。
3985
3973
  # @type FieldName: String
3986
3974
  # @param Listover: 数据是否已全部返回,true 表示数据全部返回,false 表示还有数据待返回,可将 Context 作为入参,继续查询返回结果。
3987
- # 注意:此字段可能返回 null,表示取不到有效值。
3988
3975
  # @type Listover: Boolean
3989
3976
  # @param Context: 检索上下文,当 ListOver 为false时,可以用此上下文,继续读取后续数据
3990
- # 注意:此字段可能返回 null,表示取不到有效值。
3991
3977
  # @type Context: String
3992
3978
  # @param Results: 历史数据结果数组,返回对应时间点及取值。
3993
- # 注意:此字段可能返回 null,表示取不到有效值。
3994
3979
  # @type Results: Array
3995
3980
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3996
3981
  # @type RequestId: String
@@ -4128,7 +4113,6 @@ module TencentCloud
4128
4113
  # DescribeDeviceFirmwares返回参数结构体
4129
4114
  class DescribeDeviceFirmwaresResponse < TencentCloud::Common::AbstractModel
4130
4115
  # @param Firmwares: 固件信息列表
4131
- # 注意:此字段可能返回 null,表示取不到有效值。
4132
4116
  # @type Firmwares: Array
4133
4117
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4134
4118
  # @type RequestId: String
@@ -4201,7 +4185,6 @@ module TencentCloud
4201
4185
  # @param LocationType: 类型
4202
4186
  # @type LocationType: String
4203
4187
  # @param Accuracy: 误差精度预估,单位为米
4204
- # 注意:此字段可能返回 null,表示取不到有效值。
4205
4188
  # @type Accuracy: Float
4206
4189
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4207
4190
  # @type RequestId: String
@@ -4552,24 +4535,18 @@ module TencentCloud
4552
4535
  # @param ProductId: 产品ID
4553
4536
  # @type ProductId: String
4554
4537
  # @param Name: 固件名称
4555
- # 注意:此字段可能返回 null,表示取不到有效值。
4556
4538
  # @type Name: String
4557
4539
  # @param Description: 固件描述
4558
- # 注意:此字段可能返回 null,表示取不到有效值。
4559
4540
  # @type Description: String
4560
4541
  # @param Md5sum: 固件Md5值
4561
- # 注意:此字段可能返回 null,表示取不到有效值。
4562
4542
  # @type Md5sum: String
4563
4543
  # @param Createtime: 固件上传的秒级时间戳
4564
- # 注意:此字段可能返回 null,表示取不到有效值。
4565
4544
  # @type Createtime: Integer
4566
4545
  # @param ProductName: 产品名称
4567
4546
  # @type ProductName: String
4568
4547
  # @param FwType: 固件升级模块
4569
- # 注意:此字段可能返回 null,表示取不到有效值。
4570
4548
  # @type FwType: String
4571
4549
  # @param UserDefined: 固件用户自定义配置信息
4572
- # 注意:此字段可能返回 null,表示取不到有效值。
4573
4550
  # @type UserDefined: String
4574
4551
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4575
4552
  # @type RequestId: String
@@ -4630,34 +4607,24 @@ module TencentCloud
4630
4607
  # DescribeFirmwareTask返回参数结构体
4631
4608
  class DescribeFirmwareTaskResponse < TencentCloud::Common::AbstractModel
4632
4609
  # @param TaskId: 固件任务ID
4633
- # 注意:此字段可能返回 null,表示取不到有效值。
4634
4610
  # @type TaskId: Integer
4635
4611
  # @param Status: 固件任务状态
4636
- # 注意:此字段可能返回 null,表示取不到有效值。
4637
4612
  # @type Status: Integer
4638
4613
  # @param CreateTime: 固件任务创建时间,单位:秒
4639
- # 注意:此字段可能返回 null,表示取不到有效值。
4640
4614
  # @type CreateTime: Integer
4641
4615
  # @param Type: 固件任务升级类型
4642
- # 注意:此字段可能返回 null,表示取不到有效值。
4643
4616
  # @type Type: Integer
4644
4617
  # @param ProductName: 产品名称
4645
- # 注意:此字段可能返回 null,表示取不到有效值。
4646
4618
  # @type ProductName: String
4647
4619
  # @param UpgradeMode: 固件任务升级模式。originalVersion(按版本号升级)、filename(提交文件升级)、devicenames(按设备名称升级)
4648
- # 注意:此字段可能返回 null,表示取不到有效值。
4649
4620
  # @type UpgradeMode: String
4650
4621
  # @param ProductId: 产品ID
4651
- # 注意:此字段可能返回 null,表示取不到有效值。
4652
4622
  # @type ProductId: String
4653
4623
  # @param OriginalVersion: 原始固件版本号,在UpgradeMode是originalVersion升级模式下会返回
4654
- # 注意:此字段可能返回 null,表示取不到有效值。
4655
4624
  # @type OriginalVersion: String
4656
4625
  # @param CreateUserId: 创建账号ID
4657
- # 注意:此字段可能返回 null,表示取不到有效值。
4658
4626
  # @type CreateUserId: Integer
4659
4627
  # @param CreatorNickName: 创建账号ID昵称
4660
- # 注意:此字段可能返回 null,表示取不到有效值。
4661
4628
  # @type CreatorNickName: String
4662
4629
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4663
4630
  # @type RequestId: String
@@ -4716,15 +4683,12 @@ module TencentCloud
4716
4683
  # DescribeFirmwareUpdateStatus返回参数结构体
4717
4684
  class DescribeFirmwareUpdateStatusResponse < TencentCloud::Common::AbstractModel
4718
4685
  # @param OriVersion: 升级任务源版本。
4719
- # 注意:此字段可能返回 null,表示取不到有效值。
4720
4686
  # @type OriVersion: String
4721
4687
  # @param DstVersion: 升级任务目标版本。
4722
- # 注意:此字段可能返回 null,表示取不到有效值。
4723
4688
  # @type DstVersion: String
4724
4689
  # @param Status: 升级状态:- 0:设备离线。- 1:待处理。- 2:消息下发成功。- 3:下载中。- 4:烧录中。- 5:失败。- 6:升级完成。- 7:正在处理中。- 8:等待用户确认。- 10:升级超时。- 20:下载完成。
4725
4690
  # @type Status: Integer
4726
4691
  # @param Percent: 进度
4727
- # 注意:此字段可能返回 null,表示取不到有效值。
4728
4692
  # @type Percent: Integer
4729
4693
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4730
4694
  # @type RequestId: String
@@ -4884,10 +4848,8 @@ module TencentCloud
4884
4848
  # DescribeGatewaySubDeviceList返回参数结构体
4885
4849
  class DescribeGatewaySubDeviceListResponse < TencentCloud::Common::AbstractModel
4886
4850
  # @param Total: 设备的总数
4887
- # 注意:此字段可能返回 null,表示取不到有效值。
4888
4851
  # @type Total: Integer
4889
4852
  # @param DeviceList: 设备列表
4890
- # 注意:此字段可能返回 null,表示取不到有效值。
4891
4853
  # @type DeviceList: Array
4892
4854
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4893
4855
  # @type RequestId: String
@@ -5008,7 +4970,6 @@ module TencentCloud
5008
4970
  # DescribeInstance返回参数结构体
5009
4971
  class DescribeInstanceResponse < TencentCloud::Common::AbstractModel
5010
4972
  # @param Data: 实例信息
5011
- # 注意:此字段可能返回 null,表示取不到有效值。
5012
4973
  # @type Data: :class:`Tencentcloud::Iotexplorer.v20190423.models.InstanceDetail`
5013
4974
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5014
4975
  # @type RequestId: String
@@ -5048,7 +5009,6 @@ module TencentCloud
5048
5009
  # DescribeLoRaFrequency返回参数结构体
5049
5010
  class DescribeLoRaFrequencyResponse < TencentCloud::Common::AbstractModel
5050
5011
  # @param Data: 返回详情项
5051
- # 注意:此字段可能返回 null,表示取不到有效值。
5052
5012
  # @type Data: :class:`Tencentcloud::Iotexplorer.v20190423.models.LoRaFrequencyEntry`
5053
5013
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5054
5014
  # @type RequestId: String
@@ -5262,10 +5222,8 @@ module TencentCloud
5262
5222
  # DescribePositionFenceList返回参数结构体
5263
5223
  class DescribePositionFenceListResponse < TencentCloud::Common::AbstractModel
5264
5224
  # @param List: 围栏列表
5265
- # 注意:此字段可能返回 null,表示取不到有效值。
5266
5225
  # @type List: Array
5267
5226
  # @param Total: 围栏数量
5268
- # 注意:此字段可能返回 null,表示取不到有效值。
5269
5227
  # @type Total: Integer
5270
5228
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5271
5229
  # @type RequestId: String
@@ -5541,10 +5499,8 @@ module TencentCloud
5541
5499
  # DescribeTopicRule返回参数结构体
5542
5500
  class DescribeTopicRuleResponse < TencentCloud::Common::AbstractModel
5543
5501
  # @param Rule: 规则描述。
5544
- # 注意:此字段可能返回 null,表示取不到有效值。
5545
5502
  # @type Rule: :class:`Tencentcloud::Iotexplorer.v20190423.models.TopicRule`
5546
5503
  # @param CamTag: 规则绑定的标签
5547
- # 注意:此字段可能返回 null,表示取不到有效值。
5548
5504
  # @type CamTag: Array
5549
5505
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5550
5506
  # @type RequestId: String
@@ -5601,7 +5557,6 @@ module TencentCloud
5601
5557
  # DescribeUnbindedDevices返回参数结构体
5602
5558
  class DescribeUnbindedDevicesResponse < TencentCloud::Common::AbstractModel
5603
5559
  # @param UnbindedDevices: 未绑定的设备列表
5604
- # 注意:此字段可能返回 null,表示取不到有效值。
5605
5560
  # @type UnbindedDevices: Array
5606
5561
  # @param Total: 设备的总数量
5607
5562
  # @type Total: Integer
@@ -5649,7 +5604,6 @@ module TencentCloud
5649
5604
  # DescribeVideoLicense返回参数结构体
5650
5605
  class DescribeVideoLicenseResponse < TencentCloud::Common::AbstractModel
5651
5606
  # @param License: 视频激活码分类概览
5652
- # 注意:此字段可能返回 null,表示取不到有效值。
5653
5607
  # @type License: Array
5654
5608
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5655
5609
  # @type RequestId: String
@@ -5688,16 +5642,22 @@ module TencentCloud
5688
5642
  # @type TotalBluetoothLicense: Integer
5689
5643
  # @param UsedBluetoothLicense: 已使用蓝牙授权数
5690
5644
  # @type UsedBluetoothLicense: Integer
5645
+ # @param TotalFreeLicense: 可免费注册设备数
5646
+ # @type TotalFreeLicense: Integer
5647
+ # @param UsedFreeLicense: 已使用注册设备数
5648
+ # @type UsedFreeLicense: Integer
5691
5649
 
5692
- attr_accessor :TotalDeviceNum, :UsedDeviceNum, :TotalNormalLicense, :UsedNormalLicense, :TotalBluetoothLicense, :UsedBluetoothLicense
5650
+ attr_accessor :TotalDeviceNum, :UsedDeviceNum, :TotalNormalLicense, :UsedNormalLicense, :TotalBluetoothLicense, :UsedBluetoothLicense, :TotalFreeLicense, :UsedFreeLicense
5693
5651
 
5694
- def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil)
5652
+ def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil, totalfreelicense=nil, usedfreelicense=nil)
5695
5653
  @TotalDeviceNum = totaldevicenum
5696
5654
  @UsedDeviceNum = useddevicenum
5697
5655
  @TotalNormalLicense = totalnormallicense
5698
5656
  @UsedNormalLicense = usednormallicense
5699
5657
  @TotalBluetoothLicense = totalbluetoothlicense
5700
5658
  @UsedBluetoothLicense = usedbluetoothlicense
5659
+ @TotalFreeLicense = totalfreelicense
5660
+ @UsedFreeLicense = usedfreelicense
5701
5661
  end
5702
5662
 
5703
5663
  def deserialize(params)
@@ -5707,6 +5667,8 @@ module TencentCloud
5707
5667
  @UsedNormalLicense = params['UsedNormalLicense']
5708
5668
  @TotalBluetoothLicense = params['TotalBluetoothLicense']
5709
5669
  @UsedBluetoothLicense = params['UsedBluetoothLicense']
5670
+ @TotalFreeLicense = params['TotalFreeLicense']
5671
+ @UsedFreeLicense = params['UsedFreeLicense']
5710
5672
  end
5711
5673
  end
5712
5674
 
@@ -5716,19 +5678,16 @@ module TencentCloud
5716
5678
  # 注意:此字段可能返回 null,表示取不到有效值。
5717
5679
  # @type ModelId: String
5718
5680
  # @param Sn: SN信息
5719
- # 注意:此字段可能返回 null,表示取不到有效值。
5720
5681
  # @type Sn: String
5721
5682
  # @param ErrCode: 设备激活状态,0:激活成功;50011:系统错误;50012:产品不存在;50013:设备不存在;50014:产品无权限;50015:不是音视频产品;50016:SN格式错误;50017:激活码类型错误;50018:激活次数限频;50019:激活码不足;50020:SN已暂停;
5722
- # 注意:此字段可能返回 null,表示取不到有效值。
5723
5683
  # @type ErrCode: Integer
5724
5684
  # @param ExpireTime: 过期时间
5725
- # 注意:此字段可能返回 null,表示取不到有效值。
5726
5685
  # @type ExpireTime: Integer
5727
5686
 
5728
5687
  attr_accessor :ModelId, :Sn, :ErrCode, :ExpireTime
5729
5688
  extend Gem::Deprecate
5730
- deprecate :ModelId, :none, 2025, 3
5731
- deprecate :ModelId=, :none, 2025, 3
5689
+ deprecate :ModelId, :none, 2025, 4
5690
+ deprecate :ModelId=, :none, 2025, 4
5732
5691
 
5733
5692
  def initialize(modelid=nil, sn=nil, errcode=nil, expiretime=nil)
5734
5693
  @ModelId = modelid
@@ -5748,16 +5707,12 @@ module TencentCloud
5748
5707
  # DeviceData
5749
5708
  class DeviceData < TencentCloud::Common::AbstractModel
5750
5709
  # @param DeviceCert: 设备证书,用于 TLS 建立链接时校验客户端身份。采用非对称加密时返回该参数。
5751
- # 注意:此字段可能返回 null,表示取不到有效值。
5752
5710
  # @type DeviceCert: String
5753
5711
  # @param DeviceName: 设备名称。
5754
- # 注意:此字段可能返回 null,表示取不到有效值。
5755
5712
  # @type DeviceName: String
5756
5713
  # @param DevicePrivateKey: 设备私钥,用于 TLS 建立链接时校验客户端身份,腾讯云后台不保存,请妥善保管。采用非对称加密时返回该参数。
5757
- # 注意:此字段可能返回 null,表示取不到有效值。
5758
5714
  # @type DevicePrivateKey: String
5759
5715
  # @param DevicePsk: 对称加密密钥,base64编码。采用对称加密时返回该参数。
5760
- # 注意:此字段可能返回 null,表示取不到有效值。
5761
5716
  # @type DevicePsk: String
5762
5717
 
5763
5718
  attr_accessor :DeviceCert, :DeviceName, :DevicePrivateKey, :DevicePsk
@@ -5831,58 +5786,40 @@ module TencentCloud
5831
5786
  # @type DevicePsk: String
5832
5787
  # @param FirstOnlineTime: 首次上线时间
5833
5788
  # 注意:此字段可能返回 null,表示取不到有效值。
5834
- # 注意:此字段可能返回 null,表示取不到有效值。
5835
5789
  # @type FirstOnlineTime: Integer
5836
5790
  # @param LoginTime: 最后一次上线时间
5837
- # 注意:此字段可能返回 null,表示取不到有效值。
5838
5791
  # @type LoginTime: Integer
5839
5792
  # @param CreateTime: 设备创建时间
5840
- # 注意:此字段可能返回 null,表示取不到有效值。
5841
5793
  # @type CreateTime: Integer
5842
5794
  # @param Version: 设备固件版本
5843
- # 注意:此字段可能返回 null,表示取不到有效值。
5844
5795
  # @type Version: String
5845
5796
  # @param DeviceCert: 设备证书
5846
- # 注意:此字段可能返回 null,表示取不到有效值。
5847
5797
  # @type DeviceCert: String
5848
5798
  # @param LogLevel: 日志级别
5849
- # 注意:此字段可能返回 null,表示取不到有效值。
5850
5799
  # @type LogLevel: Integer
5851
5800
  # @param DevAddr: LoRaWAN 设备地址
5852
- # 注意:此字段可能返回 null,表示取不到有效值。
5853
5801
  # @type DevAddr: String
5854
5802
  # @param AppKey: LoRaWAN 应用密钥
5855
- # 注意:此字段可能返回 null,表示取不到有效值。
5856
5803
  # @type AppKey: String
5857
5804
  # @param DevEUI: LoRaWAN 设备唯一标识
5858
- # 注意:此字段可能返回 null,表示取不到有效值。
5859
5805
  # @type DevEUI: String
5860
5806
  # @param AppSKey: LoRaWAN 应用会话密钥
5861
- # 注意:此字段可能返回 null,表示取不到有效值。
5862
5807
  # @type AppSKey: String
5863
5808
  # @param NwkSKey: LoRaWAN 网络会话密钥
5864
- # 注意:此字段可能返回 null,表示取不到有效值。
5865
5809
  # @type NwkSKey: String
5866
5810
  # @param CreateUserId: 创建人Id
5867
- # 注意:此字段可能返回 null,表示取不到有效值。
5868
5811
  # @type CreateUserId: Integer
5869
5812
  # @param CreatorNickName: 创建人昵称
5870
- # 注意:此字段可能返回 null,表示取不到有效值。
5871
5813
  # @type CreatorNickName: String
5872
5814
  # @param EnableState: 启用/禁用状态
5873
- # 注意:此字段可能返回 null,表示取不到有效值。
5874
5815
  # @type EnableState: Integer
5875
5816
  # @param ProductId: 产品ID
5876
- # 注意:此字段可能返回 null,表示取不到有效值。
5877
5817
  # @type ProductId: String
5878
5818
  # @param ProductName: 产品名称
5879
- # 注意:此字段可能返回 null,表示取不到有效值。
5880
5819
  # @type ProductName: String
5881
5820
  # @param DeviceType: 设备类型(设备、子设备、网关)
5882
- # 注意:此字段可能返回 null,表示取不到有效值。
5883
5821
  # @type DeviceType: String
5884
5822
  # @param IsLora: 是否是 lora 设备
5885
- # 注意:此字段可能返回 null,表示取不到有效值。
5886
5823
  # @type IsLora: Boolean
5887
5824
 
5888
5825
  attr_accessor :DeviceName, :Status, :DevicePsk, :FirstOnlineTime, :LoginTime, :CreateTime, :Version, :DeviceCert, :LogLevel, :DevAddr, :AppKey, :DevEUI, :AppSKey, :NwkSKey, :CreateUserId, :CreatorNickName, :EnableState, :ProductId, :ProductName, :DeviceType, :IsLora
@@ -5991,10 +5928,8 @@ module TencentCloud
5991
5928
  # @param Role: 用户角色 1所有者,0:其他分享者
5992
5929
  # @type Role: Integer
5993
5930
  # @param FamilyId: 家庭ID,所有者带该参数
5994
- # 注意:此字段可能返回 null,表示取不到有效值。
5995
5931
  # @type FamilyId: String
5996
5932
  # @param FamilyName: 家庭名称,所有者带该参数
5997
- # 注意:此字段可能返回 null,表示取不到有效值。
5998
5933
  # @type FamilyName: String
5999
5934
 
6000
5935
  attr_accessor :UserId, :Role, :FamilyId, :FamilyName
@@ -6192,22 +6127,16 @@ module TencentCloud
6192
6127
  # 设备事件的搜索结果项
6193
6128
  class EventHistoryItem < TencentCloud::Common::AbstractModel
6194
6129
  # @param TimeStamp: 事件的时间戳
6195
- # 注意:此字段可能返回 null,表示取不到有效值。
6196
6130
  # @type TimeStamp: Integer
6197
6131
  # @param ProductId: 事件的产品ID
6198
- # 注意:此字段可能返回 null,表示取不到有效值。
6199
6132
  # @type ProductId: String
6200
6133
  # @param DeviceName: 事件的设备名称
6201
- # 注意:此字段可能返回 null,表示取不到有效值。
6202
6134
  # @type DeviceName: String
6203
6135
  # @param EventId: 事件的标识符ID
6204
- # 注意:此字段可能返回 null,表示取不到有效值。
6205
6136
  # @type EventId: String
6206
6137
  # @param Type: 事件的类型
6207
- # 注意:此字段可能返回 null,表示取不到有效值。
6208
6138
  # @type Type: String
6209
6139
  # @param Data: 事件的数据
6210
- # 注意:此字段可能返回 null,表示取不到有效值。
6211
6140
  # @type Data: String
6212
6141
 
6213
6142
  attr_accessor :TimeStamp, :ProductId, :DeviceName, :EventId, :Type, :Data
@@ -6240,18 +6169,14 @@ module TencentCloud
6240
6169
  # @param DeviceId: 设备ID
6241
6170
  # @type DeviceId: String
6242
6171
  # @param AliasName: 设备别名
6243
- # 注意:此字段可能返回 null,表示取不到有效值。
6244
6172
  # @type AliasName: String
6245
6173
  # @param FamilyId: 设备绑定的家庭ID
6246
6174
  # @type FamilyId: String
6247
6175
  # @param RoomId: 设备所在的房间ID,默认"0"
6248
- # 注意:此字段可能返回 null,表示取不到有效值。
6249
6176
  # @type RoomId: String
6250
6177
  # @param IconUrl: 图标
6251
- # 注意:此字段可能返回 null,表示取不到有效值。
6252
6178
  # @type IconUrl: String
6253
6179
  # @param IconUrlGrid: grid图标
6254
- # 注意:此字段可能返回 null,表示取不到有效值。
6255
6180
  # @type IconUrlGrid: String
6256
6181
  # @param CreateTime: 设备绑定时间戳
6257
6182
  # @type CreateTime: Integer
@@ -6434,28 +6359,20 @@ module TencentCloud
6434
6359
  # @param CreateTime: 固件创建时间
6435
6360
  # @type CreateTime: Integer
6436
6361
  # @param ProductName: 产品名称
6437
- # 注意:此字段可能返回 null,表示取不到有效值。
6438
6362
  # @type ProductName: String
6439
6363
  # @param Name: 固件名称
6440
- # 注意:此字段可能返回 null,表示取不到有效值。
6441
6364
  # @type Name: String
6442
6365
  # @param Description: 固件描述
6443
- # 注意:此字段可能返回 null,表示取不到有效值。
6444
6366
  # @type Description: String
6445
6367
  # @param ProductId: 产品ID
6446
- # 注意:此字段可能返回 null,表示取不到有效值。
6447
6368
  # @type ProductId: String
6448
6369
  # @param FwType: 固件升级模块
6449
- # 注意:此字段可能返回 null,表示取不到有效值。
6450
6370
  # @type FwType: String
6451
6371
  # @param CreateUserId: 创建者子 uin
6452
- # 注意:此字段可能返回 null,表示取不到有效值。
6453
6372
  # @type CreateUserId: Integer
6454
6373
  # @param CreatorNickName: 创建者昵称
6455
- # 注意:此字段可能返回 null,表示取不到有效值。
6456
6374
  # @type CreatorNickName: String
6457
6375
  # @param UserDefined: 固件用户自定义配置信息
6458
- # 注意:此字段可能返回 null,表示取不到有效值。
6459
6376
  # @type UserDefined: String
6460
6377
 
6461
6378
  attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId, :FwType, :CreateUserId, :CreatorNickName, :UserDefined
@@ -6833,10 +6750,8 @@ module TencentCloud
6833
6750
  # GetDeviceList返回参数结构体
6834
6751
  class GetDeviceListResponse < TencentCloud::Common::AbstractModel
6835
6752
  # @param Devices: 返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
6836
- # 注意:此字段可能返回 null,表示取不到有效值。
6837
6753
  # @type Devices: Array
6838
6754
  # @param Total: 产品下的设备总数
6839
- # 注意:此字段可能返回 null,表示取不到有效值。
6840
6755
  # @type Total: Integer
6841
6756
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6842
6757
  # @type RequestId: String
@@ -7013,7 +6928,6 @@ module TencentCloud
7013
6928
  # GetFamilyDeviceUserList返回参数结构体
7014
6929
  class GetFamilyDeviceUserListResponse < TencentCloud::Common::AbstractModel
7015
6930
  # @param UserList: 设备的用户列表
7016
- # 注意:此字段可能返回 null,表示取不到有效值。
7017
6931
  # @type UserList: Array
7018
6932
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7019
6933
  # @type RequestId: String
@@ -7069,10 +6983,8 @@ module TencentCloud
7069
6983
  # GetGatewaySubDeviceList返回参数结构体
7070
6984
  class GetGatewaySubDeviceListResponse < TencentCloud::Common::AbstractModel
7071
6985
  # @param Total: 设备的总数
7072
- # 注意:此字段可能返回 null,表示取不到有效值。
7073
6986
  # @type Total: Integer
7074
6987
  # @param DeviceList: 设备列表
7075
- # 注意:此字段可能返回 null,表示取不到有效值。
7076
6988
  # @type DeviceList: :class:`Tencentcloud::Iotexplorer.v20190423.models.FamilySubDevice`
7077
6989
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7078
6990
  # @type RequestId: String
@@ -7124,7 +7036,6 @@ module TencentCloud
7124
7036
  # @param Total: 返回总数
7125
7037
  # @type Total: Integer
7126
7038
  # @param Gateways: 返回详情项
7127
- # 注意:此字段可能返回 null,表示取不到有效值。
7128
7039
  # @type Gateways: Array
7129
7040
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7130
7041
  # @type RequestId: String
@@ -7178,10 +7089,8 @@ module TencentCloud
7178
7089
  # GetPositionSpaceList返回参数结构体
7179
7090
  class GetPositionSpaceListResponse < TencentCloud::Common::AbstractModel
7180
7091
  # @param List: 位置空间列表
7181
- # 注意:此字段可能返回 null,表示取不到有效值。
7182
7092
  # @type List: Array
7183
7093
  # @param Total: 位置空间数量
7184
- # 注意:此字段可能返回 null,表示取不到有效值。
7185
7094
  # @type Total: Integer
7186
7095
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7187
7096
  # @type RequestId: String
@@ -7251,10 +7160,8 @@ module TencentCloud
7251
7160
  # GetProjectList返回参数结构体
7252
7161
  class GetProjectListResponse < TencentCloud::Common::AbstractModel
7253
7162
  # @param Projects: 项目列表
7254
- # 注意:此字段可能返回 null,表示取不到有效值。
7255
7163
  # @type Projects: Array
7256
7164
  # @param Total: 列表项个数
7257
- # 注意:此字段可能返回 null,表示取不到有效值。
7258
7165
  # @type Total: Integer
7259
7166
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7260
7167
  # @type RequestId: String
@@ -7349,8 +7256,8 @@ module TencentCloud
7349
7256
 
7350
7257
  attr_accessor :MiniProgramAppId, :DeviceList
7351
7258
  extend Gem::Deprecate
7352
- deprecate :MiniProgramAppId, :none, 2025, 3
7353
- deprecate :MiniProgramAppId=, :none, 2025, 3
7259
+ deprecate :MiniProgramAppId, :none, 2025, 4
7260
+ deprecate :MiniProgramAppId=, :none, 2025, 4
7354
7261
 
7355
7262
  def initialize(miniprogramappid=nil, devicelist=nil)
7356
7263
  @MiniProgramAppId = miniprogramappid
@@ -7483,7 +7390,6 @@ module TencentCloud
7483
7390
  # GetWechatDeviceTicket返回参数结构体
7484
7391
  class GetWechatDeviceTicketResponse < TencentCloud::Common::AbstractModel
7485
7392
  # @param WXDeviceInfo: 微信设备信息
7486
- # 注意:此字段可能返回 null,表示取不到有效值。
7487
7393
  # @type WXDeviceInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.WXDeviceInfo`
7488
7394
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7489
7395
  # @type RequestId: String
@@ -7574,40 +7480,28 @@ module TencentCloud
7574
7480
  # @param ExpireTime: 过期时间,公共实例过期时间 0001-01-01T00:00:00Z,公共实例是永久有效
7575
7481
  # @type ExpireTime: String
7576
7482
  # @param TotalDevice: 总设备数
7577
- # 注意:此字段可能返回 null,表示取不到有效值。
7578
7483
  # @type TotalDevice: Integer
7579
7484
  # @param ActivateDevice: 激活设备数
7580
- # 注意:此字段可能返回 null,表示取不到有效值。
7581
7485
  # @type ActivateDevice: Integer
7582
7486
  # @param Description: 备注
7583
- # 注意:此字段可能返回 null,表示取不到有效值。
7584
7487
  # @type Description: String
7585
7488
  # @param Status: 实例状态
7586
- # 注意:此字段可能返回 null,表示取不到有效值。
7587
7489
  # @type Status: Integer
7588
7490
  # @param UpDownTPS: 消息上下行配置TPS
7589
- # 注意:此字段可能返回 null,表示取不到有效值。
7590
7491
  # @type UpDownTPS: Integer
7591
7492
  # @param UpDownCurrentTPS: 当前消息上下行TPS
7592
- # 注意:此字段可能返回 null,表示取不到有效值。
7593
7493
  # @type UpDownCurrentTPS: Integer
7594
7494
  # @param ForwardTPS: 消息转发配置TPS
7595
- # 注意:此字段可能返回 null,表示取不到有效值。
7596
7495
  # @type ForwardTPS: Integer
7597
7496
  # @param ForwardCurrentTPS: 消息转发当前TPS
7598
- # 注意:此字段可能返回 null,表示取不到有效值。
7599
7497
  # @type ForwardCurrentTPS: Integer
7600
7498
  # @param CellNum: 实例单元数
7601
- # 注意:此字段可能返回 null,表示取不到有效值。
7602
7499
  # @type CellNum: Integer
7603
- # @param BillingTag: 实例Tag
7604
- # 注意:此字段可能返回 null,表示取不到有效值。
7500
+ # @param BillingTag: 实例Tag,企业实例必传
7605
7501
  # @type BillingTag: String
7606
7502
  # @param EverydayFreeMessageCount: 每日消息数
7607
- # 注意:此字段可能返回 null,表示取不到有效值。
7608
7503
  # @type EverydayFreeMessageCount: Integer
7609
7504
  # @param MaxDeviceOnlineCount: 最大在线设备数
7610
- # 注意:此字段可能返回 null,表示取不到有效值。
7611
7505
  # @type MaxDeviceOnlineCount: Integer
7612
7506
 
7613
7507
  attr_accessor :InstanceId, :InstanceType, :Region, :ZoneId, :TotalDeviceNum, :UsedDeviceNum, :ProjectNum, :ProductNum, :CreateTime, :UpdateTime, :ExpireTime, :TotalDevice, :ActivateDevice, :Description, :Status, :UpDownTPS, :UpDownCurrentTPS, :ForwardTPS, :ForwardCurrentTPS, :CellNum, :BillingTag, :EverydayFreeMessageCount, :MaxDeviceOnlineCount
@@ -7797,7 +7691,6 @@ module TencentCloud
7797
7691
  # @param TaskId: 任务 ID
7798
7692
  # @type TaskId: String
7799
7693
  # @param TaskInfo: 任务信息
7800
- # 注意:此字段可能返回 null,表示取不到有效值。
7801
7694
  # @type TaskInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.CloudStorageAIServiceTask`
7802
7695
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7803
7696
  # @type RequestId: String
@@ -7871,22 +7764,16 @@ module TencentCloud
7871
7764
  # @param TPNSAndroidRegion: TPNS服务Android应用所属地域,详细说明参见 ModifyApplication 同名入参。
7872
7765
  # @type TPNSAndroidRegion: String
7873
7766
  # @param SelfSmsAppId: 自主短信配置APPID
7874
- # 注意:此字段可能返回 null,表示取不到有效值。
7875
7767
  # @type SelfSmsAppId: String
7876
7768
  # @param SelfSmsAppKey: 自主短信配置APPKey
7877
- # 注意:此字段可能返回 null,表示取不到有效值。
7878
7769
  # @type SelfSmsAppKey: String
7879
7770
  # @param SelfSmsSign: 自主短信配置签名
7880
- # 注意:此字段可能返回 null,表示取不到有效值。
7881
7771
  # @type SelfSmsSign: String
7882
7772
  # @param SelfSmsTemplateId: 自主短信配置模板ID
7883
- # 注意:此字段可能返回 null,表示取不到有效值。
7884
7773
  # @type SelfSmsTemplateId: Integer
7885
7774
  # @param WechatNotifyStatus: 第三方小程序强提醒开关 0:关闭;1:开启
7886
- # 注意:此字段可能返回 null,表示取不到有效值。
7887
7775
  # @type WechatNotifyStatus: Integer
7888
7776
  # @param InterconnectionProducts: 互联互通产品ID列表
7889
- # 注意:此字段可能返回 null,表示取不到有效值。
7890
7777
  # @type InterconnectionProducts: String
7891
7778
 
7892
7779
  attr_accessor :IotAppID, :AppName, :Description, :DevMode, :IOSAppKey, :IOSAppSecret, :AndroidAppKey, :AndroidAppSecret, :Products, :CreateTime, :ProjectId, :PushSecretID, :PushSecretKey, :PushEnvironment, :MiniProgramAppKey, :MiniProgramAppSecret, :TPNSiOSAccessID, :TPNSiOSSecretKey, :TPNSiOSPushEnvironment, :TPNSAndroidAccessID, :TPNSAndroidSecretKey, :TPNSiOSRegion, :TPNSAndroidRegion, :SelfSmsAppId, :SelfSmsAppKey, :SelfSmsSign, :SelfSmsTemplateId, :WechatNotifyStatus, :InterconnectionProducts
@@ -7965,7 +7852,6 @@ module TencentCloud
7965
7852
  # @param UsedNum: 已使用授权数
7966
7853
  # @type UsedNum: Integer
7967
7854
  # @param TWeCallLicense: TWeCall激活码
7968
- # 注意:此字段可能返回 null,表示取不到有效值。
7969
7855
  # @type TWeCallLicense: Array
7970
7856
 
7971
7857
  attr_accessor :LicenseType, :TotalNum, :UsedNum, :TWeCallLicense
@@ -8039,16 +7925,12 @@ module TencentCloud
8039
7925
  # ListEventHistory返回参数结构体
8040
7926
  class ListEventHistoryResponse < TencentCloud::Common::AbstractModel
8041
7927
  # @param Context: 搜索上下文, 用作查询游标
8042
- # 注意:此字段可能返回 null,表示取不到有效值。
8043
7928
  # @type Context: String
8044
7929
  # @param Total: 搜索结果数量
8045
- # 注意:此字段可能返回 null,表示取不到有效值。
8046
7930
  # @type Total: Integer
8047
7931
  # @param Listover: 搜索结果是否已经结束
8048
- # 注意:此字段可能返回 null,表示取不到有效值。
8049
7932
  # @type Listover: Boolean
8050
7933
  # @param EventHistory: 搜集结果集
8051
- # 注意:此字段可能返回 null,表示取不到有效值。
8052
7934
  # @type EventHistory: Array
8053
7935
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8054
7936
  # @type RequestId: String
@@ -9153,21 +9035,16 @@ module TencentCloud
9153
9035
  # @param CSExpiredTime: 云存套餐过期时间
9154
9036
  # @type CSExpiredTime: Integer
9155
9037
  # @param CreatedAt: 云存套餐创建时间
9156
- # 注意:此字段可能返回 null,表示取不到有效值。
9157
9038
  # @type CreatedAt: Integer
9158
9039
  # @param UpdatedAt: 云存套餐更新时间
9159
- # 注意:此字段可能返回 null,表示取不到有效值。
9160
9040
  # @type UpdatedAt: Integer
9161
9041
  # @param PackageId: 套餐id
9162
- # 注意:此字段可能返回 null,表示取不到有效值。
9163
9042
  # @type PackageId: String
9164
9043
  # @param OrderId: 订单id
9165
- # 注意:此字段可能返回 null,表示取不到有效值。
9166
9044
  # @type OrderId: String
9167
9045
  # @param ChannelId: 通道id
9168
9046
  # @type ChannelId: Integer
9169
9047
  # @param CSUserId: 用户id
9170
- # 注意:此字段可能返回 null,表示取不到有效值。
9171
9048
  # @type CSUserId: String
9172
9049
 
9173
9050
  attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId, :CSUserId
@@ -9306,10 +9183,8 @@ module TencentCloud
9306
9183
  # @param Latitude: 位置点的纬度
9307
9184
  # @type Latitude: Float
9308
9185
  # @param LocationType: 位置点的定位类型
9309
- # 注意:此字段可能返回 null,表示取不到有效值。
9310
9186
  # @type LocationType: String
9311
9187
  # @param Accuracy: 位置点的精度预估,单位为米
9312
- # 注意:此字段可能返回 null,表示取不到有效值。
9313
9188
  # @type Accuracy: Float
9314
9189
 
9315
9190
  attr_accessor :CreateTime, :Longitude, :Latitude, :LocationType, :Accuracy
@@ -9342,7 +9217,6 @@ module TencentCloud
9342
9217
  # @param AuthorizeType: 授权类型
9343
9218
  # @type AuthorizeType: Integer
9344
9219
  # @param Description: 描述备注
9345
- # 注意:此字段可能返回 null,表示取不到有效值。
9346
9220
  # @type Description: String
9347
9221
  # @param ProductIdList: 产品列表
9348
9222
  # @type ProductIdList: Array
@@ -9447,28 +9321,20 @@ module TencentCloud
9447
9321
  # @param ModuleId: 产品ModuleId
9448
9322
  # @type ModuleId: Integer
9449
9323
  # @param EnableProductScript: 是否使用脚本进行二进制转json功能 可以取值 true / false
9450
- # 注意:此字段可能返回 null,表示取不到有效值。
9451
9324
  # @type EnableProductScript: String
9452
9325
  # @param CreateUserId: 创建人 UinId
9453
- # 注意:此字段可能返回 null,表示取不到有效值。
9454
9326
  # @type CreateUserId: Integer
9455
9327
  # @param CreatorNickName: 创建者昵称
9456
- # 注意:此字段可能返回 null,表示取不到有效值。
9457
9328
  # @type CreatorNickName: String
9458
9329
  # @param BindStrategy: 绑定策略(1:强踢;2:非强踢;0:表示无意义)
9459
- # 注意:此字段可能返回 null,表示取不到有效值。
9460
9330
  # @type BindStrategy: Integer
9461
9331
  # @param DeviceCount: 设备数量
9462
- # 注意:此字段可能返回 null,表示取不到有效值。
9463
9332
  # @type DeviceCount: Integer
9464
9333
  # @param Rate: 平均传输速率
9465
- # 注意:此字段可能返回 null,表示取不到有效值。
9466
9334
  # @type Rate: String
9467
9335
  # @param Period: 有效期
9468
- # 注意:此字段可能返回 null,表示取不到有效值。
9469
9336
  # @type Period: String
9470
9337
  # @param IsInterconnection: 互联互通标识
9471
- # 注意:此字段可能返回 null,表示取不到有效值。
9472
9338
  # @type IsInterconnection: Integer
9473
9339
 
9474
9340
  attr_accessor :ProductId, :ProductName, :CategoryId, :EncryptionType, :NetType, :DataProtocol, :ProductDesc, :DevStatus, :CreateTime, :UpdateTime, :Region, :ProductType, :ProjectId, :ModuleId, :EnableProductScript, :CreateUserId, :CreatorNickName, :BindStrategy, :DeviceCount, :Rate, :Period, :IsInterconnection
@@ -9535,10 +9401,8 @@ module TencentCloud
9535
9401
  # @param CreateTime: 创建时间,秒级时间戳
9536
9402
  # @type CreateTime: Integer
9537
9403
  # @param CategoryModel: 产品所属分类的模型快照(产品创建时刻的)
9538
- # 注意:此字段可能返回 null,表示取不到有效值。
9539
9404
  # @type CategoryModel: String
9540
9405
  # @param NetTypeModel: 产品的连接类型的模型
9541
- # 注意:此字段可能返回 null,表示取不到有效值。
9542
9406
  # @type NetTypeModel: String
9543
9407
 
9544
9408
  attr_accessor :ProductId, :ModelDefine, :UpdateTime, :CreateTime, :CategoryModel, :NetTypeModel
@@ -9613,16 +9477,12 @@ module TencentCloud
9613
9477
  # @param WebAppCount: WebApp数量
9614
9478
  # @type WebAppCount: Integer
9615
9479
  # @param InstanceId: 实例ID
9616
- # 注意:此字段可能返回 null,表示取不到有效值。
9617
9480
  # @type InstanceId: String
9618
9481
  # @param ApplicationCount: 应用数量
9619
- # 注意:此字段可能返回 null,表示取不到有效值。
9620
9482
  # @type ApplicationCount: Integer
9621
9483
  # @param DeviceCount: 设备注册总数
9622
- # 注意:此字段可能返回 null,表示取不到有效值。
9623
9484
  # @type DeviceCount: Integer
9624
9485
  # @param EnableOpenState: 是否开通物联使能
9625
- # 注意:此字段可能返回 null,表示取不到有效值。
9626
9486
  # @type EnableOpenState: Integer
9627
9487
 
9628
9488
  attr_accessor :ProjectId, :ProjectName, :ProjectDesc, :CreateTime, :UpdateTime, :ProductCount, :NativeAppCount, :WebAppCount, :InstanceId, :ApplicationCount, :DeviceCount, :EnableOpenState
@@ -9729,7 +9589,6 @@ module TencentCloud
9729
9589
  # PublishFirmwareUpdateMessage返回参数结构体
9730
9590
  class PublishFirmwareUpdateMessageResponse < TencentCloud::Common::AbstractModel
9731
9591
  # @param Status: 请求状态
9732
- # 注意:此字段可能返回 null,表示取不到有效值。
9733
9592
  # @type Status: String
9734
9593
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9735
9594
  # @type RequestId: String
@@ -9877,19 +9736,23 @@ module TencentCloud
9877
9736
  # @type GatewayDeviceNum: Integer
9878
9737
  # @param SubDeviceNum: 已注册子设备数
9879
9738
  # @type SubDeviceNum: Integer
9739
+ # @param VideoDeviceNum: 已注册视频设备数
9740
+ # @type VideoDeviceNum: Integer
9880
9741
 
9881
- attr_accessor :NormalDeviceNum, :GatewayDeviceNum, :SubDeviceNum
9742
+ attr_accessor :NormalDeviceNum, :GatewayDeviceNum, :SubDeviceNum, :VideoDeviceNum
9882
9743
 
9883
- def initialize(normaldevicenum=nil, gatewaydevicenum=nil, subdevicenum=nil)
9744
+ def initialize(normaldevicenum=nil, gatewaydevicenum=nil, subdevicenum=nil, videodevicenum=nil)
9884
9745
  @NormalDeviceNum = normaldevicenum
9885
9746
  @GatewayDeviceNum = gatewaydevicenum
9886
9747
  @SubDeviceNum = subdevicenum
9748
+ @VideoDeviceNum = videodevicenum
9887
9749
  end
9888
9750
 
9889
9751
  def deserialize(params)
9890
9752
  @NormalDeviceNum = params['NormalDeviceNum']
9891
9753
  @GatewayDeviceNum = params['GatewayDeviceNum']
9892
9754
  @SubDeviceNum = params['SubDeviceNum']
9755
+ @VideoDeviceNum = params['VideoDeviceNum']
9893
9756
  end
9894
9757
  end
9895
9758
 
@@ -10232,10 +10095,8 @@ module TencentCloud
10232
10095
  # SearchPositionSpace返回参数结构体
10233
10096
  class SearchPositionSpaceResponse < TencentCloud::Common::AbstractModel
10234
10097
  # @param List: 位置空间列表
10235
- # 注意:此字段可能返回 null,表示取不到有效值。
10236
10098
  # @type List: Array
10237
10099
  # @param Total: 符合条件的位置空间个数
10238
- # 注意:此字段可能返回 null,表示取不到有效值。
10239
10100
  # @type Total: Integer
10240
10101
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10241
10102
  # @type RequestId: String
@@ -10425,18 +10286,16 @@ module TencentCloud
10425
10286
  # 注意:此字段可能返回 null,表示取不到有效值。
10426
10287
  # @type ModelId: String
10427
10288
  # @param Sn: Sn信息
10428
- # 注意:此字段可能返回 null,表示取不到有效值。
10429
10289
  # @type Sn: String
10430
10290
  # @param ExpireTime: 过期时间
10431
- # 注意:此字段可能返回 null,表示取不到有效值。
10432
10291
  # @type ExpireTime: Integer
10433
10292
  # @param PkgType: 类型
10434
10293
  # @type PkgType: Integer
10435
10294
 
10436
10295
  attr_accessor :ModelId, :Sn, :ExpireTime, :PkgType
10437
10296
  extend Gem::Deprecate
10438
- deprecate :ModelId, :none, 2025, 3
10439
- deprecate :ModelId=, :none, 2025, 3
10297
+ deprecate :ModelId, :none, 2025, 4
10298
+ deprecate :ModelId=, :none, 2025, 4
10440
10299
 
10441
10300
  def initialize(modelid=nil, sn=nil, expiretime=nil, pkgtype=nil)
10442
10301
  @ModelId = modelid
@@ -10456,7 +10315,6 @@ module TencentCloud
10456
10315
  # TWeCall信息
10457
10316
  class TWeCallInfo < TencentCloud::Common::AbstractModel
10458
10317
  # @param Sn: Sn信息,SN格式:产品ID_设备名
10459
- # 注意:此字段可能返回 null,表示取不到有效值。
10460
10318
  # @type Sn: String
10461
10319
  # @param ModelId: 小程序ID,参数已弃用,不用传参
10462
10320
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10467,10 +10325,10 @@ module TencentCloud
10467
10325
 
10468
10326
  attr_accessor :Sn, :ModelId, :ActiveNum
10469
10327
  extend Gem::Deprecate
10470
- deprecate :ModelId, :none, 2025, 3
10471
- deprecate :ModelId=, :none, 2025, 3
10472
- deprecate :ActiveNum, :none, 2025, 3
10473
- deprecate :ActiveNum=, :none, 2025, 3
10328
+ deprecate :ModelId, :none, 2025, 4
10329
+ deprecate :ModelId=, :none, 2025, 4
10330
+ deprecate :ActiveNum, :none, 2025, 4
10331
+ deprecate :ActiveNum=, :none, 2025, 4
10474
10332
 
10475
10333
  def initialize(sn=nil, modelid=nil, activenum=nil)
10476
10334
  @Sn = sn
@@ -10488,13 +10346,10 @@ module TencentCloud
10488
10346
  # TWeCall信息
10489
10347
  class TWeCallLicenseInfo < TencentCloud::Common::AbstractModel
10490
10348
  # @param TWeCallType: voip类型
10491
- # 注意:此字段可能返回 null,表示取不到有效值。
10492
10349
  # @type TWeCallType: String
10493
10350
  # @param TotalNum: 总数
10494
- # 注意:此字段可能返回 null,表示取不到有效值。
10495
10351
  # @type TotalNum: Integer
10496
10352
  # @param UsedNum: 已使用
10497
- # 注意:此字段可能返回 null,表示取不到有效值。
10498
10353
  # @type UsedNum: Integer
10499
10354
 
10500
10355
  attr_accessor :TWeCallType, :TotalNum, :UsedNum
@@ -10515,10 +10370,8 @@ module TencentCloud
10515
10370
  # 缩略图信息
10516
10371
  class ThumbnailURLInfoList < TencentCloud::Common::AbstractModel
10517
10372
  # @param ThumbnailURL: 缩略图访问地址
10518
- # 注意:此字段可能返回 null,表示取不到有效值。
10519
10373
  # @type ThumbnailURL: String
10520
10374
  # @param ExpireTime: 缩略图访问地址的过期时间
10521
- # 注意:此字段可能返回 null,表示取不到有效值。
10522
10375
  # @type ExpireTime: Integer
10523
10376
 
10524
10377
  attr_accessor :ThumbnailURL, :ExpireTime
@@ -10561,13 +10414,10 @@ module TencentCloud
10561
10414
  # @param Sql: 规则的SQL语句,如: SELECT * FROM 'pid/dname/event',然后对其进行base64编码,得:U0VMRUNUICogRlJPTSAncGlkL2RuYW1lL2V2ZW50Jw==
10562
10415
  # @type Sql: String
10563
10416
  # @param Description: 规则描述。
10564
- # 注意:此字段可能返回 null,表示取不到有效值。
10565
10417
  # @type Description: String
10566
10418
  # @param Actions: 行为的JSON字符串。
10567
- # 注意:此字段可能返回 null,表示取不到有效值。
10568
10419
  # @type Actions: String
10569
10420
  # @param RuleDisabled: 是否禁用规则
10570
- # 注意:此字段可能返回 null,表示取不到有效值。
10571
10421
  # @type RuleDisabled: Boolean
10572
10422
 
10573
10423
  attr_accessor :RuleName, :Sql, :Description, :Actions, :RuleDisabled
@@ -10931,10 +10781,8 @@ module TencentCloud
10931
10781
  # UpdateDevicesEnableState返回参数结构体
10932
10782
  class UpdateDevicesEnableStateResponse < TencentCloud::Common::AbstractModel
10933
10783
  # @param ResultCode: 删除的结果代码
10934
- # 注意:此字段可能返回 null,表示取不到有效值。
10935
10784
  # @type ResultCode: String
10936
10785
  # @param ResultMessage: 删除的结果信息
10937
- # 注意:此字段可能返回 null,表示取不到有效值。
10938
10786
  # @type ResultMessage: String
10939
10787
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10940
10788
  # @type RequestId: String
@@ -11093,10 +10941,8 @@ module TencentCloud
11093
10941
  # 微信硬件设备信息
11094
10942
  class WXDeviceInfo < TencentCloud::Common::AbstractModel
11095
10943
  # @param DeviceId: 设备ID
11096
- # 注意:此字段可能返回 null,表示取不到有效值。
11097
10944
  # @type DeviceId: String
11098
10945
  # @param WXIoTDeviceInfo: 设备信息
11099
- # 注意:此字段可能返回 null,表示取不到有效值。
11100
10946
  # @type WXIoTDeviceInfo: :class:`Tencentcloud::Iotexplorer.v20190423.models.WXIoTDeviceInfo`
11101
10947
 
11102
10948
  attr_accessor :DeviceId, :WXIoTDeviceInfo
@@ -11118,13 +10964,10 @@ module TencentCloud
11118
10964
  # 微信物联网硬件信息
11119
10965
  class WXIoTDeviceInfo < TencentCloud::Common::AbstractModel
11120
10966
  # @param SN: sn信息
11121
- # 注意:此字段可能返回 null,表示取不到有效值。
11122
10967
  # @type SN: String
11123
10968
  # @param SNTicket: 票据
11124
- # 注意:此字段可能返回 null,表示取不到有效值。
11125
10969
  # @type SNTicket: String
11126
10970
  # @param ModelId: 模板ID
11127
- # 注意:此字段可能返回 null,表示取不到有效值。
11128
10971
  # @type ModelId: String
11129
10972
 
11130
10973
  attr_accessor :SN, :SNTicket, :ModelId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1030
4
+ version: 3.0.1032
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-30 00:00:00.000000000 Z
11
+ date: 2025-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20190423/models.rb
37
36
  - lib/v20190423/client.rb
37
+ - lib/v20190423/models.rb
38
38
  - lib/tencentcloud-sdk-iotexplorer.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby