tencentcloud-sdk-iotvideo 3.0.751 → 3.0.752

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/v20211125/models.rb +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: beb10fc8205c290355792c4d5964ec8bb9ca8465
4
- data.tar.gz: 67d30962670c017c04ff0543828ffb8e78619f06
3
+ metadata.gz: 908bd35055cc7badd3f4bc169f5e3499bd6d2f31
4
+ data.tar.gz: 26ca4ac80d2823e1bcb49057a7ffa0e1d4af03fb
5
5
  SHA512:
6
- metadata.gz: 4458f60817607d2664cd0920b659b8c656ee1908d7fe79a11059ee41163c1334aeb5e2f689faf28f95ac54cae4c24098922103ccfaf1060099795ae6f5be3593
7
- data.tar.gz: 1d051a9df3f56a565ce45f50fa07b12367eae0118cec608afdcbad24aa87e88788e751b4969330c3ef187af568d421a9bba7100271071e9cb791872ffcc900ee
6
+ metadata.gz: 9a4c579d8a13c54334eb1198ae207c27d416a69868786dd4aa75e443401bd009a76c9882de651b6f428611452dc90c042b31fd4ce2a625d8b37eb2862c26ea63
7
+ data.tar.gz: 9b9928da28795cc500eaad0ad4cea73d8a5a47c8e9cb91051aa0b9ac85c7e4b94df1253a943dd8794259d437d9c54eae28f7a99587d6971838c4950950012744
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.751
1
+ 3.0.752
@@ -1385,16 +1385,19 @@ module TencentCloud
1385
1385
  # @type EndTime: Integer
1386
1386
  # @param UserId: 用户ID
1387
1387
  # @type UserId: String
1388
+ # @param ChannelId: 通道ID
1389
+ # @type ChannelId: Integer
1388
1390
 
1389
- attr_accessor :ProductId, :DeviceName, :EventId, :StartTime, :EndTime, :UserId
1391
+ attr_accessor :ProductId, :DeviceName, :EventId, :StartTime, :EndTime, :UserId, :ChannelId
1390
1392
 
1391
- def initialize(productid=nil, devicename=nil, eventid=nil, starttime=nil, endtime=nil, userid=nil)
1393
+ def initialize(productid=nil, devicename=nil, eventid=nil, starttime=nil, endtime=nil, userid=nil, channelid=nil)
1392
1394
  @ProductId = productid
1393
1395
  @DeviceName = devicename
1394
1396
  @EventId = eventid
1395
1397
  @StartTime = starttime
1396
1398
  @EndTime = endtime
1397
1399
  @UserId = userid
1400
+ @ChannelId = channelid
1398
1401
  end
1399
1402
 
1400
1403
  def deserialize(params)
@@ -1404,6 +1407,7 @@ module TencentCloud
1404
1407
  @StartTime = params['StartTime']
1405
1408
  @EndTime = params['EndTime']
1406
1409
  @UserId = params['UserId']
1410
+ @ChannelId = params['ChannelId']
1407
1411
  end
1408
1412
  end
1409
1413
 
@@ -2327,16 +2331,19 @@ module TencentCloud
2327
2331
  # 1: 已过期
2328
2332
  # 2:生效
2329
2333
  # @type Status: Integer
2334
+ # @param ChannelId: 通道id
2335
+ # @type ChannelId: Integer
2330
2336
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2331
2337
  # @type RequestId: String
2332
2338
 
2333
- attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :RequestId
2339
+ attr_accessor :StartTime, :ExpireTime, :PackageId, :Status, :ChannelId, :RequestId
2334
2340
 
2335
- def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, requestid=nil)
2341
+ def initialize(starttime=nil, expiretime=nil, packageid=nil, status=nil, channelid=nil, requestid=nil)
2336
2342
  @StartTime = starttime
2337
2343
  @ExpireTime = expiretime
2338
2344
  @PackageId = packageid
2339
2345
  @Status = status
2346
+ @ChannelId = channelid
2340
2347
  @RequestId = requestid
2341
2348
  end
2342
2349
 
@@ -2345,6 +2352,7 @@ module TencentCloud
2345
2352
  @ExpireTime = params['ExpireTime']
2346
2353
  @PackageId = params['PackageId']
2347
2354
  @Status = params['Status']
2355
+ @ChannelId = params['ChannelId']
2348
2356
  @RequestId = params['RequestId']
2349
2357
  end
2350
2358
  end
@@ -5900,19 +5908,23 @@ module TencentCloud
5900
5908
  # @type DeviceName: String
5901
5909
  # @param UserId: 用户ID
5902
5910
  # @type UserId: String
5911
+ # @param ChannelId: 通道ID
5912
+ # @type ChannelId: Integer
5903
5913
 
5904
- attr_accessor :ProductId, :DeviceName, :UserId
5914
+ attr_accessor :ProductId, :DeviceName, :UserId, :ChannelId
5905
5915
 
5906
- def initialize(productid=nil, devicename=nil, userid=nil)
5916
+ def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil)
5907
5917
  @ProductId = productid
5908
5918
  @DeviceName = devicename
5909
5919
  @UserId = userid
5920
+ @ChannelId = channelid
5910
5921
  end
5911
5922
 
5912
5923
  def deserialize(params)
5913
5924
  @ProductId = params['ProductId']
5914
5925
  @DeviceName = params['DeviceName']
5915
5926
  @UserId = params['UserId']
5927
+ @ChannelId = params['ChannelId']
5916
5928
  end
5917
5929
  end
5918
5930
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.751
4
+ version: 3.0.752
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-16 00:00:00.000000000 Z
11
+ date: 2024-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common