tencentcloud-sdk-iotvideo 3.0.388 → 3.0.395
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: 789bfeecc0735230cf6868331a29ca3d2ab698bd
|
4
|
+
data.tar.gz: c1043fc7373c06445ef2eb74f0d9d11bf9ed417e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8cde7430c6d01b3d93257341d55f194ea3070d11bf303d6ddd7ad1fd415402c253b9e30eeb2fca6ff5475eef403478ed88e753eeb17f73eb2b8d329b86acd78c
|
7
|
+
data.tar.gz: 23991bd3b1904fcfe9d1d6a3397c428eb3e01b79cbe509e0a8535c70791335a0aceb00365c167e869f39b3b02f6b895ef1558f62b8aeb10b7da92ea553521b5b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.395
|
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.395
|
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-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|