tencentcloud-sdk-iotvideo 1.0.207 → 1.0.208
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/v20201215/models.rb +10 -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: dedd477589a6b35c29901f01e74c717551f739d2
|
|
4
|
+
data.tar.gz: 3feaa25cd9e67936d528b4c04e1bfde81649c285
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2246c4c1a219d2a5652907aa53fe96bca0ea662ac0933bd57873e85913ce794e56ac362b47525670d800d0f30982a14bc8a74683f9f5fc2c6e75165e6055e377
|
|
7
|
+
data.tar.gz: 3bd3ca44a0703c796f799295f133d7121022c9dd189d41093405c2f6be22fad2baa9402d87fafe676a32282e744c363a27d540cf66be812eeeb86b8d6aa694e9
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.208
|
data/lib/v20201215/models.rb
CHANGED
|
@@ -4603,17 +4603,25 @@ module TencentCloud
|
|
|
4603
4603
|
# @type ProductId: String
|
|
4604
4604
|
# @param DeviceName: 设备名称
|
|
4605
4605
|
# @type DeviceName: String
|
|
4606
|
+
# @param ChannelId: 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
|
|
4607
|
+
# @type ChannelId: Integer
|
|
4608
|
+
# @param UserId: 云存用户Id,为空则为默认云存空间。
|
|
4609
|
+
# @type UserId: String
|
|
4606
4610
|
|
|
4607
|
-
attr_accessor :ProductId, :DeviceName
|
|
4611
|
+
attr_accessor :ProductId, :DeviceName, :ChannelId, :UserId
|
|
4608
4612
|
|
|
4609
|
-
def initialize(productid=nil, devicename=nil)
|
|
4613
|
+
def initialize(productid=nil, devicename=nil, channelid=nil, userid=nil)
|
|
4610
4614
|
@ProductId = productid
|
|
4611
4615
|
@DeviceName = devicename
|
|
4616
|
+
@ChannelId = channelid
|
|
4617
|
+
@UserId = userid
|
|
4612
4618
|
end
|
|
4613
4619
|
|
|
4614
4620
|
def deserialize(params)
|
|
4615
4621
|
@ProductId = params['ProductId']
|
|
4616
4622
|
@DeviceName = params['DeviceName']
|
|
4623
|
+
@ChannelId = params['ChannelId']
|
|
4624
|
+
@UserId = params['UserId']
|
|
4617
4625
|
end
|
|
4618
4626
|
end
|
|
4619
4627
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.208
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|