tencentcloud-sdk-iotcloud 3.0.590 → 3.0.591

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ module TencentCloud
23
23
  # @type Tags: Array
24
24
 
25
25
  attr_accessor :Tags
26
-
26
+
27
27
  def initialize(tags=nil)
28
28
  @Tags = tags
29
29
  end
@@ -62,7 +62,7 @@ module TencentCloud
62
62
  # @type TimeoutInterval: Integer
63
63
 
64
64
  attr_accessor :ProductId, :FirmwareVersion, :FirmwareOriVersion, :UpgradeMethod, :FileName, :FileMd5, :FileSize, :DeviceNames, :TimeoutInterval
65
-
65
+
66
66
  def initialize(productid=nil, firmwareversion=nil, firmwareoriversion=nil, upgrademethod=nil, filename=nil, filemd5=nil, filesize=nil, devicenames=nil, timeoutinterval=nil)
67
67
  @ProductId = productid
68
68
  @FirmwareVersion = firmwareversion
@@ -96,7 +96,7 @@ module TencentCloud
96
96
  # @type RequestId: String
97
97
 
98
98
  attr_accessor :TaskId, :RequestId
99
-
99
+
100
100
  def initialize(taskid=nil, requestid=nil)
101
101
  @TaskId = taskid
102
102
  @RequestId = requestid
@@ -121,7 +121,7 @@ module TencentCloud
121
121
  # @type BindTime: Integer
122
122
 
123
123
  attr_accessor :ProductId, :DeviceName, :Tags, :BindTime
124
-
124
+
125
125
  def initialize(productid=nil, devicename=nil, tags=nil, bindtime=nil)
126
126
  @ProductId = productid
127
127
  @DeviceName = devicename
@@ -158,7 +158,7 @@ module TencentCloud
158
158
  # @type Skey: String
159
159
 
160
160
  attr_accessor :GatewayProductId, :GatewayDeviceName, :ProductId, :DeviceNames, :Skey
161
-
161
+
162
162
  def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil, skey=nil)
163
163
  @GatewayProductId = gatewayproductid
164
164
  @GatewayDeviceName = gatewaydevicename
@@ -182,7 +182,7 @@ module TencentCloud
182
182
  # @type RequestId: String
183
183
 
184
184
  attr_accessor :RequestId
185
-
185
+
186
186
  def initialize(requestid=nil)
187
187
  @RequestId = requestid
188
188
  end
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type ProductName: String
201
201
 
202
202
  attr_accessor :ProductId, :ProductName
203
-
203
+
204
204
  def initialize(productid=nil, productname=nil)
205
205
  @ProductId = productid
206
206
  @ProductName = productname
@@ -220,7 +220,7 @@ module TencentCloud
220
220
  # @type DeviceName: String
221
221
 
222
222
  attr_accessor :ProductId, :DeviceName
223
-
223
+
224
224
  def initialize(productid=nil, devicename=nil)
225
225
  @ProductId = productid
226
226
  @DeviceName = devicename
@@ -252,7 +252,7 @@ module TencentCloud
252
252
  # @type Userid: String
253
253
 
254
254
  attr_accessor :Content, :DeviceName, :ProductId, :RequestId, :Result, :Scene, :Time, :Userid
255
-
255
+
256
256
  def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil)
257
257
  @Content = content
258
258
  @DeviceName = devicename
@@ -288,7 +288,7 @@ module TencentCloud
288
288
  # @type TaskId: Integer
289
289
 
290
290
  attr_accessor :ProductId, :DeviceName, :FirmwareVersion, :TaskId
291
-
291
+
292
292
  def initialize(productid=nil, devicename=nil, firmwareversion=nil, taskid=nil)
293
293
  @ProductId = productid
294
294
  @DeviceName = devicename
@@ -310,7 +310,7 @@ module TencentCloud
310
310
  # @type RequestId: String
311
311
 
312
312
  attr_accessor :RequestId
313
-
313
+
314
314
  def initialize(requestid=nil)
315
315
  @RequestId = requestid
316
316
  end
@@ -340,7 +340,7 @@ module TencentCloud
340
340
  # @type CertText: String
341
341
 
342
342
  attr_accessor :CertName, :CertSN, :IssuerName, :Subject, :CreateTime, :EffectiveTime, :ExpireTime, :CertText
343
-
343
+
344
344
  def initialize(certname=nil, certsn=nil, issuername=nil, subject=nil, createtime=nil, effectivetime=nil, expiretime=nil, certtext=nil)
345
345
  @CertName = certname
346
346
  @CertSN = certsn
@@ -390,7 +390,7 @@ module TencentCloud
390
390
  # @type TlsCrt: String
391
391
 
392
392
  attr_accessor :ProductId, :DeviceName, :Attribute, :DefinedPsk, :Isp, :Imei, :LoraDevEui, :LoraMoteType, :Skey, :LoraAppKey, :TlsCrt
393
-
393
+
394
394
  def initialize(productid=nil, devicename=nil, attribute=nil, definedpsk=nil, isp=nil, imei=nil, loradeveui=nil, loramotetype=nil, skey=nil, loraappkey=nil, tlscrt=nil)
395
395
  @ProductId = productid
396
396
  @DeviceName = devicename
@@ -445,7 +445,7 @@ module TencentCloud
445
445
  # @type RequestId: String
446
446
 
447
447
  attr_accessor :DeviceName, :DevicePsk, :DeviceCert, :DevicePrivateKey, :LoraDevEui, :LoraMoteType, :LoraAppKey, :LoraNwkKey, :RequestId
448
-
448
+
449
449
  def initialize(devicename=nil, devicepsk=nil, devicecert=nil, deviceprivatekey=nil, loradeveui=nil, loramotetype=nil, loraappkey=nil, loranwkkey=nil, requestid=nil)
450
450
  @DeviceName = devicename
451
451
  @DevicePsk = devicepsk
@@ -487,7 +487,7 @@ module TencentCloud
487
487
  # @type Hash: String
488
488
 
489
489
  attr_accessor :ProductId, :ParametersType, :FileName, :FileSize, :BatchCount, :Hash
490
-
490
+
491
491
  def initialize(productid=nil, parameterstype=nil, filename=nil, filesize=nil, batchcount=nil, hash=nil)
492
492
  @ProductId = productid
493
493
  @ParametersType = parameterstype
@@ -515,7 +515,7 @@ module TencentCloud
515
515
  # @type RequestId: String
516
516
 
517
517
  attr_accessor :Id, :RequestId
518
-
518
+
519
519
  def initialize(id=nil, requestid=nil)
520
520
  @Id = id
521
521
  @RequestId = requestid
@@ -537,7 +537,7 @@ module TencentCloud
537
537
  # @type VerifyCertText: String
538
538
 
539
539
  attr_accessor :CertName, :CertText, :VerifyCertText
540
-
540
+
541
541
  def initialize(certname=nil, certtext=nil, verifycerttext=nil)
542
542
  @CertName = certname
543
543
  @CertText = certtext
@@ -557,7 +557,7 @@ module TencentCloud
557
557
  # @type RequestId: String
558
558
 
559
559
  attr_accessor :RequestId
560
-
560
+
561
561
  def initialize(requestid=nil)
562
562
  @RequestId = requestid
563
563
  end
@@ -577,7 +577,7 @@ module TencentCloud
577
577
  # @type Skey: String
578
578
 
579
579
  attr_accessor :ProductName, :ProductProperties, :Skey
580
-
580
+
581
581
  def initialize(productname=nil, productproperties=nil, skey=nil)
582
582
  @ProductName = productname
583
583
  @ProductProperties = productproperties
@@ -606,7 +606,7 @@ module TencentCloud
606
606
  # @type RequestId: String
607
607
 
608
608
  attr_accessor :ProductName, :ProductId, :ProductProperties, :RequestId
609
-
609
+
610
610
  def initialize(productname=nil, productid=nil, productproperties=nil, requestid=nil)
611
611
  @ProductName = productname
612
612
  @ProductId = productid
@@ -631,7 +631,7 @@ module TencentCloud
631
631
  # @type ProductId: String
632
632
 
633
633
  attr_accessor :ProductId
634
-
634
+
635
635
  def initialize(productid=nil)
636
636
  @ProductId = productid
637
637
  end
@@ -651,7 +651,7 @@ module TencentCloud
651
651
  # @type RequestId: String
652
652
 
653
653
  attr_accessor :Url, :FileName, :RequestId
654
-
654
+
655
655
  def initialize(url=nil, filename=nil, requestid=nil)
656
656
  @Url = url
657
657
  @FileName = filename
@@ -677,7 +677,7 @@ module TencentCloud
677
677
  # @type BrokerSubscribe: :class:`Tencentcloud::Iotcloud.v20210408.models.BrokerSubscribe`
678
678
 
679
679
  attr_accessor :ProductId, :TopicName, :Privilege, :BrokerSubscribe
680
-
680
+
681
681
  def initialize(productid=nil, topicname=nil, privilege=nil, brokersubscribe=nil)
682
682
  @ProductId = productid
683
683
  @TopicName = topicname
@@ -702,7 +702,7 @@ module TencentCloud
702
702
  # @type RequestId: String
703
703
 
704
704
  attr_accessor :RequestId
705
-
705
+
706
706
  def initialize(requestid=nil)
707
707
  @RequestId = requestid
708
708
  end
@@ -720,7 +720,7 @@ module TencentCloud
720
720
  # @type TopicRulePayload: :class:`Tencentcloud::Iotcloud.v20210408.models.TopicRulePayload`
721
721
 
722
722
  attr_accessor :RuleName, :TopicRulePayload
723
-
723
+
724
724
  def initialize(rulename=nil, topicrulepayload=nil)
725
725
  @RuleName = rulename
726
726
  @TopicRulePayload = topicrulepayload
@@ -741,7 +741,7 @@ module TencentCloud
741
741
  # @type RequestId: String
742
742
 
743
743
  attr_accessor :RequestId
744
-
744
+
745
745
  def initialize(requestid=nil)
746
746
  @RequestId = requestid
747
747
  end
@@ -761,7 +761,7 @@ module TencentCloud
761
761
  # @type Skey: String
762
762
 
763
763
  attr_accessor :ProductId, :DeviceName, :Skey
764
-
764
+
765
765
  def initialize(productid=nil, devicename=nil, skey=nil)
766
766
  @ProductId = productid
767
767
  @DeviceName = devicename
@@ -785,7 +785,7 @@ module TencentCloud
785
785
  # @type DeviceName: String
786
786
 
787
787
  attr_accessor :ProductID, :Name, :DeviceName
788
-
788
+
789
789
  def initialize(productid=nil, name=nil, devicename=nil)
790
790
  @ProductID = productid
791
791
  @Name = name
@@ -805,7 +805,7 @@ module TencentCloud
805
805
  # @type RequestId: String
806
806
 
807
807
  attr_accessor :RequestId
808
-
808
+
809
809
  def initialize(requestid=nil)
810
810
  @RequestId = requestid
811
811
  end
@@ -821,7 +821,7 @@ module TencentCloud
821
821
  # @type RequestId: String
822
822
 
823
823
  attr_accessor :RequestId
824
-
824
+
825
825
  def initialize(requestid=nil)
826
826
  @RequestId = requestid
827
827
  end
@@ -839,7 +839,7 @@ module TencentCloud
839
839
  # @type DeviceName: String
840
840
 
841
841
  attr_accessor :ProductId, :DeviceName
842
-
842
+
843
843
  def initialize(productid=nil, devicename=nil)
844
844
  @ProductId = productid
845
845
  @DeviceName = devicename
@@ -857,7 +857,7 @@ module TencentCloud
857
857
  # @type RequestId: String
858
858
 
859
859
  attr_accessor :RequestId
860
-
860
+
861
861
  def initialize(requestid=nil)
862
862
  @RequestId = requestid
863
863
  end
@@ -873,7 +873,7 @@ module TencentCloud
873
873
  # @type CertName: String
874
874
 
875
875
  attr_accessor :CertName
876
-
876
+
877
877
  def initialize(certname=nil)
878
878
  @CertName = certname
879
879
  end
@@ -889,7 +889,7 @@ module TencentCloud
889
889
  # @type RequestId: String
890
890
 
891
891
  attr_accessor :RequestId
892
-
892
+
893
893
  def initialize(requestid=nil)
894
894
  @RequestId = requestid
895
895
  end
@@ -905,7 +905,7 @@ module TencentCloud
905
905
  # @type ProductId: String
906
906
 
907
907
  attr_accessor :ProductId
908
-
908
+
909
909
  def initialize(productid=nil)
910
910
  @ProductId = productid
911
911
  end
@@ -921,7 +921,7 @@ module TencentCloud
921
921
  # @type RequestId: String
922
922
 
923
923
  attr_accessor :RequestId
924
-
924
+
925
925
  def initialize(requestid=nil)
926
926
  @RequestId = requestid
927
927
  end
@@ -939,7 +939,7 @@ module TencentCloud
939
939
  # @type Skey: String
940
940
 
941
941
  attr_accessor :ProductId, :Skey
942
-
942
+
943
943
  def initialize(productid=nil, skey=nil)
944
944
  @ProductId = productid
945
945
  @Skey = skey
@@ -957,7 +957,7 @@ module TencentCloud
957
957
  # @type RequestId: String
958
958
 
959
959
  attr_accessor :RequestId
960
-
960
+
961
961
  def initialize(requestid=nil)
962
962
  @RequestId = requestid
963
963
  end
@@ -973,7 +973,7 @@ module TencentCloud
973
973
  # @type RuleName: String
974
974
 
975
975
  attr_accessor :RuleName
976
-
976
+
977
977
  def initialize(rulename=nil)
978
978
  @RuleName = rulename
979
979
  end
@@ -989,7 +989,7 @@ module TencentCloud
989
989
  # @type RequestId: String
990
990
 
991
991
  attr_accessor :RequestId
992
-
992
+
993
993
  def initialize(requestid=nil)
994
994
  @RequestId = requestid
995
995
  end
@@ -1007,7 +1007,7 @@ module TencentCloud
1007
1007
  # @type DeviceName: String
1008
1008
 
1009
1009
  attr_accessor :ProductId, :DeviceName
1010
-
1010
+
1011
1011
  def initialize(productid=nil, devicename=nil)
1012
1012
  @ProductId = productid
1013
1013
  @DeviceName = devicename
@@ -1027,7 +1027,7 @@ module TencentCloud
1027
1027
  # @type RequestId: String
1028
1028
 
1029
1029
  attr_accessor :ClientKey, :RequestId
1030
-
1030
+
1031
1031
  def initialize(clientkey=nil, requestid=nil)
1032
1032
  @ClientKey = clientkey
1033
1033
  @RequestId = requestid
@@ -1047,7 +1047,7 @@ module TencentCloud
1047
1047
  # @type DeviceName: String
1048
1048
 
1049
1049
  attr_accessor :ProductId, :DeviceName
1050
-
1050
+
1051
1051
  def initialize(productid=nil, devicename=nil)
1052
1052
  @ProductId = productid
1053
1053
  @DeviceName = devicename
@@ -1069,7 +1069,7 @@ module TencentCloud
1069
1069
  # @type Name: String
1070
1070
 
1071
1071
  attr_accessor :DeviceName, :ProductID, :Name
1072
-
1072
+
1073
1073
  def initialize(devicename=nil, productid=nil, name=nil)
1074
1074
  @DeviceName = devicename
1075
1075
  @ProductID = productid
@@ -1091,7 +1091,7 @@ module TencentCloud
1091
1091
  # @type RequestId: String
1092
1092
 
1093
1093
  attr_accessor :Result, :RequestId
1094
-
1094
+
1095
1095
  def initialize(result=nil, requestid=nil)
1096
1096
  @Result = result
1097
1097
  @RequestId = requestid
@@ -1122,7 +1122,7 @@ module TencentCloud
1122
1122
  # @type EndTime: String
1123
1123
 
1124
1124
  attr_accessor :Offset, :Limit, :ProductID, :DeviceName, :StartTime, :EndTime
1125
-
1125
+
1126
1126
  def initialize(offset=nil, limit=nil, productid=nil, devicename=nil, starttime=nil, endtime=nil)
1127
1127
  @Offset = offset
1128
1128
  @Limit = limit
@@ -1153,7 +1153,7 @@ module TencentCloud
1153
1153
  # @type RequestId: String
1154
1154
 
1155
1155
  attr_accessor :TotalCount, :Result, :RequestId
1156
-
1156
+
1157
1157
  def initialize(totalcount=nil, result=nil, requestid=nil)
1158
1158
  @TotalCount = totalcount
1159
1159
  @Result = result
@@ -1240,7 +1240,7 @@ module TencentCloud
1240
1240
  # @type RequestId: String
1241
1241
 
1242
1242
  attr_accessor :DeviceName, :Online, :LoginTime, :Version, :LastUpdateTime, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :ConnIP, :NbiotDeviceID, :LoraDevEui, :LoraMoteType, :LogLevel, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :RequestId
1243
-
1243
+
1244
1244
  def initialize(devicename=nil, online=nil, logintime=nil, version=nil, lastupdatetime=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, nbiotdeviceid=nil, loradeveui=nil, loramotetype=nil, loglevel=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, requestid=nil)
1245
1245
  @DeviceName = devicename
1246
1246
  @Online = online
@@ -1322,7 +1322,7 @@ module TencentCloud
1322
1322
  # @type DeviceName: String
1323
1323
 
1324
1324
  attr_accessor :ProductId, :DeviceName
1325
-
1325
+
1326
1326
  def initialize(productid=nil, devicename=nil)
1327
1327
  @ProductId = productid
1328
1328
  @DeviceName = devicename
@@ -1342,7 +1342,7 @@ module TencentCloud
1342
1342
  # @type RequestId: String
1343
1343
 
1344
1344
  attr_accessor :Data, :RequestId
1345
-
1345
+
1346
1346
  def initialize(data=nil, requestid=nil)
1347
1347
  @Data = data
1348
1348
  @RequestId = requestid
@@ -1370,7 +1370,7 @@ module TencentCloud
1370
1370
  # @type EnableState: Integer
1371
1371
 
1372
1372
  attr_accessor :ProductId, :Offset, :Limit, :FirmwareVersion, :DeviceName, :EnableState
1373
-
1373
+
1374
1374
  def initialize(productid=nil, offset=nil, limit=nil, firmwareversion=nil, devicename=nil, enablestate=nil)
1375
1375
  @ProductId = productid
1376
1376
  @Offset = offset
@@ -1400,7 +1400,7 @@ module TencentCloud
1400
1400
  # @type RequestId: String
1401
1401
 
1402
1402
  attr_accessor :TotalCount, :Devices, :RequestId
1403
-
1403
+
1404
1404
  def initialize(totalcount=nil, devices=nil, requestid=nil)
1405
1405
  @TotalCount = totalcount
1406
1406
  @Devices = devices
@@ -1429,7 +1429,7 @@ module TencentCloud
1429
1429
  # @type FirmwareVersion: String
1430
1430
 
1431
1431
  attr_accessor :ProductId, :FirmwareVersion
1432
-
1432
+
1433
1433
  def initialize(productid=nil, firmwareversion=nil)
1434
1434
  @ProductId = productid
1435
1435
  @FirmwareVersion = firmwareversion
@@ -1467,7 +1467,7 @@ module TencentCloud
1467
1467
  # @type RequestId: String
1468
1468
 
1469
1469
  attr_accessor :Version, :ProductId, :Name, :Description, :Md5sum, :Createtime, :ProductName, :FwType, :RequestId
1470
-
1470
+
1471
1471
  def initialize(version=nil, productid=nil, name=nil, description=nil, md5sum=nil, createtime=nil, productname=nil, fwtype=nil, requestid=nil)
1472
1472
  @Version = version
1473
1473
  @ProductId = productid
@@ -1507,7 +1507,7 @@ module TencentCloud
1507
1507
  # @type Limit: Integer
1508
1508
 
1509
1509
  attr_accessor :ProductId, :FirmwareVersion, :Filters, :Offset, :Limit
1510
-
1510
+
1511
1511
  def initialize(productid=nil, firmwareversion=nil, filters=nil, offset=nil, limit=nil)
1512
1512
  @ProductId = productid
1513
1513
  @FirmwareVersion = firmwareversion
@@ -1544,7 +1544,7 @@ module TencentCloud
1544
1544
  # @type RequestId: String
1545
1545
 
1546
1546
  attr_accessor :Total, :Devices, :RequestId
1547
-
1547
+
1548
1548
  def initialize(total=nil, devices=nil, requestid=nil)
1549
1549
  @Total = total
1550
1550
  @Devices = devices
@@ -1575,7 +1575,7 @@ module TencentCloud
1575
1575
  # @type TaskId: Integer
1576
1576
 
1577
1577
  attr_accessor :ProductId, :FirmwareVersion, :TaskId
1578
-
1578
+
1579
1579
  def initialize(productid=nil, firmwareversion=nil, taskid=nil)
1580
1580
  @ProductId = productid
1581
1581
  @FirmwareVersion = firmwareversion
@@ -1597,7 +1597,7 @@ module TencentCloud
1597
1597
  # @type RequestId: String
1598
1598
 
1599
1599
  attr_accessor :StatusInfos, :RequestId
1600
-
1600
+
1601
1601
  def initialize(statusinfos=nil, requestid=nil)
1602
1602
  @StatusInfos = statusinfos
1603
1603
  @RequestId = requestid
@@ -1626,7 +1626,7 @@ module TencentCloud
1626
1626
  # @type TaskId: Integer
1627
1627
 
1628
1628
  attr_accessor :ProductId, :FirmwareVersion, :TaskId
1629
-
1629
+
1630
1630
  def initialize(productid=nil, firmwareversion=nil, taskid=nil)
1631
1631
  @ProductId = productid
1632
1632
  @FirmwareVersion = firmwareversion
@@ -1670,7 +1670,7 @@ module TencentCloud
1670
1670
  # @type RequestId: String
1671
1671
 
1672
1672
  attr_accessor :TaskId, :Status, :CreateTime, :Type, :ProductName, :UpgradeMode, :ProductId, :OriginalVersion, :RequestId
1673
-
1673
+
1674
1674
  def initialize(taskid=nil, status=nil, createtime=nil, type=nil, productname=nil, upgrademode=nil, productid=nil, originalversion=nil, requestid=nil)
1675
1675
  @TaskId = taskid
1676
1676
  @Status = status
@@ -1704,7 +1704,7 @@ module TencentCloud
1704
1704
  # @type FirmwareVersion: String
1705
1705
 
1706
1706
  attr_accessor :ProductId, :FirmwareVersion
1707
-
1707
+
1708
1708
  def initialize(productid=nil, firmwareversion=nil)
1709
1709
  @ProductId = productid
1710
1710
  @FirmwareVersion = firmwareversion
@@ -1731,7 +1731,7 @@ module TencentCloud
1731
1731
  # @type RequestId: String
1732
1732
 
1733
1733
  attr_accessor :SuccessTotal, :FailureTotal, :UpgradingTotal, :RequestId
1734
-
1734
+
1735
1735
  def initialize(successtotal=nil, failuretotal=nil, upgradingtotal=nil, requestid=nil)
1736
1736
  @SuccessTotal = successtotal
1737
1737
  @FailureTotal = failuretotal
@@ -1761,7 +1761,7 @@ module TencentCloud
1761
1761
  # @type Filters: Array
1762
1762
 
1763
1763
  attr_accessor :ProductId, :FirmwareVersion, :Offset, :Limit, :Filters
1764
-
1764
+
1765
1765
  def initialize(productid=nil, firmwareversion=nil, offset=nil, limit=nil, filters=nil)
1766
1766
  @ProductId = productid
1767
1767
  @FirmwareVersion = firmwareversion
@@ -1798,7 +1798,7 @@ module TencentCloud
1798
1798
  # @type RequestId: String
1799
1799
 
1800
1800
  attr_accessor :TaskInfos, :Total, :RequestId
1801
-
1801
+
1802
1802
  def initialize(taskinfos=nil, total=nil, requestid=nil)
1803
1803
  @TaskInfos = taskinfos
1804
1804
  @Total = total
@@ -1833,7 +1833,7 @@ module TencentCloud
1833
1833
  # @type ProductId: String
1834
1834
 
1835
1835
  attr_accessor :GatewayProductId, :GatewayDeviceName, :Offset, :Limit, :ProductId
1836
-
1836
+
1837
1837
  def initialize(gatewayproductid=nil, gatewaydevicename=nil, offset=nil, limit=nil, productid=nil)
1838
1838
  @GatewayProductId = gatewayproductid
1839
1839
  @GatewayDeviceName = gatewaydevicename
@@ -1863,7 +1863,7 @@ module TencentCloud
1863
1863
  # @type RequestId: String
1864
1864
 
1865
1865
  attr_accessor :TotalCount, :Devices, :ProductName, :RequestId
1866
-
1866
+
1867
1867
  def initialize(totalcount=nil, devices=nil, productname=nil, requestid=nil)
1868
1868
  @TotalCount = totalcount
1869
1869
  @Devices = devices
@@ -1896,7 +1896,7 @@ module TencentCloud
1896
1896
  # @type Limit: Integer
1897
1897
 
1898
1898
  attr_accessor :CertName, :Offset, :Limit
1899
-
1899
+
1900
1900
  def initialize(certname=nil, offset=nil, limit=nil)
1901
1901
  @CertName = certname
1902
1902
  @Offset = offset
@@ -1918,7 +1918,7 @@ module TencentCloud
1918
1918
  # @type RequestId: String
1919
1919
 
1920
1920
  attr_accessor :Products, :RequestId
1921
-
1921
+
1922
1922
  def initialize(products=nil, requestid=nil)
1923
1923
  @Products = products
1924
1924
  @RequestId = requestid
@@ -1943,7 +1943,7 @@ module TencentCloud
1943
1943
  # @type CertName: String
1944
1944
 
1945
1945
  attr_accessor :CertName
1946
-
1946
+
1947
1947
  def initialize(certname=nil)
1948
1948
  @CertName = certname
1949
1949
  end
@@ -1961,7 +1961,7 @@ module TencentCloud
1961
1961
  # @type RequestId: String
1962
1962
 
1963
1963
  attr_accessor :CA, :RequestId
1964
-
1964
+
1965
1965
  def initialize(ca=nil, requestid=nil)
1966
1966
  @CA = ca
1967
1967
  @RequestId = requestid
@@ -1979,7 +1979,7 @@ module TencentCloud
1979
1979
  # DescribePrivateCAs请求参数结构体
1980
1980
  class DescribePrivateCAsRequest < TencentCloud::Common::AbstractModel
1981
1981
 
1982
-
1982
+
1983
1983
  def initialize()
1984
1984
  end
1985
1985
 
@@ -1995,7 +1995,7 @@ module TencentCloud
1995
1995
  # @type RequestId: String
1996
1996
 
1997
1997
  attr_accessor :CAs, :RequestId
1998
-
1998
+
1999
1999
  def initialize(cas=nil, requestid=nil)
2000
2000
  @CAs = cas
2001
2001
  @RequestId = requestid
@@ -2020,7 +2020,7 @@ module TencentCloud
2020
2020
  # @type ProductId: String
2021
2021
 
2022
2022
  attr_accessor :ProductId
2023
-
2023
+
2024
2024
  def initialize(productid=nil)
2025
2025
  @ProductId = productid
2026
2026
  end
@@ -2038,7 +2038,7 @@ module TencentCloud
2038
2038
  # @type RequestId: String
2039
2039
 
2040
2040
  attr_accessor :CAs, :RequestId
2041
-
2041
+
2042
2042
  def initialize(cas=nil, requestid=nil)
2043
2043
  @CAs = cas
2044
2044
  @RequestId = requestid
@@ -2063,7 +2063,7 @@ module TencentCloud
2063
2063
  # @type ProductId: String
2064
2064
 
2065
2065
  attr_accessor :ProductId
2066
-
2066
+
2067
2067
  def initialize(productid=nil)
2068
2068
  @ProductId = productid
2069
2069
  end
@@ -2081,7 +2081,7 @@ module TencentCloud
2081
2081
  # @type Name: String
2082
2082
 
2083
2083
  attr_accessor :ProductID, :Name
2084
-
2084
+
2085
2085
  def initialize(productid=nil, name=nil)
2086
2086
  @ProductID = productid
2087
2087
  @Name = name
@@ -2102,7 +2102,7 @@ module TencentCloud
2102
2102
  # @type RequestId: String
2103
2103
 
2104
2104
  attr_accessor :Result, :RequestId
2105
-
2105
+
2106
2106
  def initialize(result=nil, requestid=nil)
2107
2107
  @Result = result
2108
2108
  @RequestId = requestid
@@ -2129,7 +2129,7 @@ module TencentCloud
2129
2129
  # @type Name: String
2130
2130
 
2131
2131
  attr_accessor :Offset, :Limit, :ProductID, :Name
2132
-
2132
+
2133
2133
  def initialize(offset=nil, limit=nil, productid=nil, name=nil)
2134
2134
  @Offset = offset
2135
2135
  @Limit = limit
@@ -2156,7 +2156,7 @@ module TencentCloud
2156
2156
  # @type RequestId: String
2157
2157
 
2158
2158
  attr_accessor :TotalCount, :Result, :RequestId
2159
-
2159
+
2160
2160
  def initialize(totalcount=nil, result=nil, requestid=nil)
2161
2161
  @TotalCount = totalcount
2162
2162
  @Result = result
@@ -2191,7 +2191,7 @@ module TencentCloud
2191
2191
  # @type RequestId: String
2192
2192
 
2193
2193
  attr_accessor :ProductId, :ProductName, :ProductMetadata, :ProductProperties, :RequestId
2194
-
2194
+
2195
2195
  def initialize(productid=nil, productname=nil, productmetadata=nil, productproperties=nil, requestid=nil)
2196
2196
  @ProductId = productid
2197
2197
  @ProductName = productname
@@ -2223,7 +2223,7 @@ module TencentCloud
2223
2223
  # @type TaskId: Integer
2224
2224
 
2225
2225
  attr_accessor :ProductId, :TaskId
2226
-
2226
+
2227
2227
  def initialize(productid=nil, taskid=nil)
2228
2228
  @ProductId = productid
2229
2229
  @TaskId = taskid
@@ -2243,7 +2243,7 @@ module TencentCloud
2243
2243
  # @type RequestId: String
2244
2244
 
2245
2245
  attr_accessor :TaskInfo, :RequestId
2246
-
2246
+
2247
2247
  def initialize(taskinfo=nil, requestid=nil)
2248
2248
  @TaskInfo = taskinfo
2249
2249
  @RequestId = requestid
@@ -2268,7 +2268,7 @@ module TencentCloud
2268
2268
  # @type Limit: Integer
2269
2269
 
2270
2270
  attr_accessor :ProductId, :Offset, :Limit
2271
-
2271
+
2272
2272
  def initialize(productid=nil, offset=nil, limit=nil)
2273
2273
  @ProductId = productid
2274
2274
  @Offset = offset
@@ -2292,7 +2292,7 @@ module TencentCloud
2292
2292
  # @type RequestId: String
2293
2293
 
2294
2294
  attr_accessor :TotalCount, :TaskInfos, :RequestId
2295
-
2295
+
2296
2296
  def initialize(totalcount=nil, taskinfos=nil, requestid=nil)
2297
2297
  @TotalCount = totalcount
2298
2298
  @TaskInfos = taskinfos
@@ -2321,7 +2321,7 @@ module TencentCloud
2321
2321
  # @type Limit: Integer
2322
2322
 
2323
2323
  attr_accessor :Offset, :Limit
2324
-
2324
+
2325
2325
  def initialize(offset=nil, limit=nil)
2326
2326
  @Offset = offset
2327
2327
  @Limit = limit
@@ -2343,7 +2343,7 @@ module TencentCloud
2343
2343
  # @type RequestId: String
2344
2344
 
2345
2345
  attr_accessor :TotalCount, :Products, :RequestId
2346
-
2346
+
2347
2347
  def initialize(totalcount=nil, products=nil, requestid=nil)
2348
2348
  @TotalCount = totalcount
2349
2349
  @Products = products
@@ -2372,7 +2372,7 @@ module TencentCloud
2372
2372
  # @type Name: String
2373
2373
 
2374
2374
  attr_accessor :ProductID, :Name
2375
-
2375
+
2376
2376
  def initialize(productid=nil, name=nil)
2377
2377
  @ProductID = productid
2378
2378
  @Name = name
@@ -2399,7 +2399,7 @@ module TencentCloud
2399
2399
  # @type RequestId: String
2400
2400
 
2401
2401
  attr_accessor :SuccessTotal, :FailureTotal, :UpgradingTotal, :RequestId
2402
-
2402
+
2403
2403
  def initialize(successtotal=nil, failuretotal=nil, upgradingtotal=nil, requestid=nil)
2404
2404
  @SuccessTotal = successtotal
2405
2405
  @FailureTotal = failuretotal
@@ -2429,7 +2429,7 @@ module TencentCloud
2429
2429
  # @type Filters: Array
2430
2430
 
2431
2431
  attr_accessor :ProductID, :Name, :Offset, :Limit, :Filters
2432
-
2432
+
2433
2433
  def initialize(productid=nil, name=nil, offset=nil, limit=nil, filters=nil)
2434
2434
  @ProductID = productid
2435
2435
  @Name = name
@@ -2466,7 +2466,7 @@ module TencentCloud
2466
2466
  # @type RequestId: String
2467
2467
 
2468
2468
  attr_accessor :TaskInfos, :Total, :RequestId
2469
-
2469
+
2470
2470
  def initialize(taskinfos=nil, total=nil, requestid=nil)
2471
2471
  @TaskInfos = taskinfos
2472
2472
  @Total = total
@@ -2548,7 +2548,7 @@ module TencentCloud
2548
2548
  # @type FirmwareUpdateTime: Integer
2549
2549
 
2550
2550
  attr_accessor :DeviceName, :Online, :LoginTime, :Version, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :NbiotDeviceID, :ConnIP, :LastUpdateTime, :LoraDevEui, :LoraMoteType, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :LogLevel, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime
2551
-
2551
+
2552
2552
  def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, nbiotdeviceid=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil)
2553
2553
  @DeviceName = devicename
2554
2554
  @Online = online
@@ -2626,7 +2626,7 @@ module TencentCloud
2626
2626
  # @type Value: String
2627
2627
 
2628
2628
  attr_accessor :Key, :Value
2629
-
2629
+
2630
2630
  def initialize(key=nil, value=nil)
2631
2631
  @Key = key
2632
2632
  @Value = value
@@ -2660,7 +2660,7 @@ module TencentCloud
2660
2660
  # @type Percent: Integer
2661
2661
 
2662
2662
  attr_accessor :ProductID, :ProductName, :Name, :Md5, :Size, :UpdateTime, :DeviceName, :Status, :Percent
2663
-
2663
+
2664
2664
  def initialize(productid=nil, productname=nil, name=nil, md5=nil, size=nil, updatetime=nil, devicename=nil, status=nil, percent=nil)
2665
2665
  @ProductID = productid
2666
2666
  @ProductName = productname
@@ -2699,7 +2699,7 @@ module TencentCloud
2699
2699
  # @type Name: String
2700
2700
 
2701
2701
  attr_accessor :Tag, :Type, :Value, :Name
2702
-
2702
+
2703
2703
  def initialize(tag=nil, type=nil, value=nil, name=nil)
2704
2704
  @Tag = tag
2705
2705
  @Type = type
@@ -2740,7 +2740,7 @@ module TencentCloud
2740
2740
  # @type TaskId: Integer
2741
2741
 
2742
2742
  attr_accessor :DeviceName, :LastProcessTime, :Status, :ErrMsg, :Retcode, :DstVersion, :Percent, :OriVersion, :TaskId
2743
-
2743
+
2744
2744
  def initialize(devicename=nil, lastprocesstime=nil, status=nil, errmsg=nil, retcode=nil, dstversion=nil, percent=nil, oriversion=nil, taskid=nil)
2745
2745
  @DeviceName = devicename
2746
2746
  @LastProcessTime = lastprocesstime
@@ -2772,7 +2772,7 @@ module TencentCloud
2772
2772
  # @type RuleName: String
2773
2773
 
2774
2774
  attr_accessor :RuleName
2775
-
2775
+
2776
2776
  def initialize(rulename=nil)
2777
2777
  @RuleName = rulename
2778
2778
  end
@@ -2788,7 +2788,7 @@ module TencentCloud
2788
2788
  # @type RequestId: String
2789
2789
 
2790
2790
  attr_accessor :RequestId
2791
-
2791
+
2792
2792
  def initialize(requestid=nil)
2793
2793
  @RequestId = requestid
2794
2794
  end
@@ -2808,7 +2808,7 @@ module TencentCloud
2808
2808
  # @type DeviceName: String
2809
2809
 
2810
2810
  attr_accessor :ProductID, :Name, :DeviceName
2811
-
2811
+
2812
2812
  def initialize(productid=nil, name=nil, devicename=nil)
2813
2813
  @ProductID = productid
2814
2814
  @Name = name
@@ -2830,7 +2830,7 @@ module TencentCloud
2830
2830
  # @type RequestId: String
2831
2831
 
2832
2832
  attr_accessor :Url, :RequestId
2833
-
2833
+
2834
2834
  def initialize(url=nil, requestid=nil)
2835
2835
  @Url = url
2836
2836
  @RequestId = requestid
@@ -2854,7 +2854,7 @@ module TencentCloud
2854
2854
  # @type FirmwareDescription: String
2855
2855
 
2856
2856
  attr_accessor :ProductId, :FirmwareVersion, :FirmwareName, :FirmwareDescription
2857
-
2857
+
2858
2858
  def initialize(productid=nil, firmwareversion=nil, firmwarename=nil, firmwaredescription=nil)
2859
2859
  @ProductId = productid
2860
2860
  @FirmwareVersion = firmwareversion
@@ -2876,7 +2876,7 @@ module TencentCloud
2876
2876
  # @type RequestId: String
2877
2877
 
2878
2878
  attr_accessor :RequestId
2879
-
2879
+
2880
2880
  def initialize(requestid=nil)
2881
2881
  @RequestId = requestid
2882
2882
  end
@@ -2892,7 +2892,7 @@ module TencentCloud
2892
2892
  # @type RuleName: String
2893
2893
 
2894
2894
  attr_accessor :RuleName
2895
-
2895
+
2896
2896
  def initialize(rulename=nil)
2897
2897
  @RuleName = rulename
2898
2898
  end
@@ -2908,7 +2908,7 @@ module TencentCloud
2908
2908
  # @type RequestId: String
2909
2909
 
2910
2910
  attr_accessor :RequestId
2911
-
2911
+
2912
2912
  def initialize(requestid=nil)
2913
2913
  @RequestId = requestid
2914
2914
  end
@@ -2940,7 +2940,7 @@ module TencentCloud
2940
2940
  # @type ProductId: String
2941
2941
 
2942
2942
  attr_accessor :Version, :Md5sum, :CreateTime, :ProductName, :Name, :Description, :ProductId
2943
-
2943
+
2944
2944
  def initialize(version=nil, md5sum=nil, createtime=nil, productname=nil, name=nil, description=nil, productid=nil)
2945
2945
  @Version = version
2946
2946
  @Md5sum = md5sum
@@ -2978,7 +2978,7 @@ module TencentCloud
2978
2978
  # @type CreateTime: Integer
2979
2979
 
2980
2980
  attr_accessor :TaskId, :Status, :Type, :CreateTime
2981
-
2981
+
2982
2982
  def initialize(taskid=nil, status=nil, type=nil, createtime=nil)
2983
2983
  @TaskId = taskid
2984
2984
  @Status = status
@@ -3000,7 +3000,7 @@ module TencentCloud
3000
3000
  # @type ProductId: String
3001
3001
 
3002
3002
  attr_accessor :ProductId
3003
-
3003
+
3004
3004
  def initialize(productid=nil)
3005
3005
  @ProductId = productid
3006
3006
  end
@@ -3018,7 +3018,7 @@ module TencentCloud
3018
3018
  # @type RequestId: String
3019
3019
 
3020
3020
  attr_accessor :Version, :RequestId
3021
-
3021
+
3022
3022
  def initialize(version=nil, requestid=nil)
3023
3023
  @Version = version
3024
3024
  @RequestId = requestid
@@ -3040,7 +3040,7 @@ module TencentCloud
3040
3040
  # @type FileSize: Integer
3041
3041
 
3042
3042
  attr_accessor :ProductId, :FirmwareVersion, :FileSize
3043
-
3043
+
3044
3044
  def initialize(productid=nil, firmwareversion=nil, filesize=nil)
3045
3045
  @ProductId = productid
3046
3046
  @FirmwareVersion = firmwareversion
@@ -3062,7 +3062,7 @@ module TencentCloud
3062
3062
  # @type RequestId: String
3063
3063
 
3064
3064
  attr_accessor :Url, :RequestId
3065
-
3065
+
3066
3066
  def initialize(url=nil, requestid=nil)
3067
3067
  @Url = url
3068
3068
  @RequestId = requestid
@@ -3077,7 +3077,7 @@ module TencentCloud
3077
3077
  # GetUserResourceInfo请求参数结构体
3078
3078
  class GetUserResourceInfoRequest < TencentCloud::Common::AbstractModel
3079
3079
 
3080
-
3080
+
3081
3081
  def initialize()
3082
3082
  end
3083
3083
 
@@ -3095,7 +3095,7 @@ module TencentCloud
3095
3095
  # @type RequestId: String
3096
3096
 
3097
3097
  attr_accessor :UsedSize, :Limit, :RequestId
3098
-
3098
+
3099
3099
  def initialize(usedsize=nil, limit=nil, requestid=nil)
3100
3100
  @UsedSize = usedsize
3101
3101
  @Limit = limit
@@ -3121,7 +3121,7 @@ module TencentCloud
3121
3121
  # @type Filters: Array
3122
3122
 
3123
3123
  attr_accessor :PageNum, :PageSize, :ProductId, :Filters
3124
-
3124
+
3125
3125
  def initialize(pagenum=nil, pagesize=nil, productid=nil, filters=nil)
3126
3126
  @PageNum = pagenum
3127
3127
  @PageSize = pagesize
@@ -3154,7 +3154,7 @@ module TencentCloud
3154
3154
  # @type RequestId: String
3155
3155
 
3156
3156
  attr_accessor :TotalCount, :Firmwares, :RequestId
3157
-
3157
+
3158
3158
  def initialize(totalcount=nil, firmwares=nil, requestid=nil)
3159
3159
  @TotalCount = totalcount
3160
3160
  @Firmwares = firmwares
@@ -3190,7 +3190,7 @@ module TencentCloud
3190
3190
  # @type MaxNum: Integer
3191
3191
 
3192
3192
  attr_accessor :MinTime, :MaxTime, :Keywords, :Context, :MaxNum
3193
-
3193
+
3194
3194
  def initialize(mintime=nil, maxtime=nil, keywords=nil, context=nil, maxnum=nil)
3195
3195
  @MinTime = mintime
3196
3196
  @MaxTime = maxtime
@@ -3220,7 +3220,7 @@ module TencentCloud
3220
3220
  # @type RequestId: String
3221
3221
 
3222
3222
  attr_accessor :Context, :Listover, :Results, :RequestId
3223
-
3223
+
3224
3224
  def initialize(context=nil, listover=nil, results=nil, requestid=nil)
3225
3225
  @Context = context
3226
3226
  @Listover = listover
@@ -3258,7 +3258,7 @@ module TencentCloud
3258
3258
  # @type MaxNum: Integer
3259
3259
 
3260
3260
  attr_accessor :MinTime, :MaxTime, :Keywords, :Context, :MaxNum
3261
-
3261
+
3262
3262
  def initialize(mintime=nil, maxtime=nil, keywords=nil, context=nil, maxnum=nil)
3263
3263
  @MinTime = mintime
3264
3264
  @MaxTime = maxtime
@@ -3290,7 +3290,7 @@ module TencentCloud
3290
3290
  # @type RequestId: String
3291
3291
 
3292
3292
  attr_accessor :Context, :Listover, :Results, :TotalCount, :RequestId
3293
-
3293
+
3294
3294
  def initialize(context=nil, listover=nil, results=nil, totalcount=nil, requestid=nil)
3295
3295
  @Context = context
3296
3296
  @Listover = listover
@@ -3333,7 +3333,7 @@ module TencentCloud
3333
3333
  # @type MaxNum: Integer
3334
3334
 
3335
3335
  attr_accessor :MinTime, :MaxTime, :Keywords, :Context, :MaxNum
3336
-
3336
+
3337
3337
  def initialize(mintime=nil, maxtime=nil, keywords=nil, context=nil, maxnum=nil)
3338
3338
  @MinTime = mintime
3339
3339
  @MaxTime = maxtime
@@ -3363,7 +3363,7 @@ module TencentCloud
3363
3363
  # @type RequestId: String
3364
3364
 
3365
3365
  attr_accessor :Context, :Listover, :Results, :RequestId
3366
-
3366
+
3367
3367
  def initialize(context=nil, listover=nil, results=nil, requestid=nil)
3368
3368
  @Context = context
3369
3369
  @Listover = listover
@@ -3394,7 +3394,7 @@ module TencentCloud
3394
3394
  # @type PageSize: Integer
3395
3395
 
3396
3396
  attr_accessor :PageNum, :PageSize
3397
-
3397
+
3398
3398
  def initialize(pagenum=nil, pagesize=nil)
3399
3399
  @PageNum = pagenum
3400
3400
  @PageSize = pagesize
@@ -3416,7 +3416,7 @@ module TencentCloud
3416
3416
  # @type RequestId: String
3417
3417
 
3418
3418
  attr_accessor :TotalCnt, :Rules, :RequestId
3419
-
3419
+
3420
3420
  def initialize(totalcnt=nil, rules=nil, requestid=nil)
3421
3421
  @TotalCnt = totalcnt
3422
3422
  @Rules = rules
@@ -3461,7 +3461,7 @@ module TencentCloud
3461
3461
  # @type DateTime: String
3462
3462
 
3463
3463
  attr_accessor :Uin, :ProductId, :DeviceName, :SrcType, :SrcName, :Topic, :PayloadFormatType, :Payload, :RequestId, :DateTime
3464
-
3464
+
3465
3465
  def initialize(uin=nil, productid=nil, devicename=nil, srctype=nil, srcname=nil, topic=nil, payloadformattype=nil, payload=nil, requestid=nil, datetime=nil)
3466
3466
  @Uin = uin
3467
3467
  @ProductId = productid
@@ -3501,7 +3501,7 @@ module TencentCloud
3501
3501
  # @type ProductProperties: :class:`Tencentcloud::Iotcloud.v20210408.models.ProductProperties`
3502
3502
 
3503
3503
  attr_accessor :ProductId, :ProductName, :ProductMetadata, :ProductProperties
3504
-
3504
+
3505
3505
  def initialize(productid=nil, productname=nil, productmetadata=nil, productproperties=nil)
3506
3506
  @ProductId = productid
3507
3507
  @ProductName = productname
@@ -3533,7 +3533,7 @@ module TencentCloud
3533
3533
  # @type UserId: Integer
3534
3534
 
3535
3535
  attr_accessor :CreationDate, :CreateUserId, :UserId
3536
-
3536
+
3537
3537
  def initialize(creationdate=nil, createuserid=nil, userid=nil)
3538
3538
  @CreationDate = creationdate
3539
3539
  @CreateUserId = createuserid
@@ -3588,7 +3588,7 @@ module TencentCloud
3588
3588
  # @type ForbiddenStatus: Integer
3589
3589
 
3590
3590
  attr_accessor :ProductDescription, :EncryptionType, :Region, :ProductType, :Format, :Platform, :Appeui, :ModelId, :ModelName, :ProductKey, :RegisterType, :ProductSecret, :RegisterLimit, :OriginProductId, :PrivateCAName, :OriginUserId, :DeviceLimit, :ForbiddenStatus
3591
-
3591
+
3592
3592
  def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, appeui=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil, originproductid=nil, privatecaname=nil, originuserid=nil, devicelimit=nil, forbiddenstatus=nil)
3593
3593
  @ProductDescription = productdescription
3594
3594
  @EncryptionType = encryptiontype
@@ -3651,7 +3651,7 @@ module TencentCloud
3651
3651
  # @type CreateTime: String
3652
3652
 
3653
3653
  attr_accessor :ProductID, :ProductName, :Name, :Md5, :Size, :Description, :CreateTime
3654
-
3654
+
3655
3655
  def initialize(productid=nil, productname=nil, name=nil, md5=nil, size=nil, description=nil, createtime=nil)
3656
3656
  @ProductID = productid
3657
3657
  @ProductName = productname
@@ -3706,7 +3706,7 @@ module TencentCloud
3706
3706
  # @type CompleteTime: Integer
3707
3707
 
3708
3708
  attr_accessor :Id, :Type, :State, :ParametersType, :Parameters, :ResultType, :Result, :BatchCount, :BatchOffset, :CreateTime, :UpdateTime, :CompleteTime
3709
-
3709
+
3710
3710
  def initialize(id=nil, type=nil, state=nil, parameterstype=nil, parameters=nil, resulttype=nil, result=nil, batchcount=nil, batchoffset=nil, createtime=nil, updatetime=nil, completetime=nil)
3711
3711
  @Id = id
3712
3712
  @Type = type
@@ -3750,7 +3750,7 @@ module TencentCloud
3750
3750
  # @type PayloadEncoding: String
3751
3751
 
3752
3752
  attr_accessor :ProductId, :Payload, :Qos, :PayloadEncoding
3753
-
3753
+
3754
3754
  def initialize(productid=nil, payload=nil, qos=nil, payloadencoding=nil)
3755
3755
  @ProductId = productid
3756
3756
  @Payload = payload
@@ -3774,7 +3774,7 @@ module TencentCloud
3774
3774
  # @type RequestId: String
3775
3775
 
3776
3776
  attr_accessor :TaskId, :RequestId
3777
-
3777
+
3778
3778
  def initialize(taskid=nil, requestid=nil)
3779
3779
  @TaskId = taskid
3780
3780
  @RequestId = requestid
@@ -3802,7 +3802,7 @@ module TencentCloud
3802
3802
  # @type PayloadEncoding: String
3803
3803
 
3804
3804
  attr_accessor :Topic, :Payload, :ProductId, :DeviceName, :Qos, :PayloadEncoding
3805
-
3805
+
3806
3806
  def initialize(topic=nil, payload=nil, productid=nil, devicename=nil, qos=nil, payloadencoding=nil)
3807
3807
  @Topic = topic
3808
3808
  @Payload = payload
@@ -3828,7 +3828,7 @@ module TencentCloud
3828
3828
  # @type RequestId: String
3829
3829
 
3830
3830
  attr_accessor :RequestId
3831
-
3831
+
3832
3832
  def initialize(requestid=nil)
3833
3833
  @RequestId = requestid
3834
3834
  end
@@ -3848,7 +3848,7 @@ module TencentCloud
3848
3848
  # @type Payload: String
3849
3849
 
3850
3850
  attr_accessor :ProductId, :DeviceName, :Payload
3851
-
3851
+
3852
3852
  def initialize(productid=nil, devicename=nil, payload=nil)
3853
3853
  @ProductId = productid
3854
3854
  @DeviceName = devicename
@@ -3872,7 +3872,7 @@ module TencentCloud
3872
3872
  # @type RequestId: String
3873
3873
 
3874
3874
  attr_accessor :MessageId, :PayloadBase64, :RequestId
3875
-
3875
+
3876
3876
  def initialize(messageid=nil, payloadbase64=nil, requestid=nil)
3877
3877
  @MessageId = messageid
3878
3878
  @PayloadBase64 = payloadbase64
@@ -3894,7 +3894,7 @@ module TencentCloud
3894
3894
  # @type TopicRulePayload: :class:`Tencentcloud::Iotcloud.v20210408.models.TopicRulePayload`
3895
3895
 
3896
3896
  attr_accessor :RuleName, :TopicRulePayload
3897
-
3897
+
3898
3898
  def initialize(rulename=nil, topicrulepayload=nil)
3899
3899
  @RuleName = rulename
3900
3900
  @TopicRulePayload = topicrulepayload
@@ -3915,7 +3915,7 @@ module TencentCloud
3915
3915
  # @type RequestId: String
3916
3916
 
3917
3917
  attr_accessor :RequestId
3918
-
3918
+
3919
3919
  def initialize(requestid=nil)
3920
3920
  @RequestId = requestid
3921
3921
  end
@@ -3936,7 +3936,7 @@ module TencentCloud
3936
3936
  # @type Reason: String
3937
3937
 
3938
3938
  attr_accessor :DeviceName, :Success, :Reason
3939
-
3939
+
3940
3940
  def initialize(devicename=nil, success=nil, reason=nil)
3941
3941
  @DeviceName = devicename
3942
3942
  @Success = success
@@ -3958,7 +3958,7 @@ module TencentCloud
3958
3958
  # @type DeviceNames: Array
3959
3959
 
3960
3960
  attr_accessor :ProductId, :DeviceNames
3961
-
3961
+
3962
3962
  def initialize(productid=nil, devicenames=nil)
3963
3963
  @ProductId = productid
3964
3964
  @DeviceNames = devicenames
@@ -3980,7 +3980,7 @@ module TencentCloud
3980
3980
  # @type RequestId: String
3981
3981
 
3982
3982
  attr_accessor :SuccessCount, :ResetDeviceResults, :RequestId
3983
-
3983
+
3984
3984
  def initialize(successcount=nil, resetdeviceresults=nil, requestid=nil)
3985
3985
  @SuccessCount = successcount
3986
3986
  @ResetDeviceResults = resetdeviceresults
@@ -4013,7 +4013,7 @@ module TencentCloud
4013
4013
  # @type TaskId: Integer
4014
4014
 
4015
4015
  attr_accessor :ProductId, :DeviceName, :FirmwareVersion, :TaskId
4016
-
4016
+
4017
4017
  def initialize(productid=nil, devicename=nil, firmwareversion=nil, taskid=nil)
4018
4018
  @ProductId = productid
4019
4019
  @DeviceName = devicename
@@ -4035,7 +4035,7 @@ module TencentCloud
4035
4035
  # @type RequestId: String
4036
4036
 
4037
4037
  attr_accessor :RequestId
4038
-
4038
+
4039
4039
  def initialize(requestid=nil)
4040
4040
  @RequestId = requestid
4041
4041
  end
@@ -4059,7 +4059,7 @@ module TencentCloud
4059
4059
  # @type Content: String
4060
4060
 
4061
4061
  attr_accessor :ProductId, :DeviceName, :Level, :DateTime, :Content
4062
-
4062
+
4063
4063
  def initialize(productid=nil, devicename=nil, level=nil, datetime=nil, content=nil)
4064
4064
  @ProductId = productid
4065
4065
  @DeviceName = devicename
@@ -4085,7 +4085,7 @@ module TencentCloud
4085
4085
  # @type Value: String
4086
4086
 
4087
4087
  attr_accessor :Key, :Value
4088
-
4088
+
4089
4089
  def initialize(key=nil, value=nil)
4090
4090
  @Key = key
4091
4091
  @Value = value
@@ -4105,7 +4105,7 @@ module TencentCloud
4105
4105
  # @type Status: Integer
4106
4106
 
4107
4107
  attr_accessor :ProductId, :Status
4108
-
4108
+
4109
4109
  def initialize(productid=nil, status=nil)
4110
4110
  @ProductId = productid
4111
4111
  @Status = status
@@ -4123,7 +4123,7 @@ module TencentCloud
4123
4123
  # @type RequestId: String
4124
4124
 
4125
4125
  attr_accessor :RequestId
4126
-
4126
+
4127
4127
  def initialize(requestid=nil)
4128
4128
  @RequestId = requestid
4129
4129
  end
@@ -4143,7 +4143,7 @@ module TencentCloud
4143
4143
  # @type Total: Integer
4144
4144
 
4145
4145
  attr_accessor :Status, :Total
4146
-
4146
+
4147
4147
  def initialize(status=nil, total=nil)
4148
4148
  @Status = status
4149
4149
  @Total = total
@@ -4169,7 +4169,7 @@ module TencentCloud
4169
4169
  # @type TopicPattern: String
4170
4170
 
4171
4171
  attr_accessor :RuleName, :Description, :CreatedAt, :RuleDisabled, :TopicPattern
4172
-
4172
+
4173
4173
  def initialize(rulename=nil, description=nil, createdat=nil, ruledisabled=nil, topicpattern=nil)
4174
4174
  @RuleName = rulename
4175
4175
  @Description = description
@@ -4248,7 +4248,7 @@ module TencentCloud
4248
4248
  # @type RuleDisabled: Boolean
4249
4249
 
4250
4250
  attr_accessor :Sql, :Actions, :Description, :RuleDisabled
4251
-
4251
+
4252
4252
  def initialize(sql=nil, actions=nil, description=nil, ruledisabled=nil)
4253
4253
  @Sql = sql
4254
4254
  @Actions = actions
@@ -4278,7 +4278,7 @@ module TencentCloud
4278
4278
  # @type Skey: String
4279
4279
 
4280
4280
  attr_accessor :GatewayProductId, :GatewayDeviceName, :ProductId, :DeviceNames, :Skey
4281
-
4281
+
4282
4282
  def initialize(gatewayproductid=nil, gatewaydevicename=nil, productid=nil, devicenames=nil, skey=nil)
4283
4283
  @GatewayProductId = gatewayproductid
4284
4284
  @GatewayDeviceName = gatewaydevicename
@@ -4302,7 +4302,7 @@ module TencentCloud
4302
4302
  # @type RequestId: String
4303
4303
 
4304
4304
  attr_accessor :RequestId
4305
-
4305
+
4306
4306
  def initialize(requestid=nil)
4307
4307
  @RequestId = requestid
4308
4308
  end
@@ -4322,7 +4322,7 @@ module TencentCloud
4322
4322
  # @type EnableState: Integer
4323
4323
 
4324
4324
  attr_accessor :ProductId, :DeviceName, :EnableState
4325
-
4325
+
4326
4326
  def initialize(productid=nil, devicename=nil, enablestate=nil)
4327
4327
  @ProductId = productid
4328
4328
  @DeviceName = devicename
@@ -4342,7 +4342,7 @@ module TencentCloud
4342
4342
  # @type RequestId: String
4343
4343
 
4344
4344
  attr_accessor :RequestId
4345
-
4345
+
4346
4346
  def initialize(requestid=nil)
4347
4347
  @RequestId = requestid
4348
4348
  end
@@ -4362,7 +4362,7 @@ module TencentCloud
4362
4362
  # @type LogLevel: Integer
4363
4363
 
4364
4364
  attr_accessor :ProductId, :DeviceName, :LogLevel
4365
-
4365
+
4366
4366
  def initialize(productid=nil, devicename=nil, loglevel=nil)
4367
4367
  @ProductId = productid
4368
4368
  @DeviceName = devicename
@@ -4382,7 +4382,7 @@ module TencentCloud
4382
4382
  # @type RequestId: String
4383
4383
 
4384
4384
  attr_accessor :RequestId
4385
-
4385
+
4386
4386
  def initialize(requestid=nil)
4387
4387
  @RequestId = requestid
4388
4388
  end
@@ -4402,7 +4402,7 @@ module TencentCloud
4402
4402
  # @type Psk: String
4403
4403
 
4404
4404
  attr_accessor :ProductId, :DeviceName, :Psk
4405
-
4405
+
4406
4406
  def initialize(productid=nil, devicename=nil, psk=nil)
4407
4407
  @ProductId = productid
4408
4408
  @DeviceName = devicename
@@ -4422,7 +4422,7 @@ module TencentCloud
4422
4422
  # @type RequestId: String
4423
4423
 
4424
4424
  attr_accessor :RequestId
4425
-
4425
+
4426
4426
  def initialize(requestid=nil)
4427
4427
  @RequestId = requestid
4428
4428
  end
@@ -4444,7 +4444,7 @@ module TencentCloud
4444
4444
  # @type ShadowVersion: Integer
4445
4445
 
4446
4446
  attr_accessor :ProductId, :DeviceName, :State, :ShadowVersion
4447
-
4447
+
4448
4448
  def initialize(productid=nil, devicename=nil, state=nil, shadowversion=nil)
4449
4449
  @ProductId = productid
4450
4450
  @DeviceName = devicename
@@ -4468,7 +4468,7 @@ module TencentCloud
4468
4468
  # @type RequestId: String
4469
4469
 
4470
4470
  attr_accessor :Data, :RequestId
4471
-
4471
+
4472
4472
  def initialize(data=nil, requestid=nil)
4473
4473
  @Data = data
4474
4474
  @RequestId = requestid
@@ -4490,7 +4490,7 @@ module TencentCloud
4490
4490
  # @type Status: Integer
4491
4491
 
4492
4492
  attr_accessor :ProductId, :DeviceNames, :Status
4493
-
4493
+
4494
4494
  def initialize(productid=nil, devicenames=nil, status=nil)
4495
4495
  @ProductId = productid
4496
4496
  @DeviceNames = devicenames
@@ -4510,7 +4510,7 @@ module TencentCloud
4510
4510
  # @type RequestId: String
4511
4511
 
4512
4512
  attr_accessor :RequestId
4513
-
4513
+
4514
4514
  def initialize(requestid=nil)
4515
4515
  @RequestId = requestid
4516
4516
  end
@@ -4530,7 +4530,7 @@ module TencentCloud
4530
4530
  # @type VerifyCertText: String
4531
4531
 
4532
4532
  attr_accessor :CertName, :CertText, :VerifyCertText
4533
-
4533
+
4534
4534
  def initialize(certname=nil, certtext=nil, verifycerttext=nil)
4535
4535
  @CertName = certname
4536
4536
  @CertText = certtext
@@ -4550,7 +4550,7 @@ module TencentCloud
4550
4550
  # @type RequestId: String
4551
4551
 
4552
4552
  attr_accessor :RequestId
4553
-
4553
+
4554
4554
  def initialize(requestid=nil)
4555
4555
  @RequestId = requestid
4556
4556
  end
@@ -4570,7 +4570,7 @@ module TencentCloud
4570
4570
  # @type RegisterLimit: Integer
4571
4571
 
4572
4572
  attr_accessor :ProductId, :RegisterType, :RegisterLimit
4573
-
4573
+
4574
4574
  def initialize(productid=nil, registertype=nil, registerlimit=nil)
4575
4575
  @ProductId = productid
4576
4576
  @RegisterType = registertype
@@ -4596,7 +4596,7 @@ module TencentCloud
4596
4596
  # @type RequestId: String
4597
4597
 
4598
4598
  attr_accessor :RegisterType, :ProductSecret, :RegisterLimit, :RequestId
4599
-
4599
+
4600
4600
  def initialize(registertype=nil, productsecret=nil, registerlimit=nil, requestid=nil)
4601
4601
  @RegisterType = registertype
4602
4602
  @ProductSecret = productsecret
@@ -4620,7 +4620,7 @@ module TencentCloud
4620
4620
  # @type CertName: String
4621
4621
 
4622
4622
  attr_accessor :ProductId, :CertName
4623
-
4623
+
4624
4624
  def initialize(productid=nil, certname=nil)
4625
4625
  @ProductId = productid
4626
4626
  @CertName = certname
@@ -4638,7 +4638,7 @@ module TencentCloud
4638
4638
  # @type RequestId: String
4639
4639
 
4640
4640
  attr_accessor :RequestId
4641
-
4641
+
4642
4642
  def initialize(requestid=nil)
4643
4643
  @RequestId = requestid
4644
4644
  end
@@ -4662,7 +4662,7 @@ module TencentCloud
4662
4662
  # @type BrokerSubscribe: :class:`Tencentcloud::Iotcloud.v20210408.models.BrokerSubscribe`
4663
4663
 
4664
4664
  attr_accessor :ProductId, :TopicName, :NewTopicName, :Privilege, :BrokerSubscribe
4665
-
4665
+
4666
4666
  def initialize(productid=nil, topicname=nil, newtopicname=nil, privilege=nil, brokersubscribe=nil)
4667
4667
  @ProductId = productid
4668
4668
  @TopicName = topicname
@@ -4689,7 +4689,7 @@ module TencentCloud
4689
4689
  # @type RequestId: String
4690
4690
 
4691
4691
  attr_accessor :RequestId
4692
-
4692
+
4693
4693
  def initialize(requestid=nil)
4694
4694
  @RequestId = requestid
4695
4695
  end
@@ -4715,7 +4715,7 @@ module TencentCloud
4715
4715
  # @type FirmwareDescription: String
4716
4716
 
4717
4717
  attr_accessor :ProductId, :FirmwareVersion, :Md5sum, :FileSize, :FirmwareName, :FirmwareDescription
4718
-
4718
+
4719
4719
  def initialize(productid=nil, firmwareversion=nil, md5sum=nil, filesize=nil, firmwarename=nil, firmwaredescription=nil)
4720
4720
  @ProductId = productid
4721
4721
  @FirmwareVersion = firmwareversion
@@ -4741,7 +4741,7 @@ module TencentCloud
4741
4741
  # @type RequestId: String
4742
4742
 
4743
4743
  attr_accessor :RequestId
4744
-
4744
+
4745
4745
  def initialize(requestid=nil)
4746
4746
  @RequestId = requestid
4747
4747
  end