tencentcloud-sdk-iotvideo 3.0.390 → 3.0.391

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17b6c1d18eabd4d1e21a70f5004c1177c8a5cedb
4
- data.tar.gz: 3752048c08afcb02de7dd66697710226f0ca9d66
3
+ metadata.gz: 0eadae73a0099d729cb215b66afc49a8a65c9b25
4
+ data.tar.gz: a496b4a72e547c2cc85286f2b95f30c4beed1b2c
5
5
  SHA512:
6
- metadata.gz: 93f0a41ba5e46794f1a693210e58f779963987356e31a405c532cb1a4ef12b8643415374c47a38f582474b3898a93230974cb07687e9246276228977a2aeb398
7
- data.tar.gz: 99bcb8d4d1907c0fc729012faba53a83626e70f947df7818ca9a1d3d7c0d637296b042efe24aac85cd92d26beb5ea3188dc30fbf7a95bad0c9b2e71a536e0c4b
6
+ metadata.gz: e8ce60af052f8bb0c9802804b40ddd1fa1a7c70006372cd85fc2512319f44e873b3276efe5ffa71f6ae2778fed898a8bc6f8c0edad48b742422bc839dcfd1bc2
7
+ data.tar.gz: 5bae25d35229180866c190b272de372a6fc1a70b29f593f84b71c65197660d92e2f71f9ecf23339d54f6e490a9639a9d4ae99372d053078119b644ed1e0d9d65
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.390
1
+ 3.0.391
@@ -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.390
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-18 00:00:00.000000000 Z
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