tencentcloud-sdk-iotvideo 3.0.590 → 3.0.592
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191126/models.rb +154 -154
- data/lib/v20201215/models.rb +183 -183
- data/lib/v20211125/models.rb +222 -222
- metadata +2 -2
data/lib/v20191126/models.rb
CHANGED
@@ -30,7 +30,7 @@ module TencentCloud
|
|
30
30
|
# @type Role: String
|
31
31
|
|
32
32
|
attr_accessor :Tid, :DeviceName, :DeviceModel, :Role
|
33
|
-
|
33
|
+
|
34
34
|
def initialize(tid=nil, devicename=nil, devicemodel=nil, role=nil)
|
35
35
|
@Tid = tid
|
36
36
|
@DeviceName = devicename
|
@@ -54,7 +54,7 @@ module TencentCloud
|
|
54
54
|
# @type Role: String
|
55
55
|
|
56
56
|
attr_accessor :AccessId, :Role
|
57
|
-
|
57
|
+
|
58
58
|
def initialize(accessid=nil, role=nil)
|
59
59
|
@AccessId = accessid
|
60
60
|
@Role = role
|
@@ -72,7 +72,7 @@ module TencentCloud
|
|
72
72
|
# @type Tids: Array
|
73
73
|
|
74
74
|
attr_accessor :Tids
|
75
|
-
|
75
|
+
|
76
76
|
def initialize(tids=nil)
|
77
77
|
@Tids = tids
|
78
78
|
end
|
@@ -88,7 +88,7 @@ module TencentCloud
|
|
88
88
|
# @type RequestId: String
|
89
89
|
|
90
90
|
attr_accessor :RequestId
|
91
|
-
|
91
|
+
|
92
92
|
def initialize(requestid=nil)
|
93
93
|
@RequestId = requestid
|
94
94
|
end
|
@@ -114,7 +114,7 @@ module TencentCloud
|
|
114
114
|
# @type Default: String
|
115
115
|
|
116
116
|
attr_accessor :En, :Cn, :Tc, :Default
|
117
|
-
|
117
|
+
|
118
118
|
def initialize(en=nil, cn=nil, tc=nil, default=nil)
|
119
119
|
@En = en
|
120
120
|
@Cn = cn
|
@@ -140,7 +140,7 @@ module TencentCloud
|
|
140
140
|
# @type OldAccessToken: String
|
141
141
|
|
142
142
|
attr_accessor :TtlMinutes, :Tid, :OldAccessToken
|
143
|
-
|
143
|
+
|
144
144
|
def initialize(ttlminutes=nil, tid=nil, oldaccesstoken=nil)
|
145
145
|
@TtlMinutes = ttlminutes
|
146
146
|
@Tid = tid
|
@@ -166,7 +166,7 @@ module TencentCloud
|
|
166
166
|
# @type RequestId: String
|
167
167
|
|
168
168
|
attr_accessor :AccessId, :AccessToken, :ExpireTime, :RequestId
|
169
|
-
|
169
|
+
|
170
170
|
def initialize(accessid=nil, accesstoken=nil, expiretime=nil, requestid=nil)
|
171
171
|
@AccessId = accessid
|
172
172
|
@AccessToken = accesstoken
|
@@ -190,7 +190,7 @@ module TencentCloud
|
|
190
190
|
# @type Mobile: String
|
191
191
|
|
192
192
|
attr_accessor :CunionId, :Mobile
|
193
|
-
|
193
|
+
|
194
194
|
def initialize(cunionid=nil, mobile=nil)
|
195
195
|
@CunionId = cunionid
|
196
196
|
@Mobile = mobile
|
@@ -214,7 +214,7 @@ module TencentCloud
|
|
214
214
|
# @type RequestId: String
|
215
215
|
|
216
216
|
attr_accessor :CunionId, :AccessId, :NewRegist, :RequestId
|
217
|
-
|
217
|
+
|
218
218
|
def initialize(cunionid=nil, accessid=nil, newregist=nil, requestid=nil)
|
219
219
|
@CunionId = cunionid
|
220
220
|
@AccessId = accessid
|
@@ -246,7 +246,7 @@ module TencentCloud
|
|
246
246
|
# @type BindToken: String
|
247
247
|
|
248
248
|
attr_accessor :AccessId, :Tid, :Role, :ForceBind, :Nick, :BindToken
|
249
|
-
|
249
|
+
|
250
250
|
def initialize(accessid=nil, tid=nil, role=nil, forcebind=nil, nick=nil, bindtoken=nil)
|
251
251
|
@AccessId = accessid
|
252
252
|
@Tid = tid
|
@@ -274,7 +274,7 @@ module TencentCloud
|
|
274
274
|
# @type RequestId: String
|
275
275
|
|
276
276
|
attr_accessor :AccessToken, :RequestId
|
277
|
-
|
277
|
+
|
278
278
|
def initialize(accesstoken=nil, requestid=nil)
|
279
279
|
@AccessToken = accesstoken
|
280
280
|
@RequestId = requestid
|
@@ -296,7 +296,7 @@ module TencentCloud
|
|
296
296
|
# @type TtlMinutes: Integer
|
297
297
|
|
298
298
|
attr_accessor :AccessId, :Tids, :TtlMinutes
|
299
|
-
|
299
|
+
|
300
300
|
def initialize(accessid=nil, tids=nil, ttlminutes=nil)
|
301
301
|
@AccessId = accessid
|
302
302
|
@Tids = tids
|
@@ -319,7 +319,7 @@ module TencentCloud
|
|
319
319
|
# @type RequestId: String
|
320
320
|
|
321
321
|
attr_accessor :Data, :RequestId
|
322
|
-
|
322
|
+
|
323
323
|
def initialize(data=nil, requestid=nil)
|
324
324
|
@Data = data
|
325
325
|
@RequestId = requestid
|
@@ -350,7 +350,7 @@ module TencentCloud
|
|
350
350
|
# @type Operator: String
|
351
351
|
|
352
352
|
attr_accessor :ProductId, :Number, :NamePrefix, :Operator
|
353
|
-
|
353
|
+
|
354
354
|
def initialize(productid=nil, number=nil, nameprefix=nil, operator=nil)
|
355
355
|
@ProductId = productid
|
356
356
|
@Number = number
|
@@ -374,7 +374,7 @@ module TencentCloud
|
|
374
374
|
# @type RequestId: String
|
375
375
|
|
376
376
|
attr_accessor :Data, :RequestId
|
377
|
-
|
377
|
+
|
378
378
|
def initialize(data=nil, requestid=nil)
|
379
379
|
@Data = data
|
380
380
|
@RequestId = requestid
|
@@ -401,7 +401,7 @@ module TencentCloud
|
|
401
401
|
# @type Revision: Integer
|
402
402
|
|
403
403
|
attr_accessor :ProductId, :Revision
|
404
|
-
|
404
|
+
|
405
405
|
def initialize(productid=nil, revision=nil)
|
406
406
|
@ProductId = productid
|
407
407
|
@Revision = revision
|
@@ -422,7 +422,7 @@ module TencentCloud
|
|
422
422
|
# @type RequestId: String
|
423
423
|
|
424
424
|
attr_accessor :ZipCode, :RequestId
|
425
|
-
|
425
|
+
|
426
426
|
def initialize(zipcode=nil, requestid=nil)
|
427
427
|
@ZipCode = zipcode
|
428
428
|
@RequestId = requestid
|
@@ -440,7 +440,7 @@ module TencentCloud
|
|
440
440
|
# @type IotDataType: String
|
441
441
|
|
442
442
|
attr_accessor :IotDataType
|
443
|
-
|
443
|
+
|
444
444
|
def initialize(iotdatatype=nil)
|
445
445
|
@IotDataType = iotdatatype
|
446
446
|
end
|
@@ -456,7 +456,7 @@ module TencentCloud
|
|
456
456
|
# @type RequestId: String
|
457
457
|
|
458
458
|
attr_accessor :RequestId
|
459
|
-
|
459
|
+
|
460
460
|
def initialize(requestid=nil)
|
461
461
|
@RequestId = requestid
|
462
462
|
end
|
@@ -474,7 +474,7 @@ module TencentCloud
|
|
474
474
|
# @type IotModel: String
|
475
475
|
|
476
476
|
attr_accessor :ProductId, :IotModel
|
477
|
-
|
477
|
+
|
478
478
|
def initialize(productid=nil, iotmodel=nil)
|
479
479
|
@ProductId = productid
|
480
480
|
@IotModel = iotmodel
|
@@ -492,7 +492,7 @@ module TencentCloud
|
|
492
492
|
# @type RequestId: String
|
493
493
|
|
494
494
|
attr_accessor :RequestId
|
495
|
-
|
495
|
+
|
496
496
|
def initialize(requestid=nil)
|
497
497
|
@RequestId = requestid
|
498
498
|
end
|
@@ -536,7 +536,7 @@ module TencentCloud
|
|
536
536
|
# @type ChipArch: String
|
537
537
|
|
538
538
|
attr_accessor :ProductModel, :ProductName, :ProductDescription, :Features, :ChipManufactureId, :ChipId, :ProductRegion, :ProductCate, :AccessMode, :Os, :ChipArch
|
539
|
-
|
539
|
+
|
540
540
|
def initialize(productmodel=nil, productname=nil, productdescription=nil, features=nil, chipmanufactureid=nil, chipid=nil, productregion=nil, productcate=nil, accessmode=nil, os=nil, chiparch=nil)
|
541
541
|
@ProductModel = productmodel
|
542
542
|
@ProductName = productname
|
@@ -574,7 +574,7 @@ module TencentCloud
|
|
574
574
|
# @type RequestId: String
|
575
575
|
|
576
576
|
attr_accessor :Data, :RequestId
|
577
|
-
|
577
|
+
|
578
578
|
def initialize(data=nil, requestid=nil)
|
579
579
|
@Data = data
|
580
580
|
@RequestId = requestid
|
@@ -599,7 +599,7 @@ module TencentCloud
|
|
599
599
|
# @type UserTag: String
|
600
600
|
|
601
601
|
attr_accessor :PkgId, :Tid, :UserTag
|
602
|
-
|
602
|
+
|
603
603
|
def initialize(pkgid=nil, tid=nil, usertag=nil)
|
604
604
|
@PkgId = pkgid
|
605
605
|
@Tid = tid
|
@@ -619,7 +619,7 @@ module TencentCloud
|
|
619
619
|
# @type RequestId: String
|
620
620
|
|
621
621
|
attr_accessor :RequestId
|
622
|
-
|
622
|
+
|
623
623
|
def initialize(requestid=nil)
|
624
624
|
@RequestId = requestid
|
625
625
|
end
|
@@ -661,7 +661,7 @@ module TencentCloud
|
|
661
661
|
# @type EnableTime: Integer
|
662
662
|
|
663
663
|
attr_accessor :PkgId, :Tid, :OrderCount, :StorageRegion, :ChnNum, :AccessId, :EnableTime
|
664
|
-
|
664
|
+
|
665
665
|
def initialize(pkgid=nil, tid=nil, ordercount=nil, storageregion=nil, chnnum=nil, accessid=nil, enabletime=nil)
|
666
666
|
@PkgId = pkgid
|
667
667
|
@Tid = tid
|
@@ -713,7 +713,7 @@ module TencentCloud
|
|
713
713
|
# @type RequestId: String
|
714
714
|
|
715
715
|
attr_accessor :IsRenew, :ServiceId, :StorageRegion, :Tid, :ChnNum, :AccessId, :StartTime, :EndTime, :Status, :Data, :RequestId
|
716
|
-
|
716
|
+
|
717
717
|
def initialize(isrenew=nil, serviceid=nil, storageregion=nil, tid=nil, chnnum=nil, accessid=nil, starttime=nil, endtime=nil, status=nil, data=nil, requestid=nil)
|
718
718
|
@IsRenew = isrenew
|
719
719
|
@ServiceId = serviceid
|
@@ -756,7 +756,7 @@ module TencentCloud
|
|
756
756
|
# @type Tids: Array
|
757
757
|
|
758
758
|
attr_accessor :Tids
|
759
|
-
|
759
|
+
|
760
760
|
def initialize(tids=nil)
|
761
761
|
@Tids = tids
|
762
762
|
end
|
@@ -772,7 +772,7 @@ module TencentCloud
|
|
772
772
|
# @type RequestId: String
|
773
773
|
|
774
774
|
attr_accessor :RequestId
|
775
|
-
|
775
|
+
|
776
776
|
def initialize(requestid=nil)
|
777
777
|
@RequestId = requestid
|
778
778
|
end
|
@@ -790,7 +790,7 @@ module TencentCloud
|
|
790
790
|
# @type FileName: String
|
791
791
|
|
792
792
|
attr_accessor :ProductId, :FileName
|
793
|
-
|
793
|
+
|
794
794
|
def initialize(productid=nil, filename=nil)
|
795
795
|
@ProductId = productid
|
796
796
|
@FileName = filename
|
@@ -811,7 +811,7 @@ module TencentCloud
|
|
811
811
|
# @type RequestId: String
|
812
812
|
|
813
813
|
attr_accessor :Data, :RequestId
|
814
|
-
|
814
|
+
|
815
815
|
def initialize(data=nil, requestid=nil)
|
816
816
|
@Data = data
|
817
817
|
@RequestId = requestid
|
@@ -835,7 +835,7 @@ module TencentCloud
|
|
835
835
|
# @type OldAccessToken: String
|
836
836
|
|
837
837
|
attr_accessor :AccessId, :UniqueId, :TtlMinutes, :OldAccessToken
|
838
|
-
|
838
|
+
|
839
839
|
def initialize(accessid=nil, uniqueid=nil, ttlminutes=nil, oldaccesstoken=nil)
|
840
840
|
@AccessId = accessid
|
841
841
|
@UniqueId = uniqueid
|
@@ -865,7 +865,7 @@ module TencentCloud
|
|
865
865
|
# @type RequestId: String
|
866
866
|
|
867
867
|
attr_accessor :AccessId, :AccessToken, :ExpireTime, :TerminalId, :RequestId
|
868
|
-
|
868
|
+
|
869
869
|
def initialize(accessid=nil, accesstoken=nil, expiretime=nil, terminalid=nil, requestid=nil)
|
870
870
|
@AccessId = accessid
|
871
871
|
@AccessToken = accesstoken
|
@@ -902,7 +902,7 @@ module TencentCloud
|
|
902
902
|
# @type AudioCodec: String
|
903
903
|
|
904
904
|
attr_accessor :Protocol, :URI, :ExpireTime, :VideoCodec, :AudioCodec
|
905
|
-
|
905
|
+
|
906
906
|
def initialize(protocol=nil, uri=nil, expiretime=nil, videocodec=nil, audiocodec=nil)
|
907
907
|
@Protocol = protocol
|
908
908
|
@URI = uri
|
@@ -926,7 +926,7 @@ module TencentCloud
|
|
926
926
|
# @type AccessId: String
|
927
927
|
|
928
928
|
attr_accessor :AccessId
|
929
|
-
|
929
|
+
|
930
930
|
def initialize(accessid=nil)
|
931
931
|
@AccessId = accessid
|
932
932
|
end
|
@@ -942,7 +942,7 @@ module TencentCloud
|
|
942
942
|
# @type RequestId: String
|
943
943
|
|
944
944
|
attr_accessor :RequestId
|
945
|
-
|
945
|
+
|
946
946
|
def initialize(requestid=nil)
|
947
947
|
@RequestId = requestid
|
948
948
|
end
|
@@ -962,7 +962,7 @@ module TencentCloud
|
|
962
962
|
# @type Role: String
|
963
963
|
|
964
964
|
attr_accessor :AccessId, :Tid, :Role
|
965
|
-
|
965
|
+
|
966
966
|
def initialize(accessid=nil, tid=nil, role=nil)
|
967
967
|
@AccessId = accessid
|
968
968
|
@Tid = tid
|
@@ -982,7 +982,7 @@ module TencentCloud
|
|
982
982
|
# @type RequestId: String
|
983
983
|
|
984
984
|
attr_accessor :RequestId
|
985
|
-
|
985
|
+
|
986
986
|
def initialize(requestid=nil)
|
987
987
|
@RequestId = requestid
|
988
988
|
end
|
@@ -998,7 +998,7 @@ module TencentCloud
|
|
998
998
|
# @type Tids: Array
|
999
999
|
|
1000
1000
|
attr_accessor :Tids
|
1001
|
-
|
1001
|
+
|
1002
1002
|
def initialize(tids=nil)
|
1003
1003
|
@Tids = tids
|
1004
1004
|
end
|
@@ -1014,7 +1014,7 @@ module TencentCloud
|
|
1014
1014
|
# @type RequestId: String
|
1015
1015
|
|
1016
1016
|
attr_accessor :RequestId
|
1017
|
-
|
1017
|
+
|
1018
1018
|
def initialize(requestid=nil)
|
1019
1019
|
@RequestId = requestid
|
1020
1020
|
end
|
@@ -1030,7 +1030,7 @@ module TencentCloud
|
|
1030
1030
|
# @type TypeId: String
|
1031
1031
|
|
1032
1032
|
attr_accessor :TypeId
|
1033
|
-
|
1033
|
+
|
1034
1034
|
def initialize(typeid=nil)
|
1035
1035
|
@TypeId = typeid
|
1036
1036
|
end
|
@@ -1046,7 +1046,7 @@ module TencentCloud
|
|
1046
1046
|
# @type RequestId: String
|
1047
1047
|
|
1048
1048
|
attr_accessor :RequestId
|
1049
|
-
|
1049
|
+
|
1050
1050
|
def initialize(requestid=nil)
|
1051
1051
|
@RequestId = requestid
|
1052
1052
|
end
|
@@ -1062,7 +1062,7 @@ module TencentCloud
|
|
1062
1062
|
# @type ProductId: String
|
1063
1063
|
|
1064
1064
|
attr_accessor :ProductId
|
1065
|
-
|
1065
|
+
|
1066
1066
|
def initialize(productid=nil)
|
1067
1067
|
@ProductId = productid
|
1068
1068
|
end
|
@@ -1078,7 +1078,7 @@ module TencentCloud
|
|
1078
1078
|
# @type RequestId: String
|
1079
1079
|
|
1080
1080
|
attr_accessor :RequestId
|
1081
|
-
|
1081
|
+
|
1082
1082
|
def initialize(requestid=nil)
|
1083
1083
|
@RequestId = requestid
|
1084
1084
|
end
|
@@ -1098,7 +1098,7 @@ module TencentCloud
|
|
1098
1098
|
# @type Operator: String
|
1099
1099
|
|
1100
1100
|
attr_accessor :ProductId, :OtaVersion, :Operator
|
1101
|
-
|
1101
|
+
|
1102
1102
|
def initialize(productid=nil, otaversion=nil, operator=nil)
|
1103
1103
|
@ProductId = productid
|
1104
1104
|
@OtaVersion = otaversion
|
@@ -1118,7 +1118,7 @@ module TencentCloud
|
|
1118
1118
|
# @type RequestId: String
|
1119
1119
|
|
1120
1120
|
attr_accessor :RequestId
|
1121
|
-
|
1121
|
+
|
1122
1122
|
def initialize(requestid=nil)
|
1123
1123
|
@RequestId = requestid
|
1124
1124
|
end
|
@@ -1134,7 +1134,7 @@ module TencentCloud
|
|
1134
1134
|
# @type ProductId: String
|
1135
1135
|
|
1136
1136
|
attr_accessor :ProductId
|
1137
|
-
|
1137
|
+
|
1138
1138
|
def initialize(productid=nil)
|
1139
1139
|
@ProductId = productid
|
1140
1140
|
end
|
@@ -1150,7 +1150,7 @@ module TencentCloud
|
|
1150
1150
|
# @type RequestId: String
|
1151
1151
|
|
1152
1152
|
attr_accessor :RequestId
|
1153
|
-
|
1153
|
+
|
1154
1154
|
def initialize(requestid=nil)
|
1155
1155
|
@RequestId = requestid
|
1156
1156
|
end
|
@@ -1166,7 +1166,7 @@ module TencentCloud
|
|
1166
1166
|
# @type Tids: Array
|
1167
1167
|
|
1168
1168
|
attr_accessor :Tids
|
1169
|
-
|
1169
|
+
|
1170
1170
|
def initialize(tids=nil)
|
1171
1171
|
@Tids = tids
|
1172
1172
|
end
|
@@ -1182,7 +1182,7 @@ module TencentCloud
|
|
1182
1182
|
# @type RequestId: String
|
1183
1183
|
|
1184
1184
|
attr_accessor :RequestId
|
1185
|
-
|
1185
|
+
|
1186
1186
|
def initialize(requestid=nil)
|
1187
1187
|
@RequestId = requestid
|
1188
1188
|
end
|
@@ -1204,7 +1204,7 @@ module TencentCloud
|
|
1204
1204
|
# @type AccessId: String
|
1205
1205
|
|
1206
1206
|
attr_accessor :SrcServiceId, :Tid, :ChnNum, :AccessId
|
1207
|
-
|
1207
|
+
|
1208
1208
|
def initialize(srcserviceid=nil, tid=nil, chnnum=nil, accessid=nil)
|
1209
1209
|
@SrcServiceId = srcserviceid
|
1210
1210
|
@Tid = tid
|
@@ -1250,7 +1250,7 @@ module TencentCloud
|
|
1250
1250
|
# @type RequestId: String
|
1251
1251
|
|
1252
1252
|
attr_accessor :SrcServiceId, :ServiceId, :StorageRegion, :Tid, :ChnNum, :AccessId, :StartTime, :EndTime, :Status, :Data, :RequestId
|
1253
|
-
|
1253
|
+
|
1254
1254
|
def initialize(srcserviceid=nil, serviceid=nil, storageregion=nil, tid=nil, chnnum=nil, accessid=nil, starttime=nil, endtime=nil, status=nil, data=nil, requestid=nil)
|
1255
1255
|
@SrcServiceId = srcserviceid
|
1256
1256
|
@ServiceId = serviceid
|
@@ -1293,7 +1293,7 @@ module TencentCloud
|
|
1293
1293
|
# @type AccountType: Integer
|
1294
1294
|
|
1295
1295
|
attr_accessor :AccountType
|
1296
|
-
|
1296
|
+
|
1297
1297
|
def initialize(accounttype=nil)
|
1298
1298
|
@AccountType = accounttype
|
1299
1299
|
end
|
@@ -1321,7 +1321,7 @@ module TencentCloud
|
|
1321
1321
|
# @type RequestId: String
|
1322
1322
|
|
1323
1323
|
attr_accessor :AccountType, :Balance, :State, :LastUpdateTime, :RequestId
|
1324
|
-
|
1324
|
+
|
1325
1325
|
def initialize(accounttype=nil, balance=nil, state=nil, lastupdatetime=nil, requestid=nil)
|
1326
1326
|
@AccountType = accounttype
|
1327
1327
|
@Balance = balance
|
@@ -1345,7 +1345,7 @@ module TencentCloud
|
|
1345
1345
|
# @type AccessId: String
|
1346
1346
|
|
1347
1347
|
attr_accessor :AccessId
|
1348
|
-
|
1348
|
+
|
1349
1349
|
def initialize(accessid=nil)
|
1350
1350
|
@AccessId = accessid
|
1351
1351
|
end
|
@@ -1364,7 +1364,7 @@ module TencentCloud
|
|
1364
1364
|
# @type RequestId: String
|
1365
1365
|
|
1366
1366
|
attr_accessor :Data, :RequestId
|
1367
|
-
|
1367
|
+
|
1368
1368
|
def initialize(data=nil, requestid=nil)
|
1369
1369
|
@Data = data
|
1370
1370
|
@RequestId = requestid
|
@@ -1391,7 +1391,7 @@ module TencentCloud
|
|
1391
1391
|
# @type AccessId: String
|
1392
1392
|
|
1393
1393
|
attr_accessor :Tid, :AccessId
|
1394
|
-
|
1394
|
+
|
1395
1395
|
def initialize(tid=nil, accessid=nil)
|
1396
1396
|
@Tid = tid
|
1397
1397
|
@AccessId = accessid
|
@@ -1412,7 +1412,7 @@ module TencentCloud
|
|
1412
1412
|
# @type RequestId: String
|
1413
1413
|
|
1414
1414
|
attr_accessor :Data, :RequestId
|
1415
|
-
|
1415
|
+
|
1416
1416
|
def initialize(data=nil, requestid=nil)
|
1417
1417
|
@Data = data
|
1418
1418
|
@RequestId = requestid
|
@@ -1439,7 +1439,7 @@ module TencentCloud
|
|
1439
1439
|
# @type Branch: String
|
1440
1440
|
|
1441
1441
|
attr_accessor :Tid, :Branch
|
1442
|
-
|
1442
|
+
|
1443
1443
|
def initialize(tid=nil, branch=nil)
|
1444
1444
|
@Tid = tid
|
1445
1445
|
@Branch = branch
|
@@ -1460,7 +1460,7 @@ module TencentCloud
|
|
1460
1460
|
# @type RequestId: String
|
1461
1461
|
|
1462
1462
|
attr_accessor :Data, :RequestId
|
1463
|
-
|
1463
|
+
|
1464
1464
|
def initialize(data=nil, requestid=nil)
|
1465
1465
|
@Data = data
|
1466
1466
|
@RequestId = requestid
|
@@ -1481,7 +1481,7 @@ module TencentCloud
|
|
1481
1481
|
# @type Tid: String
|
1482
1482
|
|
1483
1483
|
attr_accessor :Tid
|
1484
|
-
|
1484
|
+
|
1485
1485
|
def initialize(tid=nil)
|
1486
1486
|
@Tid = tid
|
1487
1487
|
end
|
@@ -1500,7 +1500,7 @@ module TencentCloud
|
|
1500
1500
|
# @type RequestId: String
|
1501
1501
|
|
1502
1502
|
attr_accessor :Data, :RequestId
|
1503
|
-
|
1503
|
+
|
1504
1504
|
def initialize(data=nil, requestid=nil)
|
1505
1505
|
@Data = data
|
1506
1506
|
@RequestId = requestid
|
@@ -1532,7 +1532,7 @@ module TencentCloud
|
|
1532
1532
|
# @type DeviceName: String
|
1533
1533
|
|
1534
1534
|
attr_accessor :ProductId, :ReturnModel, :Limit, :Offset, :OtaVersion, :DeviceName
|
1535
|
-
|
1535
|
+
|
1536
1536
|
def initialize(productid=nil, returnmodel=nil, limit=nil, offset=nil, otaversion=nil, devicename=nil)
|
1537
1537
|
@ProductId = productid
|
1538
1538
|
@ReturnModel = returnmodel
|
@@ -1563,7 +1563,7 @@ module TencentCloud
|
|
1563
1563
|
# @type RequestId: String
|
1564
1564
|
|
1565
1565
|
attr_accessor :Data, :TotalCount, :RequestId
|
1566
|
-
|
1566
|
+
|
1567
1567
|
def initialize(data=nil, totalcount=nil, requestid=nil)
|
1568
1568
|
@Data = data
|
1569
1569
|
@TotalCount = totalcount
|
@@ -1590,7 +1590,7 @@ module TencentCloud
|
|
1590
1590
|
# @type TypeId: String
|
1591
1591
|
|
1592
1592
|
attr_accessor :TypeId
|
1593
|
-
|
1593
|
+
|
1594
1594
|
def initialize(typeid=nil)
|
1595
1595
|
@TypeId = typeid
|
1596
1596
|
end
|
@@ -1609,7 +1609,7 @@ module TencentCloud
|
|
1609
1609
|
# @type RequestId: String
|
1610
1610
|
|
1611
1611
|
attr_accessor :Data, :RequestId
|
1612
|
-
|
1612
|
+
|
1613
1613
|
def initialize(data=nil, requestid=nil)
|
1614
1614
|
@Data = data
|
1615
1615
|
@RequestId = requestid
|
@@ -1629,7 +1629,7 @@ module TencentCloud
|
|
1629
1629
|
# @type Revision: Integer
|
1630
1630
|
|
1631
1631
|
attr_accessor :ProductId, :Revision
|
1632
|
-
|
1632
|
+
|
1633
1633
|
def initialize(productid=nil, revision=nil)
|
1634
1634
|
@ProductId = productid
|
1635
1635
|
@Revision = revision
|
@@ -1650,7 +1650,7 @@ module TencentCloud
|
|
1650
1650
|
# @type RequestId: String
|
1651
1651
|
|
1652
1652
|
attr_accessor :Data, :RequestId
|
1653
|
-
|
1653
|
+
|
1654
1654
|
def initialize(data=nil, requestid=nil)
|
1655
1655
|
@Data = data
|
1656
1656
|
@RequestId = requestid
|
@@ -1668,7 +1668,7 @@ module TencentCloud
|
|
1668
1668
|
# @type ProductId: String
|
1669
1669
|
|
1670
1670
|
attr_accessor :ProductId
|
1671
|
-
|
1671
|
+
|
1672
1672
|
def initialize(productid=nil)
|
1673
1673
|
@ProductId = productid
|
1674
1674
|
end
|
@@ -1687,7 +1687,7 @@ module TencentCloud
|
|
1687
1687
|
# @type RequestId: String
|
1688
1688
|
|
1689
1689
|
attr_accessor :Data, :RequestId
|
1690
|
-
|
1690
|
+
|
1691
1691
|
def initialize(data=nil, requestid=nil)
|
1692
1692
|
@Data = data
|
1693
1693
|
@RequestId = requestid
|
@@ -1724,7 +1724,7 @@ module TencentCloud
|
|
1724
1724
|
# @type EndTime: Integer
|
1725
1725
|
|
1726
1726
|
attr_accessor :Tid, :Limit, :Offset, :LogType, :StartTime, :DataObject, :EndTime
|
1727
|
-
|
1727
|
+
|
1728
1728
|
def initialize(tid=nil, limit=nil, offset=nil, logtype=nil, starttime=nil, dataobject=nil, endtime=nil)
|
1729
1729
|
@Tid = tid
|
1730
1730
|
@Limit = limit
|
@@ -1757,7 +1757,7 @@ module TencentCloud
|
|
1757
1757
|
# @type RequestId: String
|
1758
1758
|
|
1759
1759
|
attr_accessor :Data, :TotalCount, :RequestId
|
1760
|
-
|
1760
|
+
|
1761
1761
|
def initialize(data=nil, totalcount=nil, requestid=nil)
|
1762
1762
|
@Data = data
|
1763
1763
|
@TotalCount = totalcount
|
@@ -1784,7 +1784,7 @@ module TencentCloud
|
|
1784
1784
|
# @type ProductId: String
|
1785
1785
|
|
1786
1786
|
attr_accessor :ProductId
|
1787
|
-
|
1787
|
+
|
1788
1788
|
def initialize(productid=nil)
|
1789
1789
|
@ProductId = productid
|
1790
1790
|
end
|
@@ -1803,7 +1803,7 @@ module TencentCloud
|
|
1803
1803
|
# @type RequestId: String
|
1804
1804
|
|
1805
1805
|
attr_accessor :Data, :RequestId
|
1806
|
-
|
1806
|
+
|
1807
1807
|
def initialize(data=nil, requestid=nil)
|
1808
1808
|
@Data = data
|
1809
1809
|
@RequestId = requestid
|
@@ -1824,7 +1824,7 @@ module TencentCloud
|
|
1824
1824
|
# @type TaskId: String
|
1825
1825
|
|
1826
1826
|
attr_accessor :TaskId
|
1827
|
-
|
1827
|
+
|
1828
1828
|
def initialize(taskid=nil)
|
1829
1829
|
@TaskId = taskid
|
1830
1830
|
end
|
@@ -1843,7 +1843,7 @@ module TencentCloud
|
|
1843
1843
|
# @type RequestId: String
|
1844
1844
|
|
1845
1845
|
attr_accessor :Data, :RequestId
|
1846
|
-
|
1846
|
+
|
1847
1847
|
def initialize(data=nil, requestid=nil)
|
1848
1848
|
@Data = data
|
1849
1849
|
@RequestId = requestid
|
@@ -1858,7 +1858,7 @@ module TencentCloud
|
|
1858
1858
|
# DescribeOsList请求参数结构体
|
1859
1859
|
class DescribeOsListRequest < TencentCloud::Common::AbstractModel
|
1860
1860
|
|
1861
|
-
|
1861
|
+
|
1862
1862
|
def initialize()
|
1863
1863
|
end
|
1864
1864
|
|
@@ -1875,7 +1875,7 @@ module TencentCloud
|
|
1875
1875
|
# @type RequestId: String
|
1876
1876
|
|
1877
1877
|
attr_accessor :Data, :RequestId
|
1878
|
-
|
1878
|
+
|
1879
1879
|
def initialize(data=nil, requestid=nil)
|
1880
1880
|
@Data = data
|
1881
1881
|
@RequestId = requestid
|
@@ -1904,7 +1904,7 @@ module TencentCloud
|
|
1904
1904
|
# @type PubStatus: Integer
|
1905
1905
|
|
1906
1906
|
attr_accessor :Offset, :Limit, :ProductId, :OtaVersion, :PubStatus
|
1907
|
-
|
1907
|
+
|
1908
1908
|
def initialize(offset=nil, limit=nil, productid=nil, otaversion=nil, pubstatus=nil)
|
1909
1909
|
@Offset = offset
|
1910
1910
|
@Limit = limit
|
@@ -1933,7 +1933,7 @@ module TencentCloud
|
|
1933
1933
|
# @type RequestId: String
|
1934
1934
|
|
1935
1935
|
attr_accessor :TotalCount, :Data, :RequestId
|
1936
|
-
|
1936
|
+
|
1937
1937
|
def initialize(totalcount=nil, data=nil, requestid=nil)
|
1938
1938
|
@TotalCount = totalcount
|
1939
1939
|
@Data = data
|
@@ -1960,7 +1960,7 @@ module TencentCloud
|
|
1960
1960
|
# @type ProductId: String
|
1961
1961
|
|
1962
1962
|
attr_accessor :ProductId
|
1963
|
-
|
1963
|
+
|
1964
1964
|
def initialize(productid=nil)
|
1965
1965
|
@ProductId = productid
|
1966
1966
|
end
|
@@ -1979,7 +1979,7 @@ module TencentCloud
|
|
1979
1979
|
# @type RequestId: String
|
1980
1980
|
|
1981
1981
|
attr_accessor :Data, :RequestId
|
1982
|
-
|
1982
|
+
|
1983
1983
|
def initialize(data=nil, requestid=nil)
|
1984
1984
|
@Data = data
|
1985
1985
|
@RequestId = requestid
|
@@ -2008,7 +2008,7 @@ module TencentCloud
|
|
2008
2008
|
# @type EndTime: Integer
|
2009
2009
|
|
2010
2010
|
attr_accessor :Limit, :Offset, :ProductModel, :StartTime, :EndTime
|
2011
|
-
|
2011
|
+
|
2012
2012
|
def initialize(limit=nil, offset=nil, productmodel=nil, starttime=nil, endtime=nil)
|
2013
2013
|
@Limit = limit
|
2014
2014
|
@Offset = offset
|
@@ -2037,7 +2037,7 @@ module TencentCloud
|
|
2037
2037
|
# @type RequestId: String
|
2038
2038
|
|
2039
2039
|
attr_accessor :Data, :TotalCount, :RequestId
|
2040
|
-
|
2040
|
+
|
2041
2041
|
def initialize(data=nil, totalcount=nil, requestid=nil)
|
2042
2042
|
@Data = data
|
2043
2043
|
@TotalCount = totalcount
|
@@ -2064,7 +2064,7 @@ module TencentCloud
|
|
2064
2064
|
# @type ProductId: String
|
2065
2065
|
|
2066
2066
|
attr_accessor :ProductId
|
2067
|
-
|
2067
|
+
|
2068
2068
|
def initialize(productid=nil)
|
2069
2069
|
@ProductId = productid
|
2070
2070
|
end
|
@@ -2083,7 +2083,7 @@ module TencentCloud
|
|
2083
2083
|
# @type RequestId: String
|
2084
2084
|
|
2085
2085
|
attr_accessor :Data, :RequestId
|
2086
|
-
|
2086
|
+
|
2087
2087
|
def initialize(data=nil, requestid=nil)
|
2088
2088
|
@Data = data
|
2089
2089
|
@RequestId = requestid
|
@@ -2112,7 +2112,7 @@ module TencentCloud
|
|
2112
2112
|
# @type Limit: Integer
|
2113
2113
|
|
2114
2114
|
attr_accessor :AccountType, :Offset, :Limit
|
2115
|
-
|
2115
|
+
|
2116
2116
|
def initialize(accounttype=nil, offset=nil, limit=nil)
|
2117
2117
|
@AccountType = accounttype
|
2118
2118
|
@Offset = offset
|
@@ -2138,7 +2138,7 @@ module TencentCloud
|
|
2138
2138
|
# @type RequestId: String
|
2139
2139
|
|
2140
2140
|
attr_accessor :AccountType, :Records, :RequestId
|
2141
|
-
|
2141
|
+
|
2142
2142
|
def initialize(accounttype=nil, records=nil, requestid=nil)
|
2143
2143
|
@AccountType = accounttype
|
2144
2144
|
@Records = records
|
@@ -2165,7 +2165,7 @@ module TencentCloud
|
|
2165
2165
|
# @type CunionIds: Array
|
2166
2166
|
|
2167
2167
|
attr_accessor :CunionIds
|
2168
|
-
|
2168
|
+
|
2169
2169
|
def initialize(cunionids=nil)
|
2170
2170
|
@CunionIds = cunionids
|
2171
2171
|
end
|
@@ -2183,7 +2183,7 @@ module TencentCloud
|
|
2183
2183
|
# @type RequestId: String
|
2184
2184
|
|
2185
2185
|
attr_accessor :Data, :RequestId
|
2186
|
-
|
2186
|
+
|
2187
2187
|
def initialize(data=nil, requestid=nil)
|
2188
2188
|
@Data = data
|
2189
2189
|
@RequestId = requestid
|
@@ -2208,7 +2208,7 @@ module TencentCloud
|
|
2208
2208
|
# @type Tid: String
|
2209
2209
|
|
2210
2210
|
attr_accessor :Tid
|
2211
|
-
|
2211
|
+
|
2212
2212
|
def initialize(tid=nil)
|
2213
2213
|
@Tid = tid
|
2214
2214
|
end
|
@@ -2227,7 +2227,7 @@ module TencentCloud
|
|
2227
2227
|
# @type RequestId: String
|
2228
2228
|
|
2229
2229
|
attr_accessor :Data, :RequestId
|
2230
|
-
|
2230
|
+
|
2231
2231
|
def initialize(data=nil, requestid=nil)
|
2232
2232
|
@Data = data
|
2233
2233
|
@RequestId = requestid
|
@@ -2247,7 +2247,7 @@ module TencentCloud
|
|
2247
2247
|
# @type GetFinishedOrder: Boolean
|
2248
2248
|
|
2249
2249
|
attr_accessor :ServiceId, :GetFinishedOrder
|
2250
|
-
|
2250
|
+
|
2251
2251
|
def initialize(serviceid=nil, getfinishedorder=nil)
|
2252
2252
|
@ServiceId = serviceid
|
2253
2253
|
@GetFinishedOrder = getfinishedorder
|
@@ -2287,7 +2287,7 @@ module TencentCloud
|
|
2287
2287
|
# @type RequestId: String
|
2288
2288
|
|
2289
2289
|
attr_accessor :ServiceId, :StorageRegion, :Tid, :ChnNum, :AccessId, :StartTime, :EndTime, :Status, :Data, :RequestId
|
2290
|
-
|
2290
|
+
|
2291
2291
|
def initialize(serviceid=nil, storageregion=nil, tid=nil, chnnum=nil, accessid=nil, starttime=nil, endtime=nil, status=nil, data=nil, requestid=nil)
|
2292
2292
|
@ServiceId = serviceid
|
2293
2293
|
@StorageRegion = storageregion
|
@@ -2336,7 +2336,7 @@ module TencentCloud
|
|
2336
2336
|
# @type AccessToken: String
|
2337
2337
|
|
2338
2338
|
attr_accessor :Tid, :AccessId, :Protocol, :Address, :AccessToken
|
2339
|
-
|
2339
|
+
|
2340
2340
|
def initialize(tid=nil, accessid=nil, protocol=nil, address=nil, accesstoken=nil)
|
2341
2341
|
@Tid = tid
|
2342
2342
|
@AccessId = accessid
|
@@ -2363,7 +2363,7 @@ module TencentCloud
|
|
2363
2363
|
# @type RequestId: String
|
2364
2364
|
|
2365
2365
|
attr_accessor :Data, :RequestId
|
2366
|
-
|
2366
|
+
|
2367
2367
|
def initialize(data=nil, requestid=nil)
|
2368
2368
|
@Data = data
|
2369
2369
|
@RequestId = requestid
|
@@ -2381,7 +2381,7 @@ module TencentCloud
|
|
2381
2381
|
# DescribeTraceIds请求参数结构体
|
2382
2382
|
class DescribeTraceIdsRequest < TencentCloud::Common::AbstractModel
|
2383
2383
|
|
2384
|
-
|
2384
|
+
|
2385
2385
|
def initialize()
|
2386
2386
|
end
|
2387
2387
|
|
@@ -2398,7 +2398,7 @@ module TencentCloud
|
|
2398
2398
|
# @type RequestId: String
|
2399
2399
|
|
2400
2400
|
attr_accessor :Data, :RequestId
|
2401
|
-
|
2401
|
+
|
2402
2402
|
def initialize(data=nil, requestid=nil)
|
2403
2403
|
@Data = data
|
2404
2404
|
@RequestId = requestid
|
@@ -2416,7 +2416,7 @@ module TencentCloud
|
|
2416
2416
|
# @type Tids: Array
|
2417
2417
|
|
2418
2418
|
attr_accessor :Tids
|
2419
|
-
|
2419
|
+
|
2420
2420
|
def initialize(tids=nil)
|
2421
2421
|
@Tids = tids
|
2422
2422
|
end
|
@@ -2435,7 +2435,7 @@ module TencentCloud
|
|
2435
2435
|
# @type RequestId: String
|
2436
2436
|
|
2437
2437
|
attr_accessor :Data, :RequestId
|
2438
|
-
|
2438
|
+
|
2439
2439
|
def initialize(data=nil, requestid=nil)
|
2440
2440
|
@Data = data
|
2441
2441
|
@RequestId = requestid
|
@@ -2466,7 +2466,7 @@ module TencentCloud
|
|
2466
2466
|
# @type ExpireTime: Integer
|
2467
2467
|
|
2468
2468
|
attr_accessor :AccessId, :Tid, :AccessToken, :ExpireTime
|
2469
|
-
|
2469
|
+
|
2470
2470
|
def initialize(accessid=nil, tid=nil, accesstoken=nil, expiretime=nil)
|
2471
2471
|
@AccessId = accessid
|
2472
2472
|
@Tid = tid
|
@@ -2492,7 +2492,7 @@ module TencentCloud
|
|
2492
2492
|
# @type WhiteBoxSoUrl: String
|
2493
2493
|
|
2494
2494
|
attr_accessor :Tid, :Certificate, :WhiteBoxSoUrl
|
2495
|
-
|
2495
|
+
|
2496
2496
|
def initialize(tid=nil, certificate=nil, whiteboxsourl=nil)
|
2497
2497
|
@Tid = tid
|
2498
2498
|
@Certificate = certificate
|
@@ -2546,7 +2546,7 @@ module TencentCloud
|
|
2546
2546
|
# @type StreamStatus: Boolean
|
2547
2547
|
|
2548
2548
|
attr_accessor :Tid, :ActiveTime, :Disabled, :OtaVersion, :Online, :LastOnlineTime, :IotModel, :DeviceName, :ProductId, :Certificate, :WhiteBoxSoUrl, :StreamStatus
|
2549
|
-
|
2549
|
+
|
2550
2550
|
def initialize(tid=nil, activetime=nil, disabled=nil, otaversion=nil, online=nil, lastonlinetime=nil, iotmodel=nil, devicename=nil, productid=nil, certificate=nil, whiteboxsourl=nil, streamstatus=nil)
|
2551
2551
|
@Tid = tid
|
2552
2552
|
@ActiveTime = activetime
|
@@ -2590,7 +2590,7 @@ module TencentCloud
|
|
2590
2590
|
# @type IotModel: String
|
2591
2591
|
|
2592
2592
|
attr_accessor :Tid, :Branch, :IotModel
|
2593
|
-
|
2593
|
+
|
2594
2594
|
def initialize(tid=nil, branch=nil, iotmodel=nil)
|
2595
2595
|
@Tid = tid
|
2596
2596
|
@Branch = branch
|
@@ -2628,7 +2628,7 @@ module TencentCloud
|
|
2628
2628
|
# @type LastUpdateTime: Integer
|
2629
2629
|
|
2630
2630
|
attr_accessor :Tid, :DeviceName, :ActiveTime, :Disabled, :StreamStatus, :OtaVersion, :Online, :LastOnlineTime, :IotModel, :LastUpdateTime
|
2631
|
-
|
2631
|
+
|
2632
2632
|
def initialize(tid=nil, devicename=nil, activetime=nil, disabled=nil, streamstatus=nil, otaversion=nil, online=nil, lastonlinetime=nil, iotmodel=nil, lastupdatetime=nil)
|
2633
2633
|
@Tid = tid
|
2634
2634
|
@DeviceName = devicename
|
@@ -2662,7 +2662,7 @@ module TencentCloud
|
|
2662
2662
|
# @type Tids: Array
|
2663
2663
|
|
2664
2664
|
attr_accessor :Tids
|
2665
|
-
|
2665
|
+
|
2666
2666
|
def initialize(tids=nil)
|
2667
2667
|
@Tids = tids
|
2668
2668
|
end
|
@@ -2678,7 +2678,7 @@ module TencentCloud
|
|
2678
2678
|
# @type RequestId: String
|
2679
2679
|
|
2680
2680
|
attr_accessor :RequestId
|
2681
|
-
|
2681
|
+
|
2682
2682
|
def initialize(requestid=nil)
|
2683
2683
|
@RequestId = requestid
|
2684
2684
|
end
|
@@ -2694,7 +2694,7 @@ module TencentCloud
|
|
2694
2694
|
# @type Tids: Array
|
2695
2695
|
|
2696
2696
|
attr_accessor :Tids
|
2697
|
-
|
2697
|
+
|
2698
2698
|
def initialize(tids=nil)
|
2699
2699
|
@Tids = tids
|
2700
2700
|
end
|
@@ -2710,7 +2710,7 @@ module TencentCloud
|
|
2710
2710
|
# @type RequestId: String
|
2711
2711
|
|
2712
2712
|
attr_accessor :RequestId
|
2713
|
-
|
2713
|
+
|
2714
2714
|
def initialize(requestid=nil)
|
2715
2715
|
@RequestId = requestid
|
2716
2716
|
end
|
@@ -2730,7 +2730,7 @@ module TencentCloud
|
|
2730
2730
|
# @type Operator: String
|
2731
2731
|
|
2732
2732
|
attr_accessor :ProductId, :OtaVersion, :Operator
|
2733
|
-
|
2733
|
+
|
2734
2734
|
def initialize(productid=nil, otaversion=nil, operator=nil)
|
2735
2735
|
@ProductId = productid
|
2736
2736
|
@OtaVersion = otaversion
|
@@ -2750,7 +2750,7 @@ module TencentCloud
|
|
2750
2750
|
# @type RequestId: String
|
2751
2751
|
|
2752
2752
|
attr_accessor :RequestId
|
2753
|
-
|
2753
|
+
|
2754
2754
|
def initialize(requestid=nil)
|
2755
2755
|
@RequestId = requestid
|
2756
2756
|
end
|
@@ -2768,7 +2768,7 @@ module TencentCloud
|
|
2768
2768
|
# @type ReleaseTime: Integer
|
2769
2769
|
|
2770
2770
|
attr_accessor :Revision, :ReleaseTime
|
2771
|
-
|
2771
|
+
|
2772
2772
|
def initialize(revision=nil, releasetime=nil)
|
2773
2773
|
@Revision = revision
|
2774
2774
|
@ReleaseTime = releasetime
|
@@ -2797,7 +2797,7 @@ module TencentCloud
|
|
2797
2797
|
# @type NewValue: String
|
2798
2798
|
|
2799
2799
|
attr_accessor :Occurtime, :LogType, :DataObject, :OldValue, :NewValue
|
2800
|
-
|
2800
|
+
|
2801
2801
|
def initialize(occurtime=nil, logtype=nil, dataobject=nil, oldvalue=nil, newvalue=nil)
|
2802
2802
|
@Occurtime = occurtime
|
2803
2803
|
@LogType = logtype
|
@@ -2829,7 +2829,7 @@ module TencentCloud
|
|
2829
2829
|
# @type IsNum: Boolean
|
2830
2830
|
|
2831
2831
|
attr_accessor :Tid, :Wakeup, :Branch, :Value, :IsNum
|
2832
|
-
|
2832
|
+
|
2833
2833
|
def initialize(tid=nil, wakeup=nil, branch=nil, value=nil, isnum=nil)
|
2834
2834
|
@Tid = tid
|
2835
2835
|
@Wakeup = wakeup
|
@@ -2860,7 +2860,7 @@ module TencentCloud
|
|
2860
2860
|
# @type RequestId: String
|
2861
2861
|
|
2862
2862
|
attr_accessor :Data, :TaskId, :RequestId
|
2863
|
-
|
2863
|
+
|
2864
2864
|
def initialize(data=nil, taskid=nil, requestid=nil)
|
2865
2865
|
@Data = data
|
2866
2866
|
@TaskId = taskid
|
@@ -2888,7 +2888,7 @@ module TencentCloud
|
|
2888
2888
|
# @type IsNum: Boolean
|
2889
2889
|
|
2890
2890
|
attr_accessor :Tid, :Wakeup, :Branch, :Value, :IsNum
|
2891
|
-
|
2891
|
+
|
2892
2892
|
def initialize(tid=nil, wakeup=nil, branch=nil, value=nil, isnum=nil)
|
2893
2893
|
@Tid = tid
|
2894
2894
|
@Wakeup = wakeup
|
@@ -2912,7 +2912,7 @@ module TencentCloud
|
|
2912
2912
|
# @type RequestId: String
|
2913
2913
|
|
2914
2914
|
attr_accessor :RequestId
|
2915
|
-
|
2915
|
+
|
2916
2916
|
def initialize(requestid=nil)
|
2917
2917
|
@RequestId = requestid
|
2918
2918
|
end
|
@@ -2932,7 +2932,7 @@ module TencentCloud
|
|
2932
2932
|
# @type Nick: String
|
2933
2933
|
|
2934
2934
|
attr_accessor :Tid, :AccessId, :Nick
|
2935
|
-
|
2935
|
+
|
2936
2936
|
def initialize(tid=nil, accessid=nil, nick=nil)
|
2937
2937
|
@Tid = tid
|
2938
2938
|
@AccessId = accessid
|
@@ -2952,7 +2952,7 @@ module TencentCloud
|
|
2952
2952
|
# @type RequestId: String
|
2953
2953
|
|
2954
2954
|
attr_accessor :RequestId
|
2955
|
-
|
2955
|
+
|
2956
2956
|
def initialize(requestid=nil)
|
2957
2957
|
@RequestId = requestid
|
2958
2958
|
end
|
@@ -2976,7 +2976,7 @@ module TencentCloud
|
|
2976
2976
|
# @type ChipId: String
|
2977
2977
|
|
2978
2978
|
attr_accessor :ProductId, :ProductName, :ProductDescription, :ChipManufactureId, :ChipId
|
2979
|
-
|
2979
|
+
|
2980
2980
|
def initialize(productid=nil, productname=nil, productdescription=nil, chipmanufactureid=nil, chipid=nil)
|
2981
2981
|
@ProductId = productid
|
2982
2982
|
@ProductName = productname
|
@@ -3000,7 +3000,7 @@ module TencentCloud
|
|
3000
3000
|
# @type RequestId: String
|
3001
3001
|
|
3002
3002
|
attr_accessor :RequestId
|
3003
|
-
|
3003
|
+
|
3004
3004
|
def initialize(requestid=nil)
|
3005
3005
|
@RequestId = requestid
|
3006
3006
|
end
|
@@ -3024,7 +3024,7 @@ module TencentCloud
|
|
3024
3024
|
# @type Contents: :class:`Tencentcloud::Iotvideo.v20191126.models.Contents`
|
3025
3025
|
|
3026
3026
|
attr_accessor :ProductId, :OtaVersion, :Operator, :Remark, :Contents
|
3027
|
-
|
3027
|
+
|
3028
3028
|
def initialize(productid=nil, otaversion=nil, operator=nil, remark=nil, contents=nil)
|
3029
3029
|
@ProductId = productid
|
3030
3030
|
@OtaVersion = otaversion
|
@@ -3051,7 +3051,7 @@ module TencentCloud
|
|
3051
3051
|
# @type RequestId: String
|
3052
3052
|
|
3053
3053
|
attr_accessor :RequestId
|
3054
|
-
|
3054
|
+
|
3055
3055
|
def initialize(requestid=nil)
|
3056
3056
|
@RequestId = requestid
|
3057
3057
|
end
|
@@ -3075,7 +3075,7 @@ module TencentCloud
|
|
3075
3075
|
# @type MsgRegion: String
|
3076
3076
|
|
3077
3077
|
attr_accessor :MsgQueueType, :MsgType, :Topic, :Instance, :MsgRegion
|
3078
|
-
|
3078
|
+
|
3079
3079
|
def initialize(msgqueuetype=nil, msgtype=nil, topic=nil, instance=nil, msgregion=nil)
|
3080
3080
|
@MsgQueueType = msgqueuetype
|
3081
3081
|
@MsgType = msgtype
|
@@ -3103,7 +3103,7 @@ module TencentCloud
|
|
3103
3103
|
# @type ChipManufacture: String
|
3104
3104
|
|
3105
3105
|
attr_accessor :ChipId, :ChipManufacture
|
3106
|
-
|
3106
|
+
|
3107
3107
|
def initialize(chipid=nil, chipmanufacture=nil)
|
3108
3108
|
@ChipId = chipid
|
3109
3109
|
@ChipManufacture = chipmanufacture
|
@@ -3123,7 +3123,7 @@ module TencentCloud
|
|
3123
3123
|
# @type PublishTime: Integer
|
3124
3124
|
|
3125
3125
|
attr_accessor :OtaVersion, :PublishTime
|
3126
|
-
|
3126
|
+
|
3127
3127
|
def initialize(otaversion=nil, publishtime=nil)
|
3128
3128
|
@OtaVersion = otaversion
|
3129
3129
|
@PublishTime = publishtime
|
@@ -3174,7 +3174,7 @@ module TencentCloud
|
|
3174
3174
|
# @type ProductRegion: String
|
3175
3175
|
|
3176
3176
|
attr_accessor :ProductId, :ProductModel, :ProductName, :ProductDescription, :CreateTime, :IotModelRevision, :SecretKey, :FuncCode, :ProductCate, :ProductRegion
|
3177
|
-
|
3177
|
+
|
3178
3178
|
def initialize(productid=nil, productmodel=nil, productname=nil, productdescription=nil, createtime=nil, iotmodelrevision=nil, secretkey=nil, funccode=nil, productcate=nil, productregion=nil)
|
3179
3179
|
@ProductId = productid
|
3180
3180
|
@ProductModel = productmodel
|
@@ -3254,7 +3254,7 @@ module TencentCloud
|
|
3254
3254
|
# @type Os: String
|
3255
3255
|
|
3256
3256
|
attr_accessor :ProductId, :ProductName, :ProductDescription, :CreateTime, :IotModelRevision, :SecretKey, :Features, :ProductModel, :ChipManufactureId, :ChipId, :ProductCate, :ProductRegion, :AccessMode, :Os
|
3257
|
-
|
3257
|
+
|
3258
3258
|
def initialize(productid=nil, productname=nil, productdescription=nil, createtime=nil, iotmodelrevision=nil, secretkey=nil, features=nil, productmodel=nil, chipmanufactureid=nil, chipid=nil, productcate=nil, productregion=nil, accessmode=nil, os=nil)
|
3259
3259
|
@ProductId = productid
|
3260
3260
|
@ProductName = productname
|
@@ -3306,7 +3306,7 @@ module TencentCloud
|
|
3306
3306
|
# @type OperateTime: Integer
|
3307
3307
|
|
3308
3308
|
attr_accessor :WaterId, :BalanceBeforeRecharge, :Money, :OperateTime
|
3309
|
-
|
3309
|
+
|
3310
3310
|
def initialize(waterid=nil, balancebeforerecharge=nil, money=nil, operatetime=nil)
|
3311
3311
|
@WaterId = waterid
|
3312
3312
|
@BalanceBeforeRecharge = balancebeforerecharge
|
@@ -3330,7 +3330,7 @@ module TencentCloud
|
|
3330
3330
|
# @type OrderId: String
|
3331
3331
|
|
3332
3332
|
attr_accessor :ServiceId, :OrderId
|
3333
|
-
|
3333
|
+
|
3334
3334
|
def initialize(serviceid=nil, orderid=nil)
|
3335
3335
|
@ServiceId = serviceid
|
3336
3336
|
@OrderId = orderid
|
@@ -3370,7 +3370,7 @@ module TencentCloud
|
|
3370
3370
|
# @type RequestId: String
|
3371
3371
|
|
3372
3372
|
attr_accessor :ServiceId, :StorageRegion, :Tid, :ChnNum, :AccessId, :StartTime, :EndTime, :Status, :Data, :RequestId
|
3373
|
-
|
3373
|
+
|
3374
3374
|
def initialize(serviceid=nil, storageregion=nil, tid=nil, chnnum=nil, accessid=nil, starttime=nil, endtime=nil, status=nil, data=nil, requestid=nil)
|
3375
3375
|
@ServiceId = serviceid
|
3376
3376
|
@StorageRegion = storageregion
|
@@ -3413,7 +3413,7 @@ module TencentCloud
|
|
3413
3413
|
# @type IsRegisted: Boolean
|
3414
3414
|
|
3415
3415
|
attr_accessor :CunionId, :IsRegisted
|
3416
|
-
|
3416
|
+
|
3417
3417
|
def initialize(cunionid=nil, isregisted=nil)
|
3418
3418
|
@CunionId = cunionid
|
3419
3419
|
@IsRegisted = isregisted
|
@@ -3431,7 +3431,7 @@ module TencentCloud
|
|
3431
3431
|
# @type Tids: Array
|
3432
3432
|
|
3433
3433
|
attr_accessor :Tids
|
3434
|
-
|
3434
|
+
|
3435
3435
|
def initialize(tids=nil)
|
3436
3436
|
@Tids = tids
|
3437
3437
|
end
|
@@ -3447,7 +3447,7 @@ module TencentCloud
|
|
3447
3447
|
# @type RequestId: String
|
3448
3448
|
|
3449
3449
|
attr_accessor :RequestId
|
3450
|
-
|
3450
|
+
|
3451
3451
|
def initialize(requestid=nil)
|
3452
3452
|
@RequestId = requestid
|
3453
3453
|
end
|
@@ -3463,7 +3463,7 @@ module TencentCloud
|
|
3463
3463
|
# @type Tids: Array
|
3464
3464
|
|
3465
3465
|
attr_accessor :Tids
|
3466
|
-
|
3466
|
+
|
3467
3467
|
def initialize(tids=nil)
|
3468
3468
|
@Tids = tids
|
3469
3469
|
end
|
@@ -3479,7 +3479,7 @@ module TencentCloud
|
|
3479
3479
|
# @type RequestId: String
|
3480
3480
|
|
3481
3481
|
attr_accessor :RequestId
|
3482
|
-
|
3482
|
+
|
3483
3483
|
def initialize(requestid=nil)
|
3484
3484
|
@RequestId = requestid
|
3485
3485
|
end
|
@@ -3497,7 +3497,7 @@ module TencentCloud
|
|
3497
3497
|
# @type IotModel: String
|
3498
3498
|
|
3499
3499
|
attr_accessor :ProductId, :IotModel
|
3500
|
-
|
3500
|
+
|
3501
3501
|
def initialize(productid=nil, iotmodel=nil)
|
3502
3502
|
@ProductId = productid
|
3503
3503
|
@IotModel = iotmodel
|
@@ -3515,7 +3515,7 @@ module TencentCloud
|
|
3515
3515
|
# @type RequestId: String
|
3516
3516
|
|
3517
3517
|
attr_accessor :RequestId
|
3518
|
-
|
3518
|
+
|
3519
3519
|
def initialize(requestid=nil)
|
3520
3520
|
@RequestId = requestid
|
3521
3521
|
end
|
@@ -3543,7 +3543,7 @@ module TencentCloud
|
|
3543
3543
|
# @type Contents: :class:`Tencentcloud::Iotvideo.v20191126.models.Contents`
|
3544
3544
|
|
3545
3545
|
attr_accessor :ProductId, :OtaVersion, :GrayValue, :OldVersions, :Operator, :Remark, :Contents
|
3546
|
-
|
3546
|
+
|
3547
3547
|
def initialize(productid=nil, otaversion=nil, grayvalue=nil, oldversions=nil, operator=nil, remark=nil, contents=nil)
|
3548
3548
|
@ProductId = productid
|
3549
3549
|
@OtaVersion = otaversion
|
@@ -3574,7 +3574,7 @@ module TencentCloud
|
|
3574
3574
|
# @type RequestId: String
|
3575
3575
|
|
3576
3576
|
attr_accessor :RequestId
|
3577
|
-
|
3577
|
+
|
3578
3578
|
def initialize(requestid=nil)
|
3579
3579
|
@RequestId = requestid
|
3580
3580
|
end
|
@@ -3598,7 +3598,7 @@ module TencentCloud
|
|
3598
3598
|
# @type Remark: String
|
3599
3599
|
|
3600
3600
|
attr_accessor :ProductId, :OtaVersion, :Tids, :Operator, :Remark
|
3601
|
-
|
3601
|
+
|
3602
3602
|
def initialize(productid=nil, otaversion=nil, tids=nil, operator=nil, remark=nil)
|
3603
3603
|
@ProductId = productid
|
3604
3604
|
@OtaVersion = otaversion
|
@@ -3622,7 +3622,7 @@ module TencentCloud
|
|
3622
3622
|
# @type RequestId: String
|
3623
3623
|
|
3624
3624
|
attr_accessor :RequestId
|
3625
|
-
|
3625
|
+
|
3626
3626
|
def initialize(requestid=nil)
|
3627
3627
|
@RequestId = requestid
|
3628
3628
|
end
|
@@ -3649,7 +3649,7 @@ module TencentCloud
|
|
3649
3649
|
# @type MsgContent: String
|
3650
3650
|
|
3651
3651
|
attr_accessor :Tid, :Wakeup, :WaitResp, :MsgTopic, :MsgContent
|
3652
|
-
|
3652
|
+
|
3653
3653
|
def initialize(tid=nil, wakeup=nil, waitresp=nil, msgtopic=nil, msgcontent=nil)
|
3654
3654
|
@Tid = tid
|
3655
3655
|
@Wakeup = wakeup
|
@@ -3677,7 +3677,7 @@ module TencentCloud
|
|
3677
3677
|
# @type RequestId: String
|
3678
3678
|
|
3679
3679
|
attr_accessor :TaskId, :Data, :RequestId
|
3680
|
-
|
3680
|
+
|
3681
3681
|
def initialize(taskid=nil, data=nil, requestid=nil)
|
3682
3682
|
@TaskId = taskid
|
3683
3683
|
@Data = data
|
@@ -3714,7 +3714,7 @@ module TencentCloud
|
|
3714
3714
|
# @type MsgRegion: String
|
3715
3715
|
|
3716
3716
|
attr_accessor :ProductId, :MsgQueueType, :MsgType, :Topic, :Instance, :MsgRegion
|
3717
|
-
|
3717
|
+
|
3718
3718
|
def initialize(productid=nil, msgqueuetype=nil, msgtype=nil, topic=nil, instance=nil, msgregion=nil)
|
3719
3719
|
@ProductId = productid
|
3720
3720
|
@MsgQueueType = msgqueuetype
|
@@ -3740,7 +3740,7 @@ module TencentCloud
|
|
3740
3740
|
# @type RequestId: String
|
3741
3741
|
|
3742
3742
|
attr_accessor :RequestId
|
3743
|
-
|
3743
|
+
|
3744
3744
|
def initialize(requestid=nil)
|
3745
3745
|
@RequestId = requestid
|
3746
3746
|
end
|
@@ -3770,7 +3770,7 @@ module TencentCloud
|
|
3770
3770
|
# @type EndTime: Integer
|
3771
3771
|
|
3772
3772
|
attr_accessor :OrderId, :PkgId, :Status, :StartTime, :EndTime
|
3773
|
-
|
3773
|
+
|
3774
3774
|
def initialize(orderid=nil, pkgid=nil, status=nil, starttime=nil, endtime=nil)
|
3775
3775
|
@OrderId = orderid
|
3776
3776
|
@PkgId = pkgid
|
@@ -3801,7 +3801,7 @@ module TencentCloud
|
|
3801
3801
|
# @type LiteOs: Array
|
3802
3802
|
|
3803
3803
|
attr_accessor :Android, :Linux, :LiteOs
|
3804
|
-
|
3804
|
+
|
3805
3805
|
def initialize(android=nil, linux=nil, liteos=nil)
|
3806
3806
|
@Android = android
|
3807
3807
|
@Linux = linux
|
@@ -3844,7 +3844,7 @@ module TencentCloud
|
|
3844
3844
|
# @type IsExist: Boolean
|
3845
3845
|
|
3846
3846
|
attr_accessor :Tid, :IsExist
|
3847
|
-
|
3847
|
+
|
3848
3848
|
def initialize(tid=nil, isexist=nil)
|
3849
3849
|
@Tid = tid
|
3850
3850
|
@IsExist = isexist
|
@@ -3866,7 +3866,7 @@ module TencentCloud
|
|
3866
3866
|
# @type UpgradeNow: Boolean
|
3867
3867
|
|
3868
3868
|
attr_accessor :Tid, :OtaVersion, :UpgradeNow
|
3869
|
-
|
3869
|
+
|
3870
3870
|
def initialize(tid=nil, otaversion=nil, upgradenow=nil)
|
3871
3871
|
@Tid = tid
|
3872
3872
|
@OtaVersion = otaversion
|
@@ -3889,7 +3889,7 @@ module TencentCloud
|
|
3889
3889
|
# @type RequestId: String
|
3890
3890
|
|
3891
3891
|
attr_accessor :Data, :RequestId
|
3892
|
-
|
3892
|
+
|
3893
3893
|
def initialize(data=nil, requestid=nil)
|
3894
3894
|
@Data = data
|
3895
3895
|
@RequestId = requestid
|
@@ -3921,7 +3921,7 @@ module TencentCloud
|
|
3921
3921
|
# @type Contents: :class:`Tencentcloud::Iotvideo.v20191126.models.Contents`
|
3922
3922
|
|
3923
3923
|
attr_accessor :ProductId, :OtaVersion, :VersionUrl, :FileSize, :Md5, :Operator, :Remark, :Contents
|
3924
|
-
|
3924
|
+
|
3925
3925
|
def initialize(productid=nil, otaversion=nil, versionurl=nil, filesize=nil, md5=nil, operator=nil, remark=nil, contents=nil)
|
3926
3926
|
@ProductId = productid
|
3927
3927
|
@OtaVersion = otaversion
|
@@ -3954,7 +3954,7 @@ module TencentCloud
|
|
3954
3954
|
# @type RequestId: String
|
3955
3955
|
|
3956
3956
|
attr_accessor :RequestId
|
3957
|
-
|
3957
|
+
|
3958
3958
|
def initialize(requestid=nil)
|
3959
3959
|
@RequestId = requestid
|
3960
3960
|
end
|
@@ -4022,7 +4022,7 @@ module TencentCloud
|
|
4022
4022
|
# @type AliveInMonthCnt: Integer
|
4023
4023
|
|
4024
4024
|
attr_accessor :ProductId, :OtaVersion, :PubStatus, :VersionUrl, :FileSize, :Md5, :OldVersions, :Tids, :GrayValue, :PublishTime, :ActiveCount, :OnlineCount, :UpdateTime, :UploadTime, :ModifyTimes, :Remark, :Contents, :AliveInMonthCnt
|
4025
|
-
|
4025
|
+
|
4026
4026
|
def initialize(productid=nil, otaversion=nil, pubstatus=nil, versionurl=nil, filesize=nil, md5=nil, oldversions=nil, tids=nil, grayvalue=nil, publishtime=nil, activecount=nil, onlinecount=nil, updatetime=nil, uploadtime=nil, modifytimes=nil, remark=nil, contents=nil, aliveinmonthcnt=nil)
|
4027
4027
|
@ProductId = productid
|
4028
4028
|
@OtaVersion = otaversion
|