tencentcloud-sdk-iotvideo 3.0.682 → 3.0.684
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211125/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f53f721d091a7c342a35d595667c12e263ad370f
|
|
4
|
+
data.tar.gz: a3aad96abebec4264e6db3f4399b4e71a58f28fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd41b536a7bbddb770274dbcf907da39482d30280575ea24ab26ba89471550ff64e24e419366488d64a65b50edfd83891935793f61aa3ee8434548db3b33adef
|
|
7
|
+
data.tar.gz: 975cdaa97aa9221fee16753d3bd666b0bed591aa7b287fc6fc71ee2367179eb20e000474cdea894fb39ea5e063164c18a33c9f5d9691600a6aa6c8aed347f549
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.684
|
data/lib/v20211125/models.rb
CHANGED
|
@@ -2440,19 +2440,23 @@ module TencentCloud
|
|
|
2440
2440
|
# @type DeviceName: String
|
|
2441
2441
|
# @param UserId: 云存用户ID
|
|
2442
2442
|
# @type UserId: String
|
|
2443
|
+
# @param ChannelId: 通道ID 非NVR设备不填 NVR设备必填 默认为无
|
|
2444
|
+
# @type ChannelId: Integer
|
|
2443
2445
|
|
|
2444
|
-
attr_accessor :ProductId, :DeviceName, :UserId
|
|
2446
|
+
attr_accessor :ProductId, :DeviceName, :UserId, :ChannelId
|
|
2445
2447
|
|
|
2446
|
-
def initialize(productid=nil, devicename=nil, userid=nil)
|
|
2448
|
+
def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil)
|
|
2447
2449
|
@ProductId = productid
|
|
2448
2450
|
@DeviceName = devicename
|
|
2449
2451
|
@UserId = userid
|
|
2452
|
+
@ChannelId = channelid
|
|
2450
2453
|
end
|
|
2451
2454
|
|
|
2452
2455
|
def deserialize(params)
|
|
2453
2456
|
@ProductId = params['ProductId']
|
|
2454
2457
|
@DeviceName = params['DeviceName']
|
|
2455
2458
|
@UserId = params['UserId']
|
|
2459
|
+
@ChannelId = params['ChannelId']
|
|
2456
2460
|
end
|
|
2457
2461
|
end
|
|
2458
2462
|
|
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.
|
|
4
|
+
version: 3.0.684
|
|
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-10-
|
|
11
|
+
date: 2023-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|