tencentcloud-sdk-iotvideo 3.0.758 → 3.0.760

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211125/models.rb +12 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c74cb560134249295995610aa62adf5c10529208
4
- data.tar.gz: 5c18546b547b48b2ebee5c4d2db6a46c397bc542
3
+ metadata.gz: 5a3b21d6c39b402f4c9c22c3c93dd854912d1dbb
4
+ data.tar.gz: 07673ffe38b06eb19bb107be780f67f166e42cd4
5
5
  SHA512:
6
- metadata.gz: d52994f046d6d129e21c431bdd0ac89f0c3a5cd3bd5413f6dc84e2b641dcfbe31e41b9684b4eef339d03b8427f8324d791966781540c26f0e41a4001e8b9ae22
7
- data.tar.gz: 41c3bdb8681fcc08203f387f07b53b0843e4bf4d29eb795f3d810b3ced713cba9c5c2453f667a803288e892f0323685977a32fa8cfdd0e89027f5e2b67851d52
6
+ metadata.gz: b1cb7db85171d90ab5673f9659497e4df5b6f5702aad23bd6413e7e5e8f25e2729cc21662d552cf88d9e8134788cadfb85280b18ff7c0a388edad703a7dbbf22
7
+ data.tar.gz: d6c79c6e358f1a707d0ad990a1a3d5278005447b5e2fa996d51b7359bdfea4d96e4c4508f4d07a314cff8199a98de401babcc9d40c12fcf2442c2c2ef4c9d5a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.758
1
+ 3.0.760
@@ -3308,14 +3308,17 @@ module TencentCloud
3308
3308
  # @type Limit: Integer
3309
3309
  # @param Offset: 分页拉取偏移
3310
3310
  # @type Offset: Integer
3311
+ # @param ChannelId: 通道id
3312
+ # @type ChannelId: Integer
3311
3313
 
3312
- attr_accessor :ProductId, :DeviceName, :Limit, :Offset
3314
+ attr_accessor :ProductId, :DeviceName, :Limit, :Offset, :ChannelId
3313
3315
 
3314
- def initialize(productid=nil, devicename=nil, limit=nil, offset=nil)
3316
+ def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, channelid=nil)
3315
3317
  @ProductId = productid
3316
3318
  @DeviceName = devicename
3317
3319
  @Limit = limit
3318
3320
  @Offset = offset
3321
+ @ChannelId = channelid
3319
3322
  end
3320
3323
 
3321
3324
  def deserialize(params)
@@ -3323,6 +3326,7 @@ module TencentCloud
3323
3326
  @DeviceName = params['DeviceName']
3324
3327
  @Limit = params['Limit']
3325
3328
  @Offset = params['Offset']
3329
+ @ChannelId = params['ChannelId']
3326
3330
  end
3327
3331
  end
3328
3332
 
@@ -5752,10 +5756,12 @@ module TencentCloud
5752
5756
  # @param OrderId: 订单id
5753
5757
  # 注意:此字段可能返回 null,表示取不到有效值。
5754
5758
  # @type OrderId: String
5759
+ # @param ChannelId: 通道id
5760
+ # @type ChannelId: Integer
5755
5761
 
5756
- attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId
5762
+ attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId
5757
5763
 
5758
- def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil)
5764
+ def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil, channelid=nil)
5759
5765
  @Status = status
5760
5766
  @CSType = cstype
5761
5767
  @CSShiftDuration = csshiftduration
@@ -5764,6 +5770,7 @@ module TencentCloud
5764
5770
  @UpdatedAt = updatedat
5765
5771
  @PackageId = packageid
5766
5772
  @OrderId = orderid
5773
+ @ChannelId = channelid
5767
5774
  end
5768
5775
 
5769
5776
  def deserialize(params)
@@ -5775,6 +5782,7 @@ module TencentCloud
5775
5782
  @UpdatedAt = params['UpdatedAt']
5776
5783
  @PackageId = params['PackageId']
5777
5784
  @OrderId = params['OrderId']
5785
+ @ChannelId = params['ChannelId']
5778
5786
  end
5779
5787
  end
5780
5788
 
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.758
4
+ version: 3.0.760
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-26 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common