tencentcloud-sdk-iotvideo 3.0.766 → 3.0.768

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 +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27466c488f4a161f88ac9d6bc7852104cbc88c88
4
- data.tar.gz: fc7bae4fd64f38ad619102c62b41c41fa89c84e3
3
+ metadata.gz: f6948da83993a2ffd5fec0369e5bac646808b165
4
+ data.tar.gz: a16b01b4eb1b77f9281d0c70d95bf55a884b171f
5
5
  SHA512:
6
- metadata.gz: 545f89d889c86906c83efef64963da6b129ac5ef5570ea283ed3a13702cd6a57ab9e2cbaecaf813314405c6edfc9ae80f657cfd85989e6e057f97cd933624fda
7
- data.tar.gz: 33503cddebbad532f667827bbb8bef52c6545372835ae68cade346711fc79ad2b4e48746386d8c02b301193b4c3f91953ffbd9c0cdc24b64bf28d9775b7abf4f
6
+ metadata.gz: fe42f480ea4371b563714b5f3b937502e93019c7a435e7dd5a83bda7e9f4273b2cbf3d33d10705bed93bc89de7e71ace1699eb0f971fea9bc439cfe2ab769d0e
7
+ data.tar.gz: 2eb790fe31ea0ccc29ab6927b6fba528bd452620d74d3059feb9051b0ed59a2bf1030b22e7f737185a48554a0b74ba804141f026bcb80b65311e605260ce8615
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.766
1
+ 3.0.768
@@ -3308,16 +3308,19 @@ module TencentCloud
3308
3308
  # @type Limit: Integer
3309
3309
  # @param Offset: 分页拉取偏移
3310
3310
  # @type Offset: Integer
3311
+ # @param CSUserId: 用户id
3312
+ # @type CSUserId: String
3311
3313
  # @param ChannelId: 通道id
3312
3314
  # @type ChannelId: Integer
3313
3315
 
3314
- attr_accessor :ProductId, :DeviceName, :Limit, :Offset, :ChannelId
3316
+ attr_accessor :ProductId, :DeviceName, :Limit, :Offset, :CSUserId, :ChannelId
3315
3317
 
3316
- def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, channelid=nil)
3318
+ def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, csuserid=nil, channelid=nil)
3317
3319
  @ProductId = productid
3318
3320
  @DeviceName = devicename
3319
3321
  @Limit = limit
3320
3322
  @Offset = offset
3323
+ @CSUserId = csuserid
3321
3324
  @ChannelId = channelid
3322
3325
  end
3323
3326
 
@@ -3326,6 +3329,7 @@ module TencentCloud
3326
3329
  @DeviceName = params['DeviceName']
3327
3330
  @Limit = params['Limit']
3328
3331
  @Offset = params['Offset']
3332
+ @CSUserId = params['CSUserId']
3329
3333
  @ChannelId = params['ChannelId']
3330
3334
  end
3331
3335
  end
@@ -5758,10 +5762,13 @@ module TencentCloud
5758
5762
  # @type OrderId: String
5759
5763
  # @param ChannelId: 通道id
5760
5764
  # @type ChannelId: Integer
5765
+ # @param CSUserId: 用户id
5766
+ # 注意:此字段可能返回 null,表示取不到有效值。
5767
+ # @type CSUserId: String
5761
5768
 
5762
- attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId
5769
+ attr_accessor :Status, :CSType, :CSShiftDuration, :CSExpiredTime, :CreatedAt, :UpdatedAt, :PackageId, :OrderId, :ChannelId, :CSUserId
5763
5770
 
5764
- def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil, channelid=nil)
5771
+ def initialize(status=nil, cstype=nil, csshiftduration=nil, csexpiredtime=nil, createdat=nil, updatedat=nil, packageid=nil, orderid=nil, channelid=nil, csuserid=nil)
5765
5772
  @Status = status
5766
5773
  @CSType = cstype
5767
5774
  @CSShiftDuration = csshiftduration
@@ -5771,6 +5778,7 @@ module TencentCloud
5771
5778
  @PackageId = packageid
5772
5779
  @OrderId = orderid
5773
5780
  @ChannelId = channelid
5781
+ @CSUserId = csuserid
5774
5782
  end
5775
5783
 
5776
5784
  def deserialize(params)
@@ -5783,6 +5791,7 @@ module TencentCloud
5783
5791
  @PackageId = params['PackageId']
5784
5792
  @OrderId = params['OrderId']
5785
5793
  @ChannelId = params['ChannelId']
5794
+ @CSUserId = params['CSUserId']
5786
5795
  end
5787
5796
  end
5788
5797
 
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.766
4
+ version: 3.0.768
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-02-20 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common