tencentcloud-sdk-trro 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/v20220325/models.rb +55 -55
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b4324e4165e452d098f0e281716752a81126771
4
- data.tar.gz: c458904b21730ebe265084f30420e69d3f4702be
3
+ metadata.gz: 212e23efc421e9d6cdaf51205617699415156b8e
4
+ data.tar.gz: d1f1854216cd327aab454d3a3740f597c461e154
5
5
  SHA512:
6
- metadata.gz: 6816e9f01512665cb151be97b68341730cb708dbcf20aa8d88c50ea1a09792aa3cb7f178c777d36a4828c2ea0ea32223084aef0d6f90c79efbbe17f8a4107581
7
- data.tar.gz: bc577afcc4065b4c8ee3c553d93e6bb1b19486330d09064c5015d18d8a76be3fb45ba08db6a30964a24ed43815f79430662b4fd31d0753320c1a698ed7899144
6
+ metadata.gz: d6b5caa219a7d8b10f88e8b261bfdf477759577e39331b86b1a4fb0f590c78acb4dafbfe148c40d8ce515e597267e3029620abd31508d6986455ef8c5ff0fbc2
7
+ data.tar.gz: fe9ae5cb97e1f80e516605702d2cedfaebe9d6a17ddf4d208be6f133d33d640484970f4eb253c8f54eec3daa55a81d885e91fbbfd15f1756eeaa09b35d1b588b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type DeviceIds: Array
26
26
 
27
27
  attr_accessor :ProjectId, :DeviceIds
28
-
28
+
29
29
  def initialize(projectid=nil, deviceids=nil)
30
30
  @ProjectId = projectid
31
31
  @DeviceIds = deviceids
@@ -46,7 +46,7 @@ module TencentCloud
46
46
  # @type RequestId: String
47
47
 
48
48
  attr_accessor :FailedDeviceIds, :RequestId
49
-
49
+
50
50
  def initialize(faileddeviceids=nil, requestid=nil)
51
51
  @FailedDeviceIds = faileddeviceids
52
52
  @RequestId = requestid
@@ -68,7 +68,7 @@ module TencentCloud
68
68
  # @type PolicyMode: String
69
69
 
70
70
  attr_accessor :ProjectId, :RemoteDeviceIds, :PolicyMode
71
-
71
+
72
72
  def initialize(projectid=nil, remotedeviceids=nil, policymode=nil)
73
73
  @ProjectId = projectid
74
74
  @RemoteDeviceIds = remotedeviceids
@@ -90,7 +90,7 @@ module TencentCloud
90
90
  # @type RequestId: String
91
91
 
92
92
  attr_accessor :FailedRemoteDeviceIds, :RequestId
93
-
93
+
94
94
  def initialize(failedremotedeviceids=nil, requestid=nil)
95
95
  @FailedRemoteDeviceIds = failedremotedeviceids
96
96
  @RequestId = requestid
@@ -112,7 +112,7 @@ module TencentCloud
112
112
  # @type ProjectId: String
113
113
 
114
114
  attr_accessor :Count, :DeviceId, :ProjectId
115
-
115
+
116
116
  def initialize(count=nil, deviceid=nil, projectid=nil)
117
117
  @Count = count
118
118
  @DeviceId = deviceid
@@ -132,7 +132,7 @@ module TencentCloud
132
132
  # @type RequestId: String
133
133
 
134
134
  attr_accessor :RequestId
135
-
135
+
136
136
  def initialize(requestid=nil)
137
137
  @RequestId = requestid
138
138
  end
@@ -156,7 +156,7 @@ module TencentCloud
156
156
  # @type DeviceToken: String
157
157
 
158
158
  attr_accessor :ProjectId, :DeviceId, :DeviceName, :DeviceType, :DeviceToken
159
-
159
+
160
160
  def initialize(projectid=nil, deviceid=nil, devicename=nil, devicetype=nil, devicetoken=nil)
161
161
  @ProjectId = projectid
162
162
  @DeviceId = deviceid
@@ -180,7 +180,7 @@ module TencentCloud
180
180
  # @type RequestId: String
181
181
 
182
182
  attr_accessor :RequestId
183
-
183
+
184
184
  def initialize(requestid=nil)
185
185
  @RequestId = requestid
186
186
  end
@@ -200,7 +200,7 @@ module TencentCloud
200
200
  # @type PolicyMode: String
201
201
 
202
202
  attr_accessor :ProjectName, :ProjectDescription, :PolicyMode
203
-
203
+
204
204
  def initialize(projectname=nil, projectdescription=nil, policymode=nil)
205
205
  @ProjectName = projectname
206
206
  @ProjectDescription = projectdescription
@@ -222,7 +222,7 @@ module TencentCloud
222
222
  # @type RequestId: String
223
223
 
224
224
  attr_accessor :ProjectId, :RequestId
225
-
225
+
226
226
  def initialize(projectid=nil, requestid=nil)
227
227
  @ProjectId = projectid
228
228
  @RequestId = requestid
@@ -240,7 +240,7 @@ module TencentCloud
240
240
  # @type ProjectId: String
241
241
 
242
242
  attr_accessor :ProjectId
243
-
243
+
244
244
  def initialize(projectid=nil)
245
245
  @ProjectId = projectid
246
246
  end
@@ -256,7 +256,7 @@ module TencentCloud
256
256
  # @type RequestId: String
257
257
 
258
258
  attr_accessor :RequestId
259
-
259
+
260
260
  def initialize(requestid=nil)
261
261
  @RequestId = requestid
262
262
  end
@@ -274,7 +274,7 @@ module TencentCloud
274
274
  # @type DeviceId: String
275
275
 
276
276
  attr_accessor :ProjectId, :DeviceId
277
-
277
+
278
278
  def initialize(projectid=nil, deviceid=nil)
279
279
  @ProjectId = projectid
280
280
  @DeviceId = deviceid
@@ -302,7 +302,7 @@ module TencentCloud
302
302
  # @type RequestId: String
303
303
 
304
304
  attr_accessor :DeviceName, :DeviceType, :DeviceStatus, :LastReportTime, :ModifyTime, :RequestId
305
-
305
+
306
306
  def initialize(devicename=nil, devicetype=nil, devicestatus=nil, lastreporttime=nil, modifytime=nil, requestid=nil)
307
307
  @DeviceName = devicename
308
308
  @DeviceType = devicetype
@@ -336,7 +336,7 @@ module TencentCloud
336
336
  # @type PageNumber: Integer
337
337
 
338
338
  attr_accessor :ProjectId, :DeviceType, :SearchWords, :PageSize, :PageNumber
339
-
339
+
340
340
  def initialize(projectid=nil, devicetype=nil, searchwords=nil, pagesize=nil, pagenumber=nil)
341
341
  @ProjectId = projectid
342
342
  @DeviceType = devicetype
@@ -366,7 +366,7 @@ module TencentCloud
366
366
  # @type RequestId: String
367
367
 
368
368
  attr_accessor :Devices, :Total, :Num, :RequestId
369
-
369
+
370
370
  def initialize(devices=nil, total=nil, num=nil, requestid=nil)
371
371
  @Devices = devices
372
372
  @Total = total
@@ -395,7 +395,7 @@ module TencentCloud
395
395
  # @type SessionId: String
396
396
 
397
397
  attr_accessor :SessionId
398
-
398
+
399
399
  def initialize(sessionid=nil)
400
400
  @SessionId = sessionid
401
401
  end
@@ -413,7 +413,7 @@ module TencentCloud
413
413
  # @type RequestId: String
414
414
 
415
415
  attr_accessor :Details, :RequestId
416
-
416
+
417
417
  def initialize(details=nil, requestid=nil)
418
418
  @Details = details
419
419
  @RequestId = requestid
@@ -448,7 +448,7 @@ module TencentCloud
448
448
  # @type EndTime: Integer
449
449
 
450
450
  attr_accessor :ProjectId, :PageNumber, :PageSize, :DeviceId, :StartTime, :EndTime
451
-
451
+
452
452
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, deviceid=nil, starttime=nil, endtime=nil)
453
453
  @ProjectId = projectid
454
454
  @PageNumber = pagenumber
@@ -480,7 +480,7 @@ module TencentCloud
480
480
  # @type RequestId: String
481
481
 
482
482
  attr_accessor :Total, :DeviceSessionList, :Num, :RequestId
483
-
483
+
484
484
  def initialize(total=nil, devicesessionlist=nil, num=nil, requestid=nil)
485
485
  @Total = total
486
486
  @DeviceSessionList = devicesessionlist
@@ -519,7 +519,7 @@ module TencentCloud
519
519
  # @type PageNumber: Integer
520
520
 
521
521
  attr_accessor :ProjectId, :PolicyMode, :SearchMode, :SearchWords, :PageSize, :PageNumber
522
-
522
+
523
523
  def initialize(projectid=nil, policymode=nil, searchmode=nil, searchwords=nil, pagesize=nil, pagenumber=nil)
524
524
  @ProjectId = projectid
525
525
  @PolicyMode = policymode
@@ -555,7 +555,7 @@ module TencentCloud
555
555
  # @type RequestId: String
556
556
 
557
557
  attr_accessor :PolicyMode, :PolicyEnabled, :PolicyInfo, :Num, :Total, :RequestId
558
-
558
+
559
559
  def initialize(policymode=nil, policyenabled=nil, policyinfo=nil, num=nil, total=nil, requestid=nil)
560
560
  @PolicyMode = policymode
561
561
  @PolicyEnabled = policyenabled
@@ -588,7 +588,7 @@ module TencentCloud
588
588
  # @type ProjectId: String
589
589
 
590
590
  attr_accessor :ProjectId
591
-
591
+
592
592
  def initialize(projectid=nil)
593
593
  @ProjectId = projectid
594
594
  end
@@ -612,7 +612,7 @@ module TencentCloud
612
612
  # @type RequestId: String
613
613
 
614
614
  attr_accessor :ProjectName, :ProjectDescription, :PolicyMode, :ModifyTime, :RequestId
615
-
615
+
616
616
  def initialize(projectname=nil, projectdescription=nil, policymode=nil, modifytime=nil, requestid=nil)
617
617
  @ProjectName = projectname
618
618
  @ProjectDescription = projectdescription
@@ -638,7 +638,7 @@ module TencentCloud
638
638
  # @type PageNumber: Integer
639
639
 
640
640
  attr_accessor :PageSize, :PageNumber
641
-
641
+
642
642
  def initialize(pagesize=nil, pagenumber=nil)
643
643
  @PageSize = pagesize
644
644
  @PageNumber = pagenumber
@@ -662,7 +662,7 @@ module TencentCloud
662
662
  # @type RequestId: String
663
663
 
664
664
  attr_accessor :Projects, :Total, :Num, :RequestId
665
-
665
+
666
666
  def initialize(projects=nil, total=nil, num=nil, requestid=nil)
667
667
  @Projects = projects
668
668
  @Total = total
@@ -701,7 +701,7 @@ module TencentCloud
701
701
  # @type EndTime: Integer
702
702
 
703
703
  attr_accessor :ProjectId, :PageNumber, :PageSize, :DeviceId, :StartTime, :EndTime
704
-
704
+
705
705
  def initialize(projectid=nil, pagenumber=nil, pagesize=nil, deviceid=nil, starttime=nil, endtime=nil)
706
706
  @ProjectId = projectid
707
707
  @PageNumber = pagenumber
@@ -733,7 +733,7 @@ module TencentCloud
733
733
  # @type RequestId: String
734
734
 
735
735
  attr_accessor :Total, :RecentSessionList, :Num, :RequestId
736
-
736
+
737
737
  def initialize(total=nil, recentsessionlist=nil, num=nil, requestid=nil)
738
738
  @Total = total
739
739
  @RecentSessionList = recentsessionlist
@@ -770,7 +770,7 @@ module TencentCloud
770
770
  # @type EndTime: Integer
771
771
 
772
772
  attr_accessor :ProjectId, :StatisticInterval, :DeviceId, :StartTime, :EndTime
773
-
773
+
774
774
  def initialize(projectid=nil, statisticinterval=nil, deviceid=nil, starttime=nil, endtime=nil)
775
775
  @ProjectId = projectid
776
776
  @StatisticInterval = statisticinterval
@@ -796,7 +796,7 @@ module TencentCloud
796
796
  # @type RequestId: String
797
797
 
798
798
  attr_accessor :SessionStatistics, :RequestId
799
-
799
+
800
800
  def initialize(sessionstatistics=nil, requestid=nil)
801
801
  @SessionStatistics = sessionstatistics
802
802
  @RequestId = requestid
@@ -827,7 +827,7 @@ module TencentCloud
827
827
  # @type EndTime: Integer
828
828
 
829
829
  attr_accessor :ProjectId, :DeviceId, :StartTime, :EndTime
830
-
830
+
831
831
  def initialize(projectid=nil, deviceid=nil, starttime=nil, endtime=nil)
832
832
  @ProjectId = projectid
833
833
  @DeviceId = deviceid
@@ -859,7 +859,7 @@ module TencentCloud
859
859
  # @type RequestId: String
860
860
 
861
861
  attr_accessor :SessionNum, :TotalDuration, :ActiveFieldDeviceNum, :ActiveRemoteDeviceNum, :NotBadSessionRatio, :RequestId
862
-
862
+
863
863
  def initialize(sessionnum=nil, totalduration=nil, activefielddevicenum=nil, activeremotedevicenum=nil, notbadsessionratio=nil, requestid=nil)
864
864
  @SessionNum = sessionnum
865
865
  @TotalDuration = totalduration
@@ -904,7 +904,7 @@ module TencentCloud
904
904
  # @type LicenseIds: Array
905
905
 
906
906
  attr_accessor :DeviceId, :DeviceName, :LicenseCount, :RemainDay, :ExpireTime, :Duration, :LicenseIds
907
-
907
+
908
908
  def initialize(deviceid=nil, devicename=nil, licensecount=nil, remainday=nil, expiretime=nil, duration=nil, licenseids=nil)
909
909
  @DeviceId = deviceid
910
910
  @DeviceName = devicename
@@ -944,7 +944,7 @@ module TencentCloud
944
944
  # @type ProjectId: String
945
945
 
946
946
  attr_accessor :DeviceId, :DeviceName, :DeviceStatus, :DeviceType, :ModifyTime, :LastReportTime, :ProjectId
947
-
947
+
948
948
  def initialize(deviceid=nil, devicename=nil, devicestatus=nil, devicetype=nil, modifytime=nil, lastreporttime=nil, projectid=nil)
949
949
  @DeviceId = deviceid
950
950
  @DeviceName = devicename
@@ -974,7 +974,7 @@ module TencentCloud
974
974
  # @type DeviceId: String
975
975
 
976
976
  attr_accessor :ProjectId, :DeviceId
977
-
977
+
978
978
  def initialize(projectid=nil, deviceid=nil)
979
979
  @ProjectId = projectid
980
980
  @DeviceId = deviceid
@@ -994,7 +994,7 @@ module TencentCloud
994
994
  # @type RequestId: String
995
995
 
996
996
  attr_accessor :AvailableCount, :RequestId
997
-
997
+
998
998
  def initialize(availablecount=nil, requestid=nil)
999
999
  @AvailableCount = availablecount
1000
1000
  @RequestId = requestid
@@ -1018,7 +1018,7 @@ module TencentCloud
1018
1018
  # @type DeviceId: String
1019
1019
 
1020
1020
  attr_accessor :PageNum, :PageSize, :ProjectId, :DeviceId
1021
-
1021
+
1022
1022
  def initialize(pagenum=nil, pagesize=nil, projectid=nil, deviceid=nil)
1023
1023
  @PageNum = pagenum
1024
1024
  @PageSize = pagesize
@@ -1044,7 +1044,7 @@ module TencentCloud
1044
1044
  # @type RequestId: String
1045
1045
 
1046
1046
  attr_accessor :Devices, :TotalCount, :RequestId
1047
-
1047
+
1048
1048
  def initialize(devices=nil, totalcount=nil, requestid=nil)
1049
1049
  @Devices = devices
1050
1050
  @TotalCount = totalcount
@@ -1068,7 +1068,7 @@ module TencentCloud
1068
1068
  # GetLicenseStat请求参数结构体
1069
1069
  class GetLicenseStatRequest < TencentCloud::Common::AbstractModel
1070
1070
 
1071
-
1071
+
1072
1072
  def initialize()
1073
1073
  end
1074
1074
 
@@ -1090,7 +1090,7 @@ module TencentCloud
1090
1090
  # @type RequestId: String
1091
1091
 
1092
1092
  attr_accessor :Valid, :Bound, :UnBound, :Expire, :RequestId
1093
-
1093
+
1094
1094
  def initialize(valid=nil, bound=nil, unbound=nil, expire=nil, requestid=nil)
1095
1095
  @Valid = valid
1096
1096
  @Bound = bound
@@ -1120,7 +1120,7 @@ module TencentCloud
1120
1120
  # @type DeviceId: String
1121
1121
 
1122
1122
  attr_accessor :PageNum, :PageSize, :ProjectId, :DeviceId
1123
-
1123
+
1124
1124
  def initialize(pagenum=nil, pagesize=nil, projectid=nil, deviceid=nil)
1125
1125
  @PageNum = pagenum
1126
1126
  @PageSize = pagesize
@@ -1146,7 +1146,7 @@ module TencentCloud
1146
1146
  # @type RequestId: String
1147
1147
 
1148
1148
  attr_accessor :Licenses, :TotalCount, :RequestId
1149
-
1149
+
1150
1150
  def initialize(licenses=nil, totalcount=nil, requestid=nil)
1151
1151
  @Licenses = licenses
1152
1152
  @TotalCount = totalcount
@@ -1189,7 +1189,7 @@ module TencentCloud
1189
1189
  # @type LicenseIds: Array
1190
1190
 
1191
1191
  attr_accessor :Count, :Status, :ExpireTime, :Duration, :RemainDay, :LicenseIds
1192
-
1192
+
1193
1193
  def initialize(count=nil, status=nil, expiretime=nil, duration=nil, remainday=nil, licenseids=nil)
1194
1194
  @Count = count
1195
1195
  @Status = status
@@ -1221,7 +1221,7 @@ module TencentCloud
1221
1221
  # @type DeviceToken: String
1222
1222
 
1223
1223
  attr_accessor :ProjectId, :DeviceId, :DeviceName, :DeviceToken
1224
-
1224
+
1225
1225
  def initialize(projectid=nil, deviceid=nil, devicename=nil, devicetoken=nil)
1226
1226
  @ProjectId = projectid
1227
1227
  @DeviceId = deviceid
@@ -1243,7 +1243,7 @@ module TencentCloud
1243
1243
  # @type RequestId: String
1244
1244
 
1245
1245
  attr_accessor :RequestId
1246
-
1246
+
1247
1247
  def initialize(requestid=nil)
1248
1248
  @RequestId = requestid
1249
1249
  end
@@ -1267,7 +1267,7 @@ module TencentCloud
1267
1267
  # @type ModifyMode: String
1268
1268
 
1269
1269
  attr_accessor :ProjectId, :RemoteDeviceId, :FieldDeviceIds, :PolicyMode, :ModifyMode
1270
-
1270
+
1271
1271
  def initialize(projectid=nil, remotedeviceid=nil, fielddeviceids=nil, policymode=nil, modifymode=nil)
1272
1272
  @ProjectId = projectid
1273
1273
  @RemoteDeviceId = remotedeviceid
@@ -1297,7 +1297,7 @@ module TencentCloud
1297
1297
  # @type RequestId: String
1298
1298
 
1299
1299
  attr_accessor :FailedInsertIds, :FailedDeleteIds, :RequestId
1300
-
1300
+
1301
1301
  def initialize(failedinsertids=nil, faileddeleteids=nil, requestid=nil)
1302
1302
  @FailedInsertIds = failedinsertids
1303
1303
  @FailedDeleteIds = faileddeleteids
@@ -1323,7 +1323,7 @@ module TencentCloud
1323
1323
  # @type PolicyMode: String
1324
1324
 
1325
1325
  attr_accessor :ProjectId, :ProjectName, :ProjectDescription, :PolicyMode
1326
-
1326
+
1327
1327
  def initialize(projectid=nil, projectname=nil, projectdescription=nil, policymode=nil)
1328
1328
  @ProjectId = projectid
1329
1329
  @ProjectName = projectname
@@ -1345,7 +1345,7 @@ module TencentCloud
1345
1345
  # @type RequestId: String
1346
1346
 
1347
1347
  attr_accessor :RequestId
1348
-
1348
+
1349
1349
  def initialize(requestid=nil)
1350
1350
  @RequestId = requestid
1351
1351
  end
@@ -1365,7 +1365,7 @@ module TencentCloud
1365
1365
  # @type ModifyTime: String
1366
1366
 
1367
1367
  attr_accessor :RemoteDeviceId, :FieldDeviceIds, :ModifyTime
1368
-
1368
+
1369
1369
  def initialize(remotedeviceid=nil, fielddeviceids=nil, modifytime=nil)
1370
1370
  @RemoteDeviceId = remotedeviceid
1371
1371
  @FieldDeviceIds = fielddeviceids
@@ -1393,7 +1393,7 @@ module TencentCloud
1393
1393
  # @type ModifyTime: String
1394
1394
 
1395
1395
  attr_accessor :ProjectId, :ProjectName, :ProjectDescription, :PolicyMode, :ModifyTime
1396
-
1396
+
1397
1397
  def initialize(projectid=nil, projectname=nil, projectdescription=nil, policymode=nil, modifytime=nil)
1398
1398
  @ProjectId = projectid
1399
1399
  @ProjectName = projectname
@@ -1427,7 +1427,7 @@ module TencentCloud
1427
1427
  # @type LatestUpdateTime: Integer
1428
1428
 
1429
1429
  attr_accessor :SessionId, :RemoteDeviceId, :FieldDeviceId, :Resolution, :StartTime, :LatestUpdateTime
1430
-
1430
+
1431
1431
  def initialize(sessionid=nil, remotedeviceid=nil, fielddeviceid=nil, resolution=nil, starttime=nil, latestupdatetime=nil)
1432
1432
  @SessionId = sessionid
1433
1433
  @RemoteDeviceId = remotedeviceid
@@ -1479,7 +1479,7 @@ module TencentCloud
1479
1479
  # @type DeviceId: String
1480
1480
 
1481
1481
  attr_accessor :DeviceType, :StartTime, :EndTime, :SessionId, :Rate, :Fps, :Lost, :NetworkLatency, :VideoLatency, :CpuUsed, :MemUsed, :TimeOffset, :ProjectId, :DeviceId
1482
-
1482
+
1483
1483
  def initialize(devicetype=nil, starttime=nil, endtime=nil, sessionid=nil, rate=nil, fps=nil, lost=nil, networklatency=nil, videolatency=nil, cpuused=nil, memused=nil, timeoffset=nil, projectid=nil, deviceid=nil)
1484
1484
  @DeviceType = devicetype
1485
1485
  @StartTime = starttime
@@ -1533,7 +1533,7 @@ module TencentCloud
1533
1533
  # @type Quality: String
1534
1534
 
1535
1535
  attr_accessor :SessionId, :RemoteDeviceId, :FieldDeviceId, :Resolution, :StartTime, :EndTime, :Quality
1536
-
1536
+
1537
1537
  def initialize(sessionid=nil, remotedeviceid=nil, fielddeviceid=nil, resolution=nil, starttime=nil, endtime=nil, quality=nil)
1538
1538
  @SessionId = sessionid
1539
1539
  @RemoteDeviceId = remotedeviceid
@@ -1573,7 +1573,7 @@ module TencentCloud
1573
1573
  # @type NotBadSessionRatio: Integer
1574
1574
 
1575
1575
  attr_accessor :ActiveFieldDeviceNum, :ActiveRemoteDeviceNum, :SessionNum, :TotalDuration, :StartTime, :EndTime, :NotBadSessionRatio
1576
-
1576
+
1577
1577
  def initialize(activefielddevicenum=nil, activeremotedevicenum=nil, sessionnum=nil, totalduration=nil, starttime=nil, endtime=nil, notbadsessionratio=nil)
1578
1578
  @ActiveFieldDeviceNum = activefielddevicenum
1579
1579
  @ActiveRemoteDeviceNum = activeremotedevicenum
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-trro
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