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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 123ab5358bb202de833a6b70948c44c997893f66
4
- data.tar.gz: 46d232750621e9e5c38f4403549bc9df64797420
3
+ metadata.gz: 789bfeecc0735230cf6868331a29ca3d2ab698bd
4
+ data.tar.gz: c1043fc7373c06445ef2eb74f0d9d11bf9ed417e
5
5
  SHA512:
6
- metadata.gz: 420610c22343fdf290be3bbf4ad3ca74d2a978b59abe8bb45e62a95e2b1479993864ff4f6b65d47779b4041116771978577042d27b2b5d3da9ef3d186f8fde26
7
- data.tar.gz: 257001869bc3593d88a6dd4a8c989ffa3e8c6563477432179ed9e69f950d6e73681527a07a5b16ba1aba38f1c2bb814d4d60ef4a8658d06f5563f89d850c701b
6
+ metadata.gz: 8cde7430c6d01b3d93257341d55f194ea3070d11bf303d6ddd7ad1fd415402c253b9e30eeb2fca6ff5475eef403478ed88e753eeb17f73eb2b8d329b86acd78c
7
+ data.tar.gz: 23991bd3b1904fcfe9d1d6a3397c428eb3e01b79cbe509e0a8535c70791335a0aceb00365c167e869f39b3b02f6b895ef1558f62b8aeb10b7da92ea553521b5b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.388
1
+ 3.0.395
@@ -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.388
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-16 00:00:00.000000000 Z
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