tencentcloud-sdk-iotvideo 3.0.390 → 3.0.391
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211125/models.rb +7 -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: 0eadae73a0099d729cb215b66afc49a8a65c9b25
|
4
|
+
data.tar.gz: a496b4a72e547c2cc85286f2b95f30c4beed1b2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8ce60af052f8bb0c9802804b40ddd1fa1a7c70006372cd85fc2512319f44e873b3276efe5ffa71f6ae2778fed898a8bc6f8c0edad48b742422bc839dcfd1bc2
|
7
|
+
data.tar.gz: 5bae25d35229180866c190b272de372a6fc1a70b29f593f84b71c65197660d92e2f71f9ecf23339d54f6e490a9639a9d4ae99372d053078119b644ed1e0d9d65
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.391
|
data/lib/v20211125/models.rb
CHANGED
@@ -5925,10 +5925,13 @@ module TencentCloud
|
|
5925
5925
|
# @param NetType: 连接类型,wifi表示WIFI连接,cellular表示4G连接
|
5926
5926
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5927
5927
|
# @type NetType: String
|
5928
|
+
# @param CategoryId: 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
|
5929
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5930
|
+
# @type CategoryId: Integer
|
5928
5931
|
|
5929
|
-
attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType
|
5932
|
+
attr_accessor :ProductId, :ProductName, :DeviceType, :EncryptionType, :Features, :ChipOs, :ChipManufactureId, :ChipId, :ProductDescription, :CreateTime, :UpdateTime, :NetType, :CategoryId
|
5930
5933
|
|
5931
|
-
def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil)
|
5934
|
+
def initialize(productid=nil, productname=nil, devicetype=nil, encryptiontype=nil, features=nil, chipos=nil, chipmanufactureid=nil, chipid=nil, productdescription=nil, createtime=nil, updatetime=nil, nettype=nil, categoryid=nil)
|
5932
5935
|
@ProductId = productid
|
5933
5936
|
@ProductName = productname
|
5934
5937
|
@DeviceType = devicetype
|
@@ -5941,6 +5944,7 @@ module TencentCloud
|
|
5941
5944
|
@CreateTime = createtime
|
5942
5945
|
@UpdateTime = updatetime
|
5943
5946
|
@NetType = nettype
|
5947
|
+
@CategoryId = categoryid
|
5944
5948
|
end
|
5945
5949
|
|
5946
5950
|
def deserialize(params)
|
@@ -5956,6 +5960,7 @@ module TencentCloud
|
|
5956
5960
|
@CreateTime = params['CreateTime']
|
5957
5961
|
@UpdateTime = params['UpdateTime']
|
5958
5962
|
@NetType = params['NetType']
|
5963
|
+
@CategoryId = params['CategoryId']
|
5959
5964
|
end
|
5960
5965
|
end
|
5961
5966
|
|
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.391
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|