tencentcloud-sdk-iot 3.0.590 → 3.0.591

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180123/models.rb +115 -115
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0f3bdb3ab2dce600e97a56d6c04511f1acb73f2
4
- data.tar.gz: 44e024bdcb5386a29be42bcadc015e8c6720ada9
3
+ metadata.gz: afa8619acd39fa3224c1bf361ceaa98a5f170cb7
4
+ data.tar.gz: 214212d30274152df4ea64348d863211874fecdc
5
5
  SHA512:
6
- metadata.gz: 496c66c5779f0de0ce20062fc5336b688d4f744a8c83cb3514281eb671c28aef376de6f76000898dae2c8be2044097289718117b6d7544f89059226d85666a50
7
- data.tar.gz: 8c6bc31a8b9118e7817a53863360b686b309c7bdcd79bee9d9449f2fa9908524eb0a54ec2b012643c028c7fd55edd9c10a0720f319362e1d0b5133bc36a53ee4
6
+ metadata.gz: 9679e17725ffa575e9b3526d57b995ece752ebf18fb3ae27a4e23cd21532508fe081669a9a3a3b7404cac5a2ef2675e2a9213b4f45c4b45b342cf549d7c862a3
7
+ data.tar.gz: 28c25bb3d611cff62573e01da4c67c6503a4da7a27d333f96225b7f83c5cea34ab671fe6f22a704977f892d4e881a9536bb236d66c2b1d7001d4ffe95ef127e7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -30,7 +30,7 @@ module TencentCloud
30
30
  # @type Ckafka: :class:`Tencentcloud::Iot.v20180123.models.CkafkaAction`
31
31
 
32
32
  attr_accessor :Topic, :Service, :Ckafka
33
-
33
+
34
34
  def initialize(topic=nil, service=nil, ckafka=nil)
35
35
  @Topic = topic
36
36
  @Service = service
@@ -59,7 +59,7 @@ module TencentCloud
59
59
  # @type RuleId: String
60
60
 
61
61
  attr_accessor :RuleId
62
-
62
+
63
63
  def initialize(ruleid=nil)
64
64
  @RuleId = ruleid
65
65
  end
@@ -75,7 +75,7 @@ module TencentCloud
75
75
  # @type RequestId: String
76
76
 
77
77
  attr_accessor :RequestId
78
-
78
+
79
79
  def initialize(requestid=nil)
80
80
  @RequestId = requestid
81
81
  end
@@ -93,7 +93,7 @@ module TencentCloud
93
93
  # @type DeviceName: String
94
94
 
95
95
  attr_accessor :ProductId, :DeviceName
96
-
96
+
97
97
  def initialize(productid=nil, devicename=nil)
98
98
  @ProductId = productid
99
99
  @DeviceName = devicename
@@ -113,7 +113,7 @@ module TencentCloud
113
113
  # @type RequestId: String
114
114
 
115
115
  attr_accessor :Device, :RequestId
116
-
116
+
117
117
  def initialize(device=nil, requestid=nil)
118
118
  @Device = device
119
119
  @RequestId = requestid
@@ -146,7 +146,7 @@ module TencentCloud
146
146
  # @type DeviceType: String
147
147
 
148
148
  attr_accessor :Name, :Description, :DataTemplate, :DataProtocol, :AuthType, :CommProtocol, :DeviceType
149
-
149
+
150
150
  def initialize(name=nil, description=nil, datatemplate=nil, dataprotocol=nil, authtype=nil, commprotocol=nil, devicetype=nil)
151
151
  @Name = name
152
152
  @Description = description
@@ -183,7 +183,7 @@ module TencentCloud
183
183
  # @type RequestId: String
184
184
 
185
185
  attr_accessor :Product, :RequestId
186
-
186
+
187
187
  def initialize(product=nil, requestid=nil)
188
188
  @Product = product
189
189
  @RequestId = requestid
@@ -212,7 +212,7 @@ module TencentCloud
212
212
  # @type DataType: Integer
213
213
 
214
214
  attr_accessor :Name, :Description, :Query, :Actions, :DataType
215
-
215
+
216
216
  def initialize(name=nil, description=nil, query=nil, actions=nil, datatype=nil)
217
217
  @Name = name
218
218
  @Description = description
@@ -248,7 +248,7 @@ module TencentCloud
248
248
  # @type RequestId: String
249
249
 
250
250
  attr_accessor :Rule, :RequestId
251
-
251
+
252
252
  def initialize(rule=nil, requestid=nil)
253
253
  @Rule = rule
254
254
  @RequestId = requestid
@@ -271,7 +271,7 @@ module TencentCloud
271
271
  # @type TopicName: String
272
272
 
273
273
  attr_accessor :ProductId, :TopicName
274
-
274
+
275
275
  def initialize(productid=nil, topicname=nil)
276
276
  @ProductId = productid
277
277
  @TopicName = topicname
@@ -291,7 +291,7 @@ module TencentCloud
291
291
  # @type RequestId: String
292
292
 
293
293
  attr_accessor :Topic, :RequestId
294
-
294
+
295
295
  def initialize(topic=nil, requestid=nil)
296
296
  @Topic = topic
297
297
  @RequestId = requestid
@@ -314,7 +314,7 @@ module TencentCloud
314
314
  # @type Password: String
315
315
 
316
316
  attr_accessor :UserName, :Password
317
-
317
+
318
318
  def initialize(username=nil, password=nil)
319
319
  @UserName = username
320
320
  @Password = password
@@ -334,7 +334,7 @@ module TencentCloud
334
334
  # @type RequestId: String
335
335
 
336
336
  attr_accessor :AppUser, :RequestId
337
-
337
+
338
338
  def initialize(appuser=nil, requestid=nil)
339
339
  @AppUser = appuser
340
340
  @RequestId = requestid
@@ -359,7 +359,7 @@ module TencentCloud
359
359
  # @type DeviceName: String
360
360
 
361
361
  attr_accessor :AccessToken, :ProductId, :DeviceName
362
-
362
+
363
363
  def initialize(accesstoken=nil, productid=nil, devicename=nil)
364
364
  @AccessToken = accesstoken
365
365
  @ProductId = productid
@@ -379,7 +379,7 @@ module TencentCloud
379
379
  # @type RequestId: String
380
380
 
381
381
  attr_accessor :RequestId
382
-
382
+
383
383
  def initialize(requestid=nil)
384
384
  @RequestId = requestid
385
385
  end
@@ -407,7 +407,7 @@ module TencentCloud
407
407
  # @type UpdateTime: String
408
408
 
409
409
  attr_accessor :DeviceId, :ProductId, :DeviceName, :AliasName, :Region, :CreateTime, :UpdateTime
410
-
410
+
411
411
  def initialize(deviceid=nil, productid=nil, devicename=nil, aliasname=nil, region=nil, createtime=nil, updatetime=nil)
412
412
  @DeviceId = deviceid
413
413
  @ProductId = productid
@@ -451,7 +451,7 @@ module TencentCloud
451
451
  # @type DataTemplate: Array
452
452
 
453
453
  attr_accessor :DeviceId, :ProductId, :DeviceName, :AliasName, :Region, :CreateTime, :UpdateTime, :DeviceInfo, :DataTemplate
454
-
454
+
455
455
  def initialize(deviceid=nil, productid=nil, devicename=nil, aliasname=nil, region=nil, createtime=nil, updatetime=nil, deviceinfo=nil, datatemplate=nil)
456
456
  @DeviceId = deviceid
457
457
  @ProductId = productid
@@ -494,7 +494,7 @@ module TencentCloud
494
494
  # @type DeviceName: String
495
495
 
496
496
  attr_accessor :AccessToken, :ProductId, :DeviceName
497
-
497
+
498
498
  def initialize(accesstoken=nil, productid=nil, devicename=nil)
499
499
  @AccessToken = accesstoken
500
500
  @ProductId = productid
@@ -516,7 +516,7 @@ module TencentCloud
516
516
  # @type RequestId: String
517
517
 
518
518
  attr_accessor :DeviceData, :RequestId
519
-
519
+
520
520
  def initialize(devicedata=nil, requestid=nil)
521
521
  @DeviceData = devicedata
522
522
  @RequestId = requestid
@@ -538,7 +538,7 @@ module TencentCloud
538
538
  # @type DeviceName: String
539
539
 
540
540
  attr_accessor :AccessToken, :ProductId, :DeviceName
541
-
541
+
542
542
  def initialize(accesstoken=nil, productid=nil, devicename=nil)
543
543
  @AccessToken = accesstoken
544
544
  @ProductId = productid
@@ -560,7 +560,7 @@ module TencentCloud
560
560
  # @type RequestId: String
561
561
 
562
562
  attr_accessor :AppDevice, :RequestId
563
-
563
+
564
564
  def initialize(appdevice=nil, requestid=nil)
565
565
  @AppDevice = appdevice
566
566
  @RequestId = requestid
@@ -583,7 +583,7 @@ module TencentCloud
583
583
  # @type DeviceIds: Array
584
584
 
585
585
  attr_accessor :AccessToken, :DeviceIds
586
-
586
+
587
587
  def initialize(accesstoken=nil, deviceids=nil)
588
588
  @AccessToken = accesstoken
589
589
  @DeviceIds = deviceids
@@ -603,7 +603,7 @@ module TencentCloud
603
603
  # @type RequestId: String
604
604
 
605
605
  attr_accessor :DeviceStatuses, :RequestId
606
-
606
+
607
607
  def initialize(devicestatuses=nil, requestid=nil)
608
608
  @DeviceStatuses = devicestatuses
609
609
  @RequestId = requestid
@@ -628,7 +628,7 @@ module TencentCloud
628
628
  # @type AccessToken: String
629
629
 
630
630
  attr_accessor :AccessToken
631
-
631
+
632
632
  def initialize(accesstoken=nil)
633
633
  @AccessToken = accesstoken
634
634
  end
@@ -646,7 +646,7 @@ module TencentCloud
646
646
  # @type RequestId: String
647
647
 
648
648
  attr_accessor :Devices, :RequestId
649
-
649
+
650
650
  def initialize(devices=nil, requestid=nil)
651
651
  @Devices = devices
652
652
  @RequestId = requestid
@@ -675,7 +675,7 @@ module TencentCloud
675
675
  # @type Expire: Integer
676
676
 
677
677
  attr_accessor :UserName, :Password, :Expire
678
-
678
+
679
679
  def initialize(username=nil, password=nil, expire=nil)
680
680
  @UserName = username
681
681
  @Password = password
@@ -697,7 +697,7 @@ module TencentCloud
697
697
  # @type RequestId: String
698
698
 
699
699
  attr_accessor :AccessToken, :RequestId
700
-
700
+
701
701
  def initialize(accesstoken=nil, requestid=nil)
702
702
  @AccessToken = accesstoken
703
703
  @RequestId = requestid
@@ -715,7 +715,7 @@ module TencentCloud
715
715
  # @type AccessToken: String
716
716
 
717
717
  attr_accessor :AccessToken
718
-
718
+
719
719
  def initialize(accesstoken=nil)
720
720
  @AccessToken = accesstoken
721
721
  end
@@ -733,7 +733,7 @@ module TencentCloud
733
733
  # @type RequestId: String
734
734
 
735
735
  attr_accessor :AppUser, :RequestId
736
-
736
+
737
737
  def initialize(appuser=nil, requestid=nil)
738
738
  @AppUser = appuser
739
739
  @RequestId = requestid
@@ -762,7 +762,7 @@ module TencentCloud
762
762
  # @type Metadata: Boolean
763
763
 
764
764
  attr_accessor :AccessToken, :ProductId, :DeviceName, :ControlData, :Metadata
765
-
765
+
766
766
  def initialize(accesstoken=nil, productid=nil, devicename=nil, controldata=nil, metadata=nil)
767
767
  @AccessToken = accesstoken
768
768
  @ProductId = productid
@@ -786,7 +786,7 @@ module TencentCloud
786
786
  # @type RequestId: String
787
787
 
788
788
  attr_accessor :RequestId
789
-
789
+
790
790
  def initialize(requestid=nil)
791
791
  @RequestId = requestid
792
792
  end
@@ -806,7 +806,7 @@ module TencentCloud
806
806
  # @type NewPassword: String
807
807
 
808
808
  attr_accessor :AccessToken, :OldPassword, :NewPassword
809
-
809
+
810
810
  def initialize(accesstoken=nil, oldpassword=nil, newpassword=nil)
811
811
  @AccessToken = accesstoken
812
812
  @OldPassword = oldpassword
@@ -826,7 +826,7 @@ module TencentCloud
826
826
  # @type RequestId: String
827
827
 
828
828
  attr_accessor :RequestId
829
-
829
+
830
830
  def initialize(requestid=nil)
831
831
  @RequestId = requestid
832
832
  end
@@ -844,7 +844,7 @@ module TencentCloud
844
844
  # @type DeviceSignature: String
845
845
 
846
846
  attr_accessor :AccessToken, :DeviceSignature
847
-
847
+
848
848
  def initialize(accesstoken=nil, devicesignature=nil)
849
849
  @AccessToken = accesstoken
850
850
  @DeviceSignature = devicesignature
@@ -864,7 +864,7 @@ module TencentCloud
864
864
  # @type RequestId: String
865
865
 
866
866
  attr_accessor :AppDevice, :RequestId
867
-
867
+
868
868
  def initialize(appdevice=nil, requestid=nil)
869
869
  @AppDevice = appdevice
870
870
  @RequestId = requestid
@@ -891,7 +891,7 @@ module TencentCloud
891
891
  # @type AliasName: String
892
892
 
893
893
  attr_accessor :AccessToken, :ProductId, :DeviceName, :AliasName
894
-
894
+
895
895
  def initialize(accesstoken=nil, productid=nil, devicename=nil, aliasname=nil)
896
896
  @AccessToken = accesstoken
897
897
  @ProductId = productid
@@ -915,7 +915,7 @@ module TencentCloud
915
915
  # @type RequestId: String
916
916
 
917
917
  attr_accessor :AppDevice, :RequestId
918
-
918
+
919
919
  def initialize(appdevice=nil, requestid=nil)
920
920
  @AppDevice = appdevice
921
921
  @RequestId = requestid
@@ -938,7 +938,7 @@ module TencentCloud
938
938
  # @type NickName: String
939
939
 
940
940
  attr_accessor :AccessToken, :NickName
941
-
941
+
942
942
  def initialize(accesstoken=nil, nickname=nil)
943
943
  @AccessToken = accesstoken
944
944
  @NickName = nickname
@@ -958,7 +958,7 @@ module TencentCloud
958
958
  # @type RequestId: String
959
959
 
960
960
  attr_accessor :AppUser, :RequestId
961
-
961
+
962
962
  def initialize(appuser=nil, requestid=nil)
963
963
  @AppUser = appuser
964
964
  @RequestId = requestid
@@ -987,7 +987,7 @@ module TencentCloud
987
987
  # @type UpdateTime: String
988
988
 
989
989
  attr_accessor :ApplicationId, :UserName, :NickName, :CreateTime, :UpdateTime
990
-
990
+
991
991
  def initialize(applicationid=nil, username=nil, nickname=nil, createtime=nil, updatetime=nil)
992
992
  @ApplicationId = applicationid
993
993
  @UserName = username
@@ -1013,7 +1013,7 @@ module TencentCloud
1013
1013
  # @type GatewayProductId: String
1014
1014
 
1015
1015
  attr_accessor :SubDeviceProductId, :GatewayProductId
1016
-
1016
+
1017
1017
  def initialize(subdeviceproductid=nil, gatewayproductid=nil)
1018
1018
  @SubDeviceProductId = subdeviceproductid
1019
1019
  @GatewayProductId = gatewayproductid
@@ -1031,7 +1031,7 @@ module TencentCloud
1031
1031
  # @type RequestId: String
1032
1032
 
1033
1033
  attr_accessor :RequestId
1034
-
1034
+
1035
1035
  def initialize(requestid=nil)
1036
1036
  @RequestId = requestid
1037
1037
  end
@@ -1053,7 +1053,7 @@ module TencentCloud
1053
1053
  # @type Range: Array
1054
1054
 
1055
1055
  attr_accessor :Name, :Desc, :Mode, :Range
1056
-
1056
+
1057
1057
  def initialize(name=nil, desc=nil, mode=nil, range=nil)
1058
1058
  @Name = name
1059
1059
  @Desc = desc
@@ -1079,7 +1079,7 @@ module TencentCloud
1079
1079
  # @type Region: String
1080
1080
 
1081
1081
  attr_accessor :InstanceId, :TopicName, :Region
1082
-
1082
+
1083
1083
  def initialize(instanceid=nil, topicname=nil, region=nil)
1084
1084
  @InstanceId = instanceid
1085
1085
  @TopicName = topicname
@@ -1105,7 +1105,7 @@ module TencentCloud
1105
1105
  # @type Data: String
1106
1106
 
1107
1107
  attr_accessor :Id, :Timestamp, :DeviceName, :Data
1108
-
1108
+
1109
1109
  def initialize(id=nil, timestamp=nil, devicename=nil, data=nil)
1110
1110
  @Id = id
1111
1111
  @Timestamp = timestamp
@@ -1137,7 +1137,7 @@ module TencentCloud
1137
1137
  # @type Bool: :class:`Tencentcloud::Iot.v20180123.models.BoolData`
1138
1138
 
1139
1139
  attr_accessor :Number, :String, :Enum, :Bool
1140
-
1140
+
1141
1141
  def initialize(number=nil, string=nil, enum=nil, bool=nil)
1142
1142
  @Number = number
1143
1143
  @String = string
@@ -1171,7 +1171,7 @@ module TencentCloud
1171
1171
  # @type RuleId: String
1172
1172
 
1173
1173
  attr_accessor :RuleId
1174
-
1174
+
1175
1175
  def initialize(ruleid=nil)
1176
1176
  @RuleId = ruleid
1177
1177
  end
@@ -1187,7 +1187,7 @@ module TencentCloud
1187
1187
  # @type RequestId: String
1188
1188
 
1189
1189
  attr_accessor :RequestId
1190
-
1190
+
1191
1191
  def initialize(requestid=nil)
1192
1192
  @RequestId = requestid
1193
1193
  end
@@ -1217,7 +1217,7 @@ module TencentCloud
1217
1217
  # @type DeviceName: String
1218
1218
 
1219
1219
  attr_accessor :Id, :Event, :LogType, :Timestamp, :Result, :Data, :Topic, :DeviceName
1220
-
1220
+
1221
1221
  def initialize(id=nil, event=nil, logtype=nil, timestamp=nil, result=nil, data=nil, topic=nil, devicename=nil)
1222
1222
  @Id = id
1223
1223
  @Event = event
@@ -1249,7 +1249,7 @@ module TencentCloud
1249
1249
  # @type DeviceName: String
1250
1250
 
1251
1251
  attr_accessor :ProductId, :DeviceName
1252
-
1252
+
1253
1253
  def initialize(productid=nil, devicename=nil)
1254
1254
  @ProductId = productid
1255
1255
  @DeviceName = devicename
@@ -1267,7 +1267,7 @@ module TencentCloud
1267
1267
  # @type RequestId: String
1268
1268
 
1269
1269
  attr_accessor :RequestId
1270
-
1270
+
1271
1271
  def initialize(requestid=nil)
1272
1272
  @RequestId = requestid
1273
1273
  end
@@ -1283,7 +1283,7 @@ module TencentCloud
1283
1283
  # @type ProductId: String
1284
1284
 
1285
1285
  attr_accessor :ProductId
1286
-
1286
+
1287
1287
  def initialize(productid=nil)
1288
1288
  @ProductId = productid
1289
1289
  end
@@ -1299,7 +1299,7 @@ module TencentCloud
1299
1299
  # @type RequestId: String
1300
1300
 
1301
1301
  attr_accessor :RequestId
1302
-
1302
+
1303
1303
  def initialize(requestid=nil)
1304
1304
  @RequestId = requestid
1305
1305
  end
@@ -1315,7 +1315,7 @@ module TencentCloud
1315
1315
  # @type RuleId: String
1316
1316
 
1317
1317
  attr_accessor :RuleId
1318
-
1318
+
1319
1319
  def initialize(ruleid=nil)
1320
1320
  @RuleId = ruleid
1321
1321
  end
@@ -1331,7 +1331,7 @@ module TencentCloud
1331
1331
  # @type RequestId: String
1332
1332
 
1333
1333
  attr_accessor :RequestId
1334
-
1334
+
1335
1335
  def initialize(requestid=nil)
1336
1336
  @RequestId = requestid
1337
1337
  end
@@ -1349,7 +1349,7 @@ module TencentCloud
1349
1349
  # @type ProductId: String
1350
1350
 
1351
1351
  attr_accessor :TopicId, :ProductId
1352
-
1352
+
1353
1353
  def initialize(topicid=nil, productid=nil)
1354
1354
  @TopicId = topicid
1355
1355
  @ProductId = productid
@@ -1367,7 +1367,7 @@ module TencentCloud
1367
1367
  # @type RequestId: String
1368
1368
 
1369
1369
  attr_accessor :RequestId
1370
-
1370
+
1371
1371
  def initialize(requestid=nil)
1372
1372
  @RequestId = requestid
1373
1373
  end
@@ -1393,7 +1393,7 @@ module TencentCloud
1393
1393
  # @type DeviceInfo: String
1394
1394
 
1395
1395
  attr_accessor :ProductId, :DeviceName, :DeviceSecret, :UpdateTime, :CreateTime, :DeviceInfo
1396
-
1396
+
1397
1397
  def initialize(productid=nil, devicename=nil, devicesecret=nil, updatetime=nil, createtime=nil, deviceinfo=nil)
1398
1398
  @ProductId = productid
1399
1399
  @DeviceName = devicename
@@ -1425,7 +1425,7 @@ module TencentCloud
1425
1425
  # @type CreateTime: String
1426
1426
 
1427
1427
  attr_accessor :ProductId, :DeviceName, :DeviceSecret, :CreateTime
1428
-
1428
+
1429
1429
  def initialize(productid=nil, devicename=nil, devicesecret=nil, createtime=nil)
1430
1430
  @ProductId = productid
1431
1431
  @DeviceName = devicename
@@ -1457,7 +1457,7 @@ module TencentCloud
1457
1457
  # @type Method: String
1458
1458
 
1459
1459
  attr_accessor :Id, :Msg, :Code, :Timestamp, :DeviceName, :Method
1460
-
1460
+
1461
1461
  def initialize(id=nil, msg=nil, code=nil, timestamp=nil, devicename=nil, method=nil)
1462
1462
  @Id = id
1463
1463
  @Msg = msg
@@ -1485,7 +1485,7 @@ module TencentCloud
1485
1485
  # @type DeviceSignature: String
1486
1486
 
1487
1487
  attr_accessor :DeviceName, :DeviceSignature
1488
-
1488
+
1489
1489
  def initialize(devicename=nil, devicesignature=nil)
1490
1490
  @DeviceName = devicename
1491
1491
  @DeviceSignature = devicesignature
@@ -1509,7 +1509,7 @@ module TencentCloud
1509
1509
  # @type DeviceTotal: Integer
1510
1510
 
1511
1511
  attr_accessor :Datetime, :DeviceOnline, :DeviceActive, :DeviceTotal
1512
-
1512
+
1513
1513
  def initialize(datetime=nil, deviceonline=nil, deviceactive=nil, devicetotal=nil)
1514
1514
  @Datetime = datetime
1515
1515
  @DeviceOnline = deviceonline
@@ -1541,7 +1541,7 @@ module TencentCloud
1541
1541
  # @type OnlineTimes: Integer
1542
1542
 
1543
1543
  attr_accessor :DeviceName, :Status, :FirstOnline, :LastOnline, :OnlineTimes
1544
-
1544
+
1545
1545
  def initialize(devicename=nil, status=nil, firstonline=nil, lastonline=nil, onlinetimes=nil)
1546
1546
  @DeviceName = devicename
1547
1547
  @Status = status
@@ -1571,7 +1571,7 @@ module TencentCloud
1571
1571
  # @type Range: Array
1572
1572
 
1573
1573
  attr_accessor :Name, :Desc, :Mode, :Range
1574
-
1574
+
1575
1575
  def initialize(name=nil, desc=nil, mode=nil, range=nil)
1576
1576
  @Name = name
1577
1577
  @Desc = desc
@@ -1605,7 +1605,7 @@ module TencentCloud
1605
1605
  # @type ScrollId: String
1606
1606
 
1607
1607
  attr_accessor :ProductId, :DeviceNames, :StartTime, :EndTime, :Size, :Order, :ScrollId
1608
-
1608
+
1609
1609
  def initialize(productid=nil, devicenames=nil, starttime=nil, endtime=nil, size=nil, order=nil, scrollid=nil)
1610
1610
  @ProductId = productid
1611
1611
  @DeviceNames = devicenames
@@ -1639,7 +1639,7 @@ module TencentCloud
1639
1639
  # @type RequestId: String
1640
1640
 
1641
1641
  attr_accessor :DataHistory, :ScrollId, :ScrollTimeout, :RequestId
1642
-
1642
+
1643
1643
  def initialize(datahistory=nil, scrollid=nil, scrolltimeout=nil, requestid=nil)
1644
1644
  @DataHistory = datahistory
1645
1645
  @ScrollId = scrollid
@@ -1682,7 +1682,7 @@ module TencentCloud
1682
1682
  # @type Type: String
1683
1683
 
1684
1684
  attr_accessor :ProductId, :DeviceNames, :StartTime, :EndTime, :Size, :Order, :ScrollId, :Type
1685
-
1685
+
1686
1686
  def initialize(productid=nil, devicenames=nil, starttime=nil, endtime=nil, size=nil, order=nil, scrollid=nil, type=nil)
1687
1687
  @ProductId = productid
1688
1688
  @DeviceNames = devicenames
@@ -1718,7 +1718,7 @@ module TencentCloud
1718
1718
  # @type RequestId: String
1719
1719
 
1720
1720
  attr_accessor :DebugLog, :ScrollId, :ScrollTimeout, :RequestId
1721
-
1721
+
1722
1722
  def initialize(debuglog=nil, scrollid=nil, scrolltimeout=nil, requestid=nil)
1723
1723
  @DebugLog = debuglog
1724
1724
  @ScrollId = scrollid
@@ -1749,7 +1749,7 @@ module TencentCloud
1749
1749
  # @type DeviceName: String
1750
1750
 
1751
1751
  attr_accessor :ProductId, :DeviceName
1752
-
1752
+
1753
1753
  def initialize(productid=nil, devicename=nil)
1754
1754
  @ProductId = productid
1755
1755
  @DeviceName = devicename
@@ -1769,7 +1769,7 @@ module TencentCloud
1769
1769
  # @type RequestId: String
1770
1770
 
1771
1771
  attr_accessor :DeviceData, :RequestId
1772
-
1772
+
1773
1773
  def initialize(devicedata=nil, requestid=nil)
1774
1774
  @DeviceData = devicedata
1775
1775
  @RequestId = requestid
@@ -1801,7 +1801,7 @@ module TencentCloud
1801
1801
  # @type Type: String
1802
1802
 
1803
1803
  attr_accessor :ProductId, :DeviceNames, :StartTime, :EndTime, :Size, :Order, :ScrollId, :Type
1804
-
1804
+
1805
1805
  def initialize(productid=nil, devicenames=nil, starttime=nil, endtime=nil, size=nil, order=nil, scrollid=nil, type=nil)
1806
1806
  @ProductId = productid
1807
1807
  @DeviceNames = devicenames
@@ -1837,7 +1837,7 @@ module TencentCloud
1837
1837
  # @type RequestId: String
1838
1838
 
1839
1839
  attr_accessor :DeviceLog, :ScrollId, :ScrollTimeout, :RequestId
1840
-
1840
+
1841
1841
  def initialize(devicelog=nil, scrollid=nil, scrolltimeout=nil, requestid=nil)
1842
1842
  @DeviceLog = devicelog
1843
1843
  @ScrollId = scrollid
@@ -1868,7 +1868,7 @@ module TencentCloud
1868
1868
  # @type DeviceName: String
1869
1869
 
1870
1870
  attr_accessor :ProductId, :DeviceName
1871
-
1871
+
1872
1872
  def initialize(productid=nil, devicename=nil)
1873
1873
  @ProductId = productid
1874
1874
  @DeviceName = devicename
@@ -1888,7 +1888,7 @@ module TencentCloud
1888
1888
  # @type RequestId: String
1889
1889
 
1890
1890
  attr_accessor :Device, :RequestId
1891
-
1891
+
1892
1892
  def initialize(device=nil, requestid=nil)
1893
1893
  @Device = device
1894
1894
  @RequestId = requestid
@@ -1913,7 +1913,7 @@ module TencentCloud
1913
1913
  # @type Expire: Integer
1914
1914
 
1915
1915
  attr_accessor :ProductId, :DeviceNames, :Expire
1916
-
1916
+
1917
1917
  def initialize(productid=nil, devicenames=nil, expire=nil)
1918
1918
  @ProductId = productid
1919
1919
  @DeviceNames = devicenames
@@ -1935,7 +1935,7 @@ module TencentCloud
1935
1935
  # @type RequestId: String
1936
1936
 
1937
1937
  attr_accessor :DeviceSignatures, :RequestId
1938
-
1938
+
1939
1939
  def initialize(devicesignatures=nil, requestid=nil)
1940
1940
  @DeviceSignatures = devicesignatures
1941
1941
  @RequestId = requestid
@@ -1964,7 +1964,7 @@ module TencentCloud
1964
1964
  # @type EndDate: String
1965
1965
 
1966
1966
  attr_accessor :Products, :StartDate, :EndDate
1967
-
1967
+
1968
1968
  def initialize(products=nil, startdate=nil, enddate=nil)
1969
1969
  @Products = products
1970
1970
  @StartDate = startdate
@@ -1986,7 +1986,7 @@ module TencentCloud
1986
1986
  # @type RequestId: String
1987
1987
 
1988
1988
  attr_accessor :DeviceStatistics, :RequestId
1989
-
1989
+
1990
1990
  def initialize(devicestatistics=nil, requestid=nil)
1991
1991
  @DeviceStatistics = devicestatistics
1992
1992
  @RequestId = requestid
@@ -2013,7 +2013,7 @@ module TencentCloud
2013
2013
  # @type DeviceNames: Array
2014
2014
 
2015
2015
  attr_accessor :ProductId, :DeviceNames
2016
-
2016
+
2017
2017
  def initialize(productid=nil, devicenames=nil)
2018
2018
  @ProductId = productid
2019
2019
  @DeviceNames = devicenames
@@ -2033,7 +2033,7 @@ module TencentCloud
2033
2033
  # @type RequestId: String
2034
2034
 
2035
2035
  attr_accessor :DeviceStatuses, :RequestId
2036
-
2036
+
2037
2037
  def initialize(devicestatuses=nil, requestid=nil)
2038
2038
  @DeviceStatuses = devicestatuses
2039
2039
  @RequestId = requestid
@@ -2064,7 +2064,7 @@ module TencentCloud
2064
2064
  # @type Keyword: String
2065
2065
 
2066
2066
  attr_accessor :ProductId, :Offset, :Length, :Keyword
2067
-
2067
+
2068
2068
  def initialize(productid=nil, offset=nil, length=nil, keyword=nil)
2069
2069
  @ProductId = productid
2070
2070
  @Offset = offset
@@ -2090,7 +2090,7 @@ module TencentCloud
2090
2090
  # @type RequestId: String
2091
2091
 
2092
2092
  attr_accessor :Devices, :Total, :RequestId
2093
-
2093
+
2094
2094
  def initialize(devices=nil, total=nil, requestid=nil)
2095
2095
  @Devices = devices
2096
2096
  @Total = total
@@ -2117,7 +2117,7 @@ module TencentCloud
2117
2117
  # @type ProductId: String
2118
2118
 
2119
2119
  attr_accessor :ProductId
2120
-
2120
+
2121
2121
  def initialize(productid=nil)
2122
2122
  @ProductId = productid
2123
2123
  end
@@ -2135,7 +2135,7 @@ module TencentCloud
2135
2135
  # @type RequestId: String
2136
2136
 
2137
2137
  attr_accessor :Product, :RequestId
2138
-
2138
+
2139
2139
  def initialize(product=nil, requestid=nil)
2140
2140
  @Product = product
2141
2141
  @RequestId = requestid
@@ -2158,7 +2158,7 @@ module TencentCloud
2158
2158
  # @type Length: Integer
2159
2159
 
2160
2160
  attr_accessor :Offset, :Length
2161
-
2161
+
2162
2162
  def initialize(offset=nil, length=nil)
2163
2163
  @Offset = offset
2164
2164
  @Length = length
@@ -2180,7 +2180,7 @@ module TencentCloud
2180
2180
  # @type RequestId: String
2181
2181
 
2182
2182
  attr_accessor :Products, :Total, :RequestId
2183
-
2183
+
2184
2184
  def initialize(products=nil, total=nil, requestid=nil)
2185
2185
  @Products = products
2186
2186
  @Total = total
@@ -2207,7 +2207,7 @@ module TencentCloud
2207
2207
  # @type RuleId: String
2208
2208
 
2209
2209
  attr_accessor :RuleId
2210
-
2210
+
2211
2211
  def initialize(ruleid=nil)
2212
2212
  @RuleId = ruleid
2213
2213
  end
@@ -2225,7 +2225,7 @@ module TencentCloud
2225
2225
  # @type RequestId: String
2226
2226
 
2227
2227
  attr_accessor :Rule, :RequestId
2228
-
2228
+
2229
2229
  def initialize(rule=nil, requestid=nil)
2230
2230
  @Rule = rule
2231
2231
  @RequestId = requestid
@@ -2248,7 +2248,7 @@ module TencentCloud
2248
2248
  # @type Length: Integer
2249
2249
 
2250
2250
  attr_accessor :Offset, :Length
2251
-
2251
+
2252
2252
  def initialize(offset=nil, length=nil)
2253
2253
  @Offset = offset
2254
2254
  @Length = length
@@ -2270,7 +2270,7 @@ module TencentCloud
2270
2270
  # @type RequestId: String
2271
2271
 
2272
2272
  attr_accessor :Rules, :Total, :RequestId
2273
-
2273
+
2274
2274
  def initialize(rules=nil, total=nil, requestid=nil)
2275
2275
  @Rules = rules
2276
2276
  @Total = total
@@ -2299,7 +2299,7 @@ module TencentCloud
2299
2299
  # @type ProductId: String
2300
2300
 
2301
2301
  attr_accessor :TopicId, :ProductId
2302
-
2302
+
2303
2303
  def initialize(topicid=nil, productid=nil)
2304
2304
  @TopicId = topicid
2305
2305
  @ProductId = productid
@@ -2319,7 +2319,7 @@ module TencentCloud
2319
2319
  # @type RequestId: String
2320
2320
 
2321
2321
  attr_accessor :Topic, :RequestId
2322
-
2322
+
2323
2323
  def initialize(topic=nil, requestid=nil)
2324
2324
  @Topic = topic
2325
2325
  @RequestId = requestid
@@ -2344,7 +2344,7 @@ module TencentCloud
2344
2344
  # @type Length: Integer
2345
2345
 
2346
2346
  attr_accessor :ProductId, :Offset, :Length
2347
-
2347
+
2348
2348
  def initialize(productid=nil, offset=nil, length=nil)
2349
2349
  @ProductId = productid
2350
2350
  @Offset = offset
@@ -2368,7 +2368,7 @@ module TencentCloud
2368
2368
  # @type RequestId: String
2369
2369
 
2370
2370
  attr_accessor :Topics, :Total, :RequestId
2371
-
2371
+
2372
2372
  def initialize(topics=nil, total=nil, requestid=nil)
2373
2373
  @Topics = topics
2374
2374
  @Total = total
@@ -2401,7 +2401,7 @@ module TencentCloud
2401
2401
  # @type Metadata: Boolean
2402
2402
 
2403
2403
  attr_accessor :ProductId, :DeviceName, :ControlData, :Metadata
2404
-
2404
+
2405
2405
  def initialize(productid=nil, devicename=nil, controldata=nil, metadata=nil)
2406
2406
  @ProductId = productid
2407
2407
  @DeviceName = devicename
@@ -2423,7 +2423,7 @@ module TencentCloud
2423
2423
  # @type RequestId: String
2424
2424
 
2425
2425
  attr_accessor :RequestId
2426
-
2426
+
2427
2427
  def initialize(requestid=nil)
2428
2428
  @RequestId = requestid
2429
2429
  end
@@ -2445,7 +2445,7 @@ module TencentCloud
2445
2445
  # @type Range: Array
2446
2446
 
2447
2447
  attr_accessor :Name, :Desc, :Mode, :Range
2448
-
2448
+
2449
2449
  def initialize(name=nil, desc=nil, mode=nil, range=nil)
2450
2450
  @Name = name
2451
2451
  @Desc = desc
@@ -2507,7 +2507,7 @@ module TencentCloud
2507
2507
  # @type AssociatedProducts: Array
2508
2508
 
2509
2509
  attr_accessor :ProductId, :ProductKey, :AppId, :Name, :Description, :Domain, :Standard, :AuthType, :Deleted, :Message, :CreateTime, :UpdateTime, :DataTemplate, :DataProtocol, :Username, :Password, :CommProtocol, :Qps, :Region, :DeviceType, :AssociatedProducts
2510
-
2510
+
2511
2511
  def initialize(productid=nil, productkey=nil, appid=nil, name=nil, description=nil, domain=nil, standard=nil, authtype=nil, deleted=nil, message=nil, createtime=nil, updatetime=nil, datatemplate=nil, dataprotocol=nil, username=nil, password=nil, commprotocol=nil, qps=nil, region=nil, devicetype=nil, associatedproducts=nil)
2512
2512
  @ProductId = productid
2513
2513
  @ProductKey = productkey
@@ -2596,7 +2596,7 @@ module TencentCloud
2596
2596
  # @type DeviceType: String
2597
2597
 
2598
2598
  attr_accessor :ProductId, :ProductKey, :AppId, :Name, :Description, :Domain, :AuthType, :DataProtocol, :Deleted, :Message, :CreateTime, :CommProtocol, :Region, :DeviceType
2599
-
2599
+
2600
2600
  def initialize(productid=nil, productkey=nil, appid=nil, name=nil, description=nil, domain=nil, authtype=nil, dataprotocol=nil, deleted=nil, message=nil, createtime=nil, commprotocol=nil, region=nil, devicetype=nil)
2601
2601
  @ProductId = productid
2602
2602
  @ProductKey = productkey
@@ -2642,7 +2642,7 @@ module TencentCloud
2642
2642
  # @type Qos: Integer
2643
2643
 
2644
2644
  attr_accessor :Topic, :Message, :Qos
2645
-
2645
+
2646
2646
  def initialize(topic=nil, message=nil, qos=nil)
2647
2647
  @Topic = topic
2648
2648
  @Message = message
@@ -2662,7 +2662,7 @@ module TencentCloud
2662
2662
  # @type RequestId: String
2663
2663
 
2664
2664
  attr_accessor :RequestId
2665
-
2665
+
2666
2666
  def initialize(requestid=nil)
2667
2667
  @RequestId = requestid
2668
2668
  end
@@ -2680,7 +2680,7 @@ module TencentCloud
2680
2680
  # @type DeviceName: String
2681
2681
 
2682
2682
  attr_accessor :ProductId, :DeviceName
2683
-
2683
+
2684
2684
  def initialize(productid=nil, devicename=nil)
2685
2685
  @ProductId = productid
2686
2686
  @DeviceName = devicename
@@ -2700,7 +2700,7 @@ module TencentCloud
2700
2700
  # @type RequestId: String
2701
2701
 
2702
2702
  attr_accessor :Device, :RequestId
2703
-
2703
+
2704
2704
  def initialize(device=nil, requestid=nil)
2705
2705
  @Device = device
2706
2706
  @RequestId = requestid
@@ -2743,7 +2743,7 @@ module TencentCloud
2743
2743
  # @type DataType: Integer
2744
2744
 
2745
2745
  attr_accessor :RuleId, :AppId, :Name, :Description, :Query, :Actions, :Active, :Deleted, :CreateTime, :UpdateTime, :MsgOrder, :DataType
2746
-
2746
+
2747
2747
  def initialize(ruleid=nil, appid=nil, name=nil, description=nil, query=nil, actions=nil, active=nil, deleted=nil, createtime=nil, updatetime=nil, msgorder=nil, datatype=nil)
2748
2748
  @RuleId = ruleid
2749
2749
  @AppId = appid
@@ -2799,7 +2799,7 @@ module TencentCloud
2799
2799
  # @type ProductId: String
2800
2800
 
2801
2801
  attr_accessor :Field, :Condition, :Topic, :ProductId
2802
-
2802
+
2803
2803
  def initialize(field=nil, condition=nil, topic=nil, productid=nil)
2804
2804
  @Field = field
2805
2805
  @Condition = condition
@@ -2821,7 +2821,7 @@ module TencentCloud
2821
2821
  # @type Url: String
2822
2822
 
2823
2823
  attr_accessor :Url
2824
-
2824
+
2825
2825
  def initialize(url=nil)
2826
2826
  @Url = url
2827
2827
  end
@@ -2843,7 +2843,7 @@ module TencentCloud
2843
2843
  # @type Range: Array
2844
2844
 
2845
2845
  attr_accessor :Name, :Desc, :Mode, :Range
2846
-
2846
+
2847
2847
  def initialize(name=nil, desc=nil, mode=nil, range=nil)
2848
2848
  @Name = name
2849
2849
  @Desc = desc
@@ -2883,7 +2883,7 @@ module TencentCloud
2883
2883
  # @type UpdateTime: String
2884
2884
 
2885
2885
  attr_accessor :TopicId, :TopicName, :ProductId, :MsgLife, :MsgSize, :MsgCount, :Deleted, :Path, :CreateTime, :UpdateTime
2886
-
2886
+
2887
2887
  def initialize(topicid=nil, topicname=nil, productid=nil, msglife=nil, msgsize=nil, msgcount=nil, deleted=nil, path=nil, createtime=nil, updatetime=nil)
2888
2888
  @TopicId = topicid
2889
2889
  @TopicName = topicname
@@ -2917,7 +2917,7 @@ module TencentCloud
2917
2917
  # @type Topic: String
2918
2918
 
2919
2919
  attr_accessor :Topic
2920
-
2920
+
2921
2921
  def initialize(topic=nil)
2922
2922
  @Topic = topic
2923
2923
  end
@@ -2935,7 +2935,7 @@ module TencentCloud
2935
2935
  # @type GatewayProductId: String
2936
2936
 
2937
2937
  attr_accessor :SubDeviceProductId, :GatewayProductId
2938
-
2938
+
2939
2939
  def initialize(subdeviceproductid=nil, gatewayproductid=nil)
2940
2940
  @SubDeviceProductId = subdeviceproductid
2941
2941
  @GatewayProductId = gatewayproductid
@@ -2953,7 +2953,7 @@ module TencentCloud
2953
2953
  # @type RequestId: String
2954
2954
 
2955
2955
  attr_accessor :RequestId
2956
-
2956
+
2957
2957
  def initialize(requestid=nil)
2958
2958
  @RequestId = requestid
2959
2959
  end
@@ -2975,7 +2975,7 @@ module TencentCloud
2975
2975
  # @type DataTemplate: Array
2976
2976
 
2977
2977
  attr_accessor :ProductId, :Name, :Description, :DataTemplate
2978
-
2978
+
2979
2979
  def initialize(productid=nil, name=nil, description=nil, datatemplate=nil)
2980
2980
  @ProductId = productid
2981
2981
  @Name = name
@@ -3006,7 +3006,7 @@ module TencentCloud
3006
3006
  # @type RequestId: String
3007
3007
 
3008
3008
  attr_accessor :Product, :RequestId
3009
-
3009
+
3010
3010
  def initialize(product=nil, requestid=nil)
3011
3011
  @Product = product
3012
3012
  @RequestId = requestid
@@ -3037,7 +3037,7 @@ module TencentCloud
3037
3037
  # @type DataType: Integer
3038
3038
 
3039
3039
  attr_accessor :RuleId, :Name, :Description, :Query, :Actions, :DataType
3040
-
3040
+
3041
3041
  def initialize(ruleid=nil, name=nil, description=nil, query=nil, actions=nil, datatype=nil)
3042
3042
  @RuleId = ruleid
3043
3043
  @Name = name
@@ -3075,7 +3075,7 @@ module TencentCloud
3075
3075
  # @type RequestId: String
3076
3076
 
3077
3077
  attr_accessor :Rule, :RequestId
3078
-
3078
+
3079
3079
  def initialize(rule=nil, requestid=nil)
3080
3080
  @Rule = rule
3081
3081
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-12 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common